|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palowebviewer.modules.widgets.client.treecombobox.AbstractTreeComboboxModel
public abstract class AbstractTreeComboboxModel
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 |
---|
public AbstractTreeComboboxModel()
Method Detail |
---|
public void addComboboxListener(IComboboxListener listener)
addComboboxListener
in interface IComboboxModel
public void removeComboboxListener(IComboboxListener listener)
removeComboboxListener
in interface IComboboxModel
protected void fireSelectionChanged(java.lang.Object oldItem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |