rero.gui.windows

Class WindowStatusBar

public class WindowStatusBar extends BackgroundToolBar implements IRCAwareComponent, ChangeListener, ClientStateListener

Field Summary
protected Capabilitiescapabilities
protected LabelDisplaycontents
protected HashMapevent
protected longlastRehash
protected StatusWindowparent
Constructor Summary
WindowStatusBar(StatusWindow _parent)
Method Summary
DimensiongetPreferredSize()
voidinstallCapabilities(Capabilities c)
voidpaint(Graphics g)
voidpropertyChanged(String var, String parms)
voidrehash()
voidrehashValues()
voidstateChanged(ChangeEvent ev)

Field Detail

capabilities

protected Capabilities capabilities

contents

protected LabelDisplay contents

event

protected HashMap event

lastRehash

protected long lastRehash

parent

protected StatusWindow parent

Constructor Detail

WindowStatusBar

public WindowStatusBar(StatusWindow _parent)

Method Detail

getPreferredSize

public Dimension getPreferredSize()

installCapabilities

public void installCapabilities(Capabilities c)

paint

public void paint(Graphics g)

propertyChanged

public void propertyChanged(String var, String parms)

rehash

public void rehash()

rehashValues

public void rehashValues()

stateChanged

public void stateChanged(ChangeEvent ev)