|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palowebviewer.modules.widgets.client.list.DefaultListModel
com.tensegrity.palowebviewer.modules.widgets.client.combobox.ListComboboxModel
public class ListComboboxModel
Simple impelentation for IListComboboxModel
.
Field Summary | |
---|---|
protected ComboboxListenerCollection |
comboboxListners
|
Fields inherited from class com.tensegrity.palowebviewer.modules.widgets.client.list.DefaultListModel |
---|
listeners |
Constructor Summary | |
---|---|
ListComboboxModel()
|
Method Summary | |
---|---|
void |
addComboboxListener(IComboboxListener listener)
|
java.lang.Object |
getSelectedItem()
|
void |
removeComboboxListener(IComboboxListener listener)
|
void |
setSelectedItem(java.lang.Object item)
|
Methods inherited from class com.tensegrity.palowebviewer.modules.widgets.client.list.DefaultListModel |
---|
addItem, addItems, addListModelListener, getElementAt, getSize, removeItem, removeItems, removeListModelListener |
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.list.IListModel |
---|
addListModelListener, getElementAt, getSize, removeListModelListener |
Field Detail |
---|
protected final ComboboxListenerCollection comboboxListners
Constructor Detail |
---|
public ListComboboxModel()
Method Detail |
---|
public void addComboboxListener(IComboboxListener listener)
addComboboxListener
in interface IComboboxModel
public void removeComboboxListener(IComboboxListener listener)
removeComboboxListener
in interface IComboboxModel
public java.lang.Object getSelectedItem()
getSelectedItem
in interface IComboboxModel
public void setSelectedItem(java.lang.Object item)
setSelectedItem
in interface IComboboxModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |