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.
 


Constructor Index

 o TStatusBar()
Construct a status bar.

Method Index

 o clearStatus()
Clear the status bar and dispose of all previously set status messages.
 o paint(Graphics)
Invoked when the status bar is painted.
 o setStatus(String)
Set the status message.
 o unsetStatus()
Display the previously set status message.

Constructors

 o TStatusBar
 public TStatusBar()
Construct a status bar.

Methods

 o setStatus
 public void setStatus(String text)
Set the status message.

 o unsetStatus
 public void unsetStatus()
Display the previously set status message.

 o clearStatus
 public void clearStatus()
Clear the status bar and dispose of all previously set status messages.

 o 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