|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mitre.cvw
Interface CmdEntryClient

- All Known Implementing Classes:
- CVWCommFrame, CVWCoordinator, ProxyWindow
- public interface CmdEntryClient
CmdEntryClient is the interface that allows the CmdEntry object to access either the ProxyWindow or the CVWCoordinator depending on which JFrame the CmdMudEntry instance lives.
.
- Version:
- 1.0, April 28 1998
| Method Summary | |
void |
addCmdEntry(int cmd,
java.lang.String per)
|
java.util.Vector |
getCmdChoiceMenuItems()
|
RoomScrollback |
getRoomScrollback()
|
javax.swing.JRootPane |
getRootPane()
|
void |
sendCommand(int cmd)
|
void |
setEmacsCmds(boolean b)
|
| Method Detail |
sendCommand
public void sendCommand(int cmd)
getCmdChoiceMenuItems
public java.util.Vector getCmdChoiceMenuItems()
getRootPane
public javax.swing.JRootPane getRootPane()
setEmacsCmds
public void setEmacsCmds(boolean b)
getRoomScrollback
public RoomScrollback getRoomScrollback()
addCmdEntry
public void addCmdEntry(int cmd,
java.lang.String per)
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC