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