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

Variable Index

 o dmCurrentValue

Constructor Index

 o WizardComboBoxModel()
Constructor.
 o WizardComboBoxModel(DefaultListModel)
Constructor.

Method Index

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

Variables

 o dmCurrentValue
 private Object dmCurrentValue

Constructors

 o WizardComboBoxModel
 public WizardComboBoxModel()
Constructor.

 o WizardComboBoxModel
 public WizardComboBoxModel(DefaultListModel src)
Constructor.

Methods

 o setSelectedItem
 public void setSelectedItem(Object anObject)
 o getSelectedItem
 public Object getSelectedItem()
 o 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