All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.desktop.TStatusBar
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----COM.ibm.desktop.TStatusBar
- public class TStatusBar
- extends Panel
Provides a status bar.
Copyright (c) Taligent, Inc. 1996 - 1997.
Copyright (c) IBM Corporation 1996 - 1997.
All Rights Reserved.
-
TStatusBar()
- Construct a status bar.
-
clearStatus()
- Clear the status bar and dispose of all previously set status messages.
-
paint(Graphics)
- Invoked when the status bar is painted.
-
setStatus(String)
- Set the status message.
-
unsetStatus()
- Display the previously set status message.
TStatusBar
public TStatusBar()
- Construct a status bar.
setStatus
public void setStatus(String text)
- Set the status message.
unsetStatus
public void unsetStatus()
- Display the previously set status message.
clearStatus
public void clearStatus()
- Clear the status bar and dispose of all previously set status messages.
paint
public void paint(Graphics g)
- Invoked when the status bar is painted.
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index