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, windowClosing
public void runTerminal(MindTermApp mindterm, TerminalWindow terminal, java.awt.Frame frame, TerminalFrameTitle frameTitle)
runTerminal
in class ModuleBaseTerminal
protected boolean closeOnDisconnect()
closeOnDisconnect
in class ModuleBaseTerminal
public java.lang.String getTitle()
getTitle
in class ModuleBaseTerminal
public boolean isAvailable(MindTermApp mindterm)
protected boolean haveMenus()
haveMenus
in class ModuleBaseTerminal
public void doClose()
doClose
in class ModuleBaseTerminal
protected ModuleBaseTerminal newInstance()
newInstance
in class ModuleBaseTerminal