|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractListModel | +--org.scopemvc.view.swing.SAbstractListModel | +--org.scopemvc.view.swing.SComboBoxModel
SComboBox
,
Serialized FormField Summary |
Fields inherited from class org.scopemvc.view.swing.SAbstractListModel |
listModel, sizeSelector |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
SComboBoxModel(javax.swing.JComboBox inCombo)
Constructor for the SComboBoxModel object |
Method Summary | |
java.lang.Object |
getBoundSelectionModel()
Gets the bound selection model |
java.lang.Object |
getSelectedItem()
Gets the selected item |
Selector |
getSelectionSelector()
Gets the selection selector |
void |
refresh()
TODO: document the method |
void |
setBoundModel(java.lang.Object inModel)
Sets the bound model |
void |
setBoundSelectionModel(java.lang.Object inModel)
Sets the bound selection model |
void |
setSelectedItem(java.lang.Object inItem)
Sets the selected item |
void |
setSelectionSelector(Selector inSelector)
Sets the selection selector |
void |
setSelectionSelectorString(java.lang.String inSelectorString)
Sets the selection selector string |
Methods inherited from class org.scopemvc.view.swing.SAbstractListModel |
containsElement, doModelChanged, getBoundModel, getElementAt, getSelector, getShownModel, getSize, getSizeSelector, getViewValue, isSorted, modelChanged, setComparator, setListModel, setSelector, setSelectorString, setShownModel, setSizeSelector, setSizeSelectorString, setSorted, setSorted, updateFromProperty, validationFailed, validationSuccess |
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
Constructor Detail |
public SComboBoxModel(javax.swing.JComboBox inCombo)
inCombo
- TODO: Describe the ParameterMethod Detail |
public final java.lang.Object getBoundSelectionModel()
public final Selector getSelectionSelector()
public java.lang.Object getSelectedItem()
getSelectedItem
in interface javax.swing.ComboBoxModel
public final void setBoundSelectionModel(java.lang.Object inModel)
inModel
- The new boundSelectionModel valuepublic final void setSelectionSelector(Selector inSelector)
inSelector
- The new selectionSelector valuepublic final void setSelectionSelectorString(java.lang.String inSelectorString)
inSelectorString
- The new selectionSelectorString valuepublic void setSelectedItem(java.lang.Object inItem)
setSelectedItem
in interface javax.swing.ComboBoxModel
inItem
- The new selectedItem valuepublic void setBoundModel(java.lang.Object inModel)
setBoundModel
in class SAbstractListModel
inModel
- The new boundModel valuepublic void refresh()
refresh
in interface Refreshable
refresh
in class SAbstractListModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |