| |
|
| org.beryl.gui.swing.JConsole org.beryl.gui.swing.JCommandConsole
JCommandConsole | public class JCommandConsole extends JConsole (Code) | | JCommandConsole - Extended version of JConsole which is targeted
towards command line style use
version: 1.0 author: Wenzel Jakob |
JCommandConsole | public JCommandConsole()(Code) | | Create a new command console
|
addCommandListener | public void addCommandListener(CommandListener listener)(Code) | | Add a command listener to the console
|
appendText | public void appendText(String text)(Code) | | Append text to the console
|
clear | public void clear()(Code) | | Clear the console
|
clearHistory | public void clearHistory()(Code) | | Clear the history
|
removeCommandListener | public void removeCommandListener(CommandListener listener)(Code) | | Remove a command listener from the console
|
setPrompt | public void setPrompt(String string)(Code) | | Set the prompt
|
|
|
|