| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.AbstractListModel
|
+--com.gsoft.titration.client.StringListModel
|
+--com.gsoft.titration.client.StringComboBoxModel
Similar to the StringListModel with the addition of a "selected item" property.
| Field Summary | |
protected Object | selectedItemThe currently selected item. |
| Fields inherited from class com.gsoft.titration.client.StringListModel |
delegate |
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Constructor Summary | |
StringComboBoxModel()Constructs a default StringComboBoxModel. | |
| Method Summary | |
Object | getSelectedItem()Gets the currently selected item. |
void | setSelectedItem(Object item)Sets the currently selected item. |
| Methods inherited from class com.gsoft.titration.client.StringListModel |
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, fetchItems, firstElement, get, getElementAt, getItems, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setItems, setSize, size, toArray, toString, trimToSize |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, removeListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListeners |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize |
| Field Detail |
protected Object selectedItem
| Constructor Detail |
public StringComboBoxModel()
StringComboBoxModel.| Method Detail |
public Object getSelectedItem()
public void setSelectedItem(Object item)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||