|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.shell.console.ApplicationController
public class ApplicationController
| Method Summary | |
|---|---|
void |
addConsoleListener(ConsoleListener listener)
Add a console listener. |
java.lang.String |
executeCommand(java.lang.String sCommandLine)
|
javax.swing.JTextArea |
getDisplayWindow()
Get a reference to the display window (used for the output stream). |
static ApplicationController |
getInstance()
Return a reference to the single application controller. |
void |
removeConsoleListener(ConsoleListener listener)
Remove a console listener. |
void |
startConsole()
Start the console. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ApplicationController getInstance()
public void startConsole()
public java.lang.String executeCommand(java.lang.String sCommandLine)
public javax.swing.JTextArea getDisplayWindow()
public void addConsoleListener(ConsoleListener listener)
listener - Listener to attempt to addpublic void removeConsoleListener(ConsoleListener listener)
listener - Listener to attemp to remove
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||