|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.minorthird.util.gui.Console
public class Console
Implements the console window for the gui
| Nested Class Summary | |
|---|---|
static interface |
Console.Task
Interface for objects that can be configured with command-line arguments. |
| Constructor Summary | |
|---|---|
Console(Console.Task t)
|
|
Console(java.lang.Object t,
boolean l,
javax.swing.JButton vb)
Constructor initializes the task, whether labels are present, and the viewButton |
|
| Method Summary | |
|---|---|
void |
append(java.lang.String s)
Append a string to the console window. |
void |
clear()
Clear the console window. |
javax.swing.JComponent |
getMainComponent()
The outermost component of the console. |
void |
start()
Start the task for the console. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Console(Console.Task t)
public Console(java.lang.Object t,
boolean l,
javax.swing.JButton vb)
| Method Detail |
|---|
public javax.swing.JComponent getMainComponent()
public void start()
public void append(java.lang.String s)
public void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||