All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xm.xm_StatusBar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----xm.xm_StatusBar

public class xm_StatusBar
extends JPanel
Status bar for the display of general application messages.


Constructor Index

 o xm_StatusBar()
Constructor.

Method Index

 o addProgressBar()
Add the progress bar to the status bar.
 o getProgressBar()
Get the progress bar.
 o removeProgressBar()
Remove the progress bar from the status bar.
 o setText(int, String)
Set the text in the status bar.
 o setText(String)
Set the text in the status bar.
 o validateContainerHierarchy()
Validate from the top of the containment hierarchy.

Constructors

 o xm_StatusBar
 public xm_StatusBar()
Constructor.

Methods

 o setText
 public void setText(String InputText)
Set the text in the status bar. Also output it to debug, using a default debug level of 5.

Parameters:
InputText - The text to be displayed on the status bar
 o setText
 public void setText(int InputDebugLevel,
                     String InputText)
Set the text in the status bar. Also output to debug with the specified debug level.

Parameters:
InputDebugLevel - The debug level with which to output this text to debug
InputText - The text to be displayed on the status bar
 o addProgressBar
 public JProgressBar addProgressBar()
Add the progress bar to the status bar.

Returns:
s The progress bar
 o removeProgressBar
 public void removeProgressBar()
Remove the progress bar from the status bar.

 o getProgressBar
 public JProgressBar getProgressBar()
Get the progress bar.

Returns:
s The progress bar
 o validateContainerHierarchy
 public void validateContainerHierarchy()
Validate from the top of the containment hierarchy.


All Packages  Class Hierarchy  This Package  Previous  Next  Index