com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
Class AbstractTreeComboboxModel

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.widgets.client.treecombobox.AbstractTreeComboboxModel
All Implemented Interfaces:
IComboboxModel, ITreeComboboxModel

public abstract class AbstractTreeComboboxModel
extends java.lang.Object
implements ITreeComboboxModel

Base implementation for ITreeComboboxModel.


Constructor Summary
AbstractTreeComboboxModel()
           
 
Method Summary
 void addComboboxListener(IComboboxListener listener)
           
protected  void fireSelectionChanged(java.lang.Object oldItem)
           
 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.treecombobox.ITreeComboboxModel
getTreeModel
 
Methods inherited from interface com.tensegrity.palowebviewer.modules.widgets.client.combobox.IComboboxModel
getSelectedItem, setSelectedItem
 

Constructor Detail

AbstractTreeComboboxModel

public AbstractTreeComboboxModel()
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

fireSelectionChanged

protected void fireSelectionChanged(java.lang.Object oldItem)