rero.gui.windows
Class ListBoxOptions

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

public class ListBoxOptions
extends Object
implements ClientStateListener


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

listbox

protected JComponent listbox
Constructor Detail

ListBoxOptions

public ListBoxOptions(JComponent c,
                      JComponent l)
Method Detail

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