Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

StatusBar Class Reference

Simple Gui component to display status information. More...

List of all members.

Public Methods

 StatusBar ()
 Construct a StatusBar with a single (empty) line of text. More...

 StatusBar (String text)
 Construct a StatusBar with a single line of text. More...

void print (String text)
 Replace the output of the statusbar with the given text. More...

void append (String text)
 Append the given text to the output of the statusbar. More...

Dimension getMinimumSize ()
 Overrides Container interface. More...

Dimension getPreferredSize ()
 Overrides Container interface. More...


Detailed Description

Simple Gui component to display status information.


Constructor & Destructor Documentation

StatusBar::StatusBar   [inline]
 

Construct a StatusBar with a single (empty) line of text.

StatusBar::StatusBar String    text [inline]
 

Construct a StatusBar with a single line of text.


Member Function Documentation

void StatusBar::print String    text [inline]
 

Replace the output of the statusbar with the given text.

void StatusBar::append String    text [inline]
 

Append the given text to the output of the statusbar.

Will replace the output if the statusbar has only a single line of text.

Dimension StatusBar::getMinimumSize   [inline]
 

Overrides Container interface.

Dimension StatusBar::getPreferredSize   [inline]
 

Overrides Container interface.


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:27 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001