com.mindbright.application
public class ModuleTerminalImpl extends ModuleBaseTerminal
mindterm| Constructor and Description |
|---|
ModuleTerminalImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
closeOnDisconnect() |
void |
doClose() |
java.lang.String |
getTitle() |
protected boolean |
haveMenus() |
boolean |
isAvailable(MindTermApp mindterm) |
protected ModuleBaseTerminal |
newInstance() |
void |
runTerminal(MindTermApp mindterm,
TerminalWindow terminal,
java.awt.Frame frame,
TerminalFrameTitle frameTitle) |
activate, close, connected, description, disconnected, init, run, update, useChaff, windowClosingpublic void runTerminal(MindTermApp mindterm, TerminalWindow terminal, java.awt.Frame frame, TerminalFrameTitle frameTitle)
runTerminal in class ModuleBaseTerminalprotected boolean closeOnDisconnect()
closeOnDisconnect in class ModuleBaseTerminalpublic java.lang.String getTitle()
getTitle in class ModuleBaseTerminalpublic boolean isAvailable(MindTermApp mindterm)
protected boolean haveMenus()
haveMenus in class ModuleBaseTerminalpublic void doClose()
doClose in class ModuleBaseTerminalprotected ModuleBaseTerminal newInstance()
newInstance in class ModuleBaseTerminal