org.hfbk.util.ShellPanel Class Reference

List of all members.

Public Member Functions

 ShellPanel ()
abstract String action (String command)
void println (Object o)

Package Attributes

TextArea output

Detailed Description

a kind of simple command console with an input line, supporting command history (up, down key) and an output area. on enter keypress, action(..) is called which should be overridden to handle commands.

Author:
paul

Definition at line 20 of file ShellPanel.java.


Constructor & Destructor Documentation

org.hfbk.util.ShellPanel.ShellPanel (  ) 

Definition at line 23 of file ShellPanel.java.

References org.hfbk.util.ShellPanel.action(), and org.hfbk.util.ShellPanel.output.

Here is the call graph for this function:


Member Function Documentation

abstract String org.hfbk.util.ShellPanel.action ( String  command  )  [pure virtual]

Referenced by org.hfbk.util.ShellPanel.ShellPanel().

Here is the caller graph for this function:

void org.hfbk.util.ShellPanel.println ( Object  o  ) 

Definition at line 70 of file ShellPanel.java.

References org.hfbk.util.ShellPanel.output.


Member Data Documentation

TextArea org.hfbk.util.ShellPanel.output [package]

Definition at line 22 of file ShellPanel.java.

Referenced by org.hfbk.util.ShellPanel.println(), and org.hfbk.util.ShellPanel.ShellPanel().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:51 2009 for visclient by  doxygen 1.5.1