rero.gui.windows
Class ListBoxOptions
java.lang.Object
rero.gui.windows.ListBoxOptions
- All Implemented Interfaces:
- ClientStateListener
- public class ListBoxOptions
- extends Object
- implements ClientStateListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected JComponent container
listbox
protected JComponent listbox
ListBoxOptions
public ListBoxOptions(JComponent c,
JComponent l)
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