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