|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
byucc.jhdl.apps.Jab.TextConsole
Field Summary | |
protected CLInterpreter |
interp
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
TextConsole()
|
Method Summary | |
void |
CLICommandEventFired(CLICommandEvent e)
|
void |
complete()
|
int |
getCharsPerLine()
|
CLInterpreter |
getCLInterpreter()
|
protected CLInterpreter |
getInterp()
|
void |
getNextCommand()
|
void |
getPrevCommand()
|
static void |
main(java.lang.String[] args)
|
boolean |
parseCmd()
|
void |
print(java.lang.String info)
|
void |
println(java.lang.String info)
|
void |
run()
|
void |
setTerminal()
|
void |
showPrompt()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected CLInterpreter interp
Constructor Detail |
public TextConsole()
Method Detail |
public void CLICommandEventFired(CLICommandEvent e)
CLICommandEventFired
in interface CLICommandListener
public void setTerminal()
public void run()
run
in interface java.lang.Runnable
public void showPrompt()
public boolean parseCmd()
public void complete()
public void getPrevCommand()
public void getNextCommand()
public void println(java.lang.String info)
println
in interface CLIConsole
public void print(java.lang.String info)
print
in interface CLIConsole
public CLInterpreter getCLInterpreter()
public int getCharsPerLine()
getCharsPerLine
in interface CLIConsole
public static void main(java.lang.String[] args)
protected CLInterpreter getInterp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |