|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.adougou.cline.BasePrompt
|
+--org.adougou.cline.TextAreaPrompt
This class is used in conjunction with TextArea to provide an AWT-based command prompt.
TextArea,
ShellPrompt| Fields inherited from class org.adougou.cline.BasePrompt |
err, in, out |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
TextAreaPrompt(java.lang.String name,
TextArea textArea)
Same idea as the other constructor however will allocate a new command register for use by the prompt. |
|
TextAreaPrompt(java.lang.String name,
TextArea textArea,
CommandRegister register)
The TextAreaPrompt requires a TextArea. |
|
| Methods inherited from class org.adougou.cline.BasePrompt |
askBooleanQuestion, askQuestion, askQuestion, exit, printPrompt, redirectSystemIOToPrompt, registerCommand, registerPackage, run |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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 |
| Methods inherited from interface org.adougou.cline.IPrompt |
start |
| Constructor Detail |
public TextAreaPrompt(java.lang.String name,
TextArea textArea,
CommandRegister register)
public TextAreaPrompt(java.lang.String name,
TextArea textArea)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||