com.im.ijc.core/1 5.9.4

com.im.ijc.core.wizards.newdfitem
Class ConvertDFFieldWizardPanel2

java.lang.Object
  extended by com.im.ijc.core.wizards.newdfitem.ConvertDFFieldWizardPanel2
All Implemented Interfaces:
WizardDescriptor.Panel

public class ConvertDFFieldWizardPanel2
extends Object
implements WizardDescriptor.Panel


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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponent

public Component getComponent()
Specified by:
getComponent in interface WizardDescriptor.Panel

getHelp

public HelpCtx getHelp()
Specified by:
getHelp in interface WizardDescriptor.Panel

isValid

public boolean isValid()
Specified by:
isValid 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()

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