rero.gui.windows
Class SwitchBarOptions
java.lang.Object
rero.gui.windows.SwitchBarOptions
- All Implemented Interfaces:
- ClientStateListener
- public class SwitchBarOptions
- extends Object
- implements ClientStateListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected JComponent container
switchbar
protected JComponent switchbar
panel
protected JComponent panel
color
protected static rero.gui.windows.SwitchBarOptions.ColorListener color
SwitchBarOptions
public SwitchBarOptions(JComponent c,
JComponent s)
getHighlightColor
public static Color getHighlightColor()
isHilightOn
public static boolean isHilightOn()
rehash
public void rehash()
propertyChanged
public void propertyChanged(String key,
String value)
- Description copied from interface:
ClientStateListener
- when the property gets changed you will be notified!
- Specified by:
propertyChanged
in interface ClientStateListener