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.
-
xm_StatusBar()
- Constructor.
-
addProgressBar()
- Add the progress bar to the status bar.
-
getProgressBar()
- Get the progress bar.
-
removeProgressBar()
- Remove the progress bar from the status bar.
-
setText(int, String)
- Set the text in the status bar.
-
setText(String)
- Set the text in the status bar.
-
validateContainerHierarchy()
- Validate from the top of the containment hierarchy.
xm_StatusBar
public xm_StatusBar()
- Constructor.
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
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
addProgressBar
public JProgressBar addProgressBar()
- Add the progress bar to the status bar.
- Returns:
- s The progress bar
removeProgressBar
public void removeProgressBar()
- Remove the progress bar from the status bar.
getProgressBar
public JProgressBar getProgressBar()
- Get the progress bar.
- Returns:
- s The progress bar
validateContainerHierarchy
public void validateContainerHierarchy()
- Validate from the top of the containment hierarchy.
All Packages Class Hierarchy This Package Previous Next Index