rero.gui.windows
Class SwitchBarOptions

java.lang.Object
  extended by 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)
           
 
Method Summary
static java.awt.Color getHighlightColor()
           
static boolean isHilightOn()
           
 void propertyChanged(java.lang.String key, java.lang.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 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
Constructor Detail

SwitchBarOptions

public SwitchBarOptions(javax.swing.JComponent c,
                        javax.swing.JComponent s)
Method Detail

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