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

Constructor Index

 o WizardListModel()
Constructor.
 o WizardListModel(DefaultListModel)
Constructor.

Method Index

 o toProperty()
Create a formatted NFX property value from list elements.

Constructors

 o WizardListModel
 public WizardListModel()
Constructor.

 o WizardListModel
 public WizardListModel(DefaultListModel src)
Constructor.

Methods

 o toProperty
 public String toProperty()
Create a formatted NFX property value from list elements.


All Packages  Class Hierarchy  This Package  Previous  Next  Index