com.im.ijc.core/1 5.9.4

com.im.ijc.core.wizards.newdfitem
Class NewDFItemWizardPanel1<T extends DFItem>

java.lang.Object
  extended by 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


Constructor Summary
NewDFItemWizardPanel1(NewDFItemWizardIterator<T> wizIterator)
           
 
Method Summary
 void addChangeListener(ChangeListener l)
           
protected  void fireChangeEvent()
           
 Component getComponent()
           
 HelpCtx getHelp()
           
 boolean isValid()
           
 void readSettings(Object settings)
           
 void removeChangeListener(ChangeListener l)
           
 void storeSettings(Object settings)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDFItemWizardPanel1

public NewDFItemWizardPanel1(NewDFItemWizardIterator<T> wizIterator)
Method Detail

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

com.im.ijc.core/1 5.9.4