rero.gui.windows
Class ListBoxOptions

java.lang.Object
  extended by rero.gui.windows.ListBoxOptions
All Implemented Interfaces:
ClientStateListener

public class ListBoxOptions
extends java.lang.Object
implements ClientStateListener


Field Summary
protected  javax.swing.JComponent container
           
protected  javax.swing.JComponent listbox
           
 
Constructor Summary
ListBoxOptions(javax.swing.JComponent c, javax.swing.JComponent l)
           
 
Method Summary
 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

listbox

protected javax.swing.JComponent listbox
Constructor Detail

ListBoxOptions

public ListBoxOptions(javax.swing.JComponent c,
                      javax.swing.JComponent l)
Method Detail

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