All Packages Class Hierarchy This Package Previous Next Index
Class com.netobjects.nfx.wizard.WizardComboBoxModel
java.lang.Object
|
+----com.sun.java.swing.AbstractListModel
|
+----com.netobjects.nfx.ui.DefaultListModel
|
+----com.netobjects.nfx.ui.OrderedListModel
|
+----com.netobjects.nfx.wizard.WizardListModel
|
+----com.netobjects.nfx.wizard.WizardComboBoxModel
- public class WizardComboBoxModel
- extends WizardListModel
- implements Serializable, ComboBoxModel
Combo-box model implementation for the wizard framework pages.
- Version:
- 1.0
- Author:
- Scott Cinnamond
-
dmCurrentValue
-
-
WizardComboBoxModel()
- Constructor.
-
WizardComboBoxModel(DefaultListModel)
- Constructor.
-
getSelectedItem()
-
-
setSelectedItem(Object)
-
-
toProperty()
- Create a formatted NFX property value from list
elements.
dmCurrentValue
private Object dmCurrentValue
WizardComboBoxModel
public WizardComboBoxModel()
- Constructor.
WizardComboBoxModel
public WizardComboBoxModel(DefaultListModel src)
- Constructor.
setSelectedItem
public void setSelectedItem(Object anObject)
getSelectedItem
public Object getSelectedItem()
toProperty
public String toProperty()
- Create a formatted NFX property value from list
elements.
- Overrides:
- toProperty in class WizardListModel
All Packages Class Hierarchy This Package Previous Next Index