All Packages Class Hierarchy This Package Previous Next Index
Class com.netobjects.nfx.wizard.WizardListModel
java.lang.Object
|
+----com.sun.java.swing.AbstractListModel
|
+----com.netobjects.nfx.ui.DefaultListModel
|
+----com.netobjects.nfx.ui.OrderedListModel
|
+----com.netobjects.nfx.wizard.WizardListModel
- public class WizardListModel
- extends OrderedListModel
List model implementation for the wizard framework pages.
- Version:
- 1.0
- Author:
- Scott Cinnamond
-
WizardListModel()
- Constructor.
-
WizardListModel(DefaultListModel)
- Constructor.
-
toProperty()
- Create a formatted NFX property value from list
elements.
WizardListModel
public WizardListModel()
- Constructor.
WizardListModel
public WizardListModel(DefaultListModel src)
- Constructor.
toProperty
public String toProperty()
- Create a formatted NFX property value from list
elements.
All Packages Class Hierarchy This Package Previous Next Index