com.tensegrity.palowebviewer.modules.widgets.client.combobox
Class AbstractComboboxModel

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.widgets.client.combobox.AbstractComboboxModel
All Implemented Interfaces:
IComboboxModel
Direct Known Subclasses:
DefaultTreeComboboxModel

public abstract class AbstractComboboxModel
extends java.lang.Object
implements IComboboxModel

Base implementation for IComboboxModel.


Field Summary
protected  ComboboxListenerCollection listenerCollection
           
 
Constructor Summary
AbstractComboboxModel()
           
 
Method Summary
 void addComboboxListener(IComboboxListener listener)
           
 void removeComboboxListener(IComboboxListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tensegrity.palowebviewer.modules.widgets.client.combobox.IComboboxModel
getSelectedItem, setSelectedItem
 

Field Detail

listenerCollection

protected final ComboboxListenerCollection listenerCollection
Constructor Detail

AbstractComboboxModel

public AbstractComboboxModel()
Method Detail

addComboboxListener

public void addComboboxListener(IComboboxListener listener)
Specified by:
addComboboxListener in interface IComboboxModel

removeComboboxListener

public void removeComboboxListener(IComboboxListener listener)
Specified by:
removeComboboxListener in interface IComboboxModel