rero.gui.windows

Class SwitchBarOptions

public class SwitchBarOptions extends Object implements ClientStateListener

Field Summary
protected static SwitchBarOptions.ColorListenercolor
protected JComponentcontainer
protected JComponentpanel
protected JComponentswitchbar
Constructor Summary
SwitchBarOptions(JComponent c, JComponent s)
Method Summary
static ColorgetHighlightColor()
static booleanisHilightOn()
voidpropertyChanged(String key, String value)
voidrehash()

Field Detail

color

protected static SwitchBarOptions.ColorListener color

container

protected JComponent container

panel

protected JComponent panel

switchbar

protected JComponent switchbar

Constructor Detail

SwitchBarOptions

public SwitchBarOptions(JComponent c, JComponent s)

Method Detail

getHighlightColor

public static Color getHighlightColor()

isHilightOn

public static boolean isHilightOn()

propertyChanged

public void propertyChanged(String key, String value)

rehash

public void rehash()