All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.awt.bar.Statusbar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Label
                   |
                   +----tea.awt.bar.Statusbar

public class Statusbar
extends Label
implements StatusListener

This component is a Statusbar. It's used by a Docker to display the description of the IconButtons and the status of the program.

Version:
1.0 beta - 31 May 1997
Author:
Leonardo Boselli
See Also:
Docker

Constructor Index

 o Statusbar(String)
The constructor defines the default status that is displayed.

Method Index

 o setStatus(String)
Shows the status of the owner.

Constructors

 o Statusbar
 public Statusbar(String def)
The constructor defines the default status that is displayed. Tipically it will be a copyright notice.

Parameters:
def - the default status.

Methods

 o setStatus
 public void setStatus(String s)
Shows the status of the owner.

Parameters:
s - the status.

All Packages  Class Hierarchy  This Package  Previous  Next  Index