com.im.ijc.core.wizards.newdfitem
Class NewDFItemWizardPanel1<T extends DFItem>
java.lang.Object
com.im.ijc.core.wizards.newdfitem.NewDFItemWizardPanel1<T>
- All Implemented Interfaces:
- WizardDescriptor.Panel, WizardDescriptor.ValidatingPanel
public class NewDFItemWizardPanel1<T extends DFItem>
- extends Object
- implements WizardDescriptor.ValidatingPanel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewDFItemWizardPanel1
public NewDFItemWizardPanel1(NewDFItemWizardIterator<T> wizIterator)
getComponent
public Component getComponent()
- Specified by:
getComponent in interface WizardDescriptor.Panel
addChangeListener
public final void addChangeListener(ChangeListener l)
- Specified by:
addChangeListener in interface WizardDescriptor.Panel
removeChangeListener
public final void removeChangeListener(ChangeListener l)
- Specified by:
removeChangeListener in interface WizardDescriptor.Panel
fireChangeEvent
protected final void fireChangeEvent()
getHelp
public HelpCtx getHelp()
- Specified by:
getHelp in interface WizardDescriptor.Panel
isValid
public boolean isValid()
- Specified by:
isValid in interface WizardDescriptor.Panel
validate
public void validate()
throws WizardValidationException
- Specified by:
validate in interface WizardDescriptor.ValidatingPanel
- Throws:
WizardValidationException
readSettings
public void readSettings(Object settings)
- Specified by:
readSettings in interface WizardDescriptor.Panel
storeSettings
public void storeSettings(Object settings)
- Specified by:
storeSettings in interface WizardDescriptor.Panel