![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.ui.BiffIconjava.lang.Object | +----java.awt.Component | +----java.awt.Container | +----com.sun.java.swing.JComponent | +----com.sun.java.swing.JLabel | +----grendel.ui.BiffIcon This is a simple biff label. It watches the BiffThread to update its state.
class BiffIcon
extends com.sun.java.swing.JLabel
implements com.sun.java.swing.event.ChangeListener
{
// Fields 4
static Icon fIconNew;
static Icon fIconNone;
static Icon fIconUnknown;
BiffThread fThread;
// Constructors 1
public BiffIcon();
// Methods 3
public void dispose();
void setBiffState(int);
public void stateChanged(ChangeEvent);
}
Fields fThreadBiffThread fThread fIconUnknownstatic Icon fIconUnknown fIconNewstatic Icon fIconNew fIconNonestatic Icon fIconNone
Constructors BiffIconpublic BiffIcon() Methods disposepublic void dispose() stateChangedpublic void stateChanged(ChangeEvent aEvent)
setBiffStatevoid setBiffState(int aState) All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||