rero.gui.windows
Class SwitchBarOptions

java.lang.Object
  extended byrero.gui.windows.SwitchBarOptions
All Implemented Interfaces:
ClientStateListener

public class SwitchBarOptions
extends Object
implements ClientStateListener


Field Summary
protected static rero.gui.windows.SwitchBarOptions.ColorListener color
           
protected  JComponent container
           
protected  JComponent panel
           
protected  JComponent switchbar
           
 
Constructor Summary
SwitchBarOptions(JComponent c, JComponent s)
           
 
Method Summary
static Color getHighlightColor()
           
static boolean isHilightOn()
           
 void propertyChanged(String key, String value)
          when the property gets changed you will be notified!
 void rehash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

protected JComponent container

switchbar

protected JComponent switchbar

panel

protected JComponent panel

color

protected static rero.gui.windows.SwitchBarOptions.ColorListener color
Constructor Detail

SwitchBarOptions

public SwitchBarOptions(JComponent c,
                        JComponent s)
Method Detail

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