com.im.ijc.core/1 5.9.4

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

java.lang.Object
  extended by com.im.ijc.core.wizards.newdfitem.NewDFItemWizardIterator<DFField>
      extended by com.im.ijc.core.wizards.newdfitem.ConvertDFFieldWizardIterator
All Implemented Interfaces:
WizardDescriptor.Iterator

public class ConvertDFFieldWizardIterator
extends NewDFItemWizardIterator<DFField>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.im.ijc.core.wizards.newdfitem.NewDFItemWizardIterator
NewDFItemWizardIterator.WizardType
 
Field Summary
 
Fields inherited from class com.im.ijc.core.wizards.newdfitem.NewDFItemWizardIterator
MSG_DFITEM_CREATED, MSG_NEW_ITEM, MSG_PANEL1_NAME, MSG_PROGRESS_TITLE, MSG_SELECT_DFITEM_TYPE, MSG_SETTINGS_TITLED_BORDER, MSG_TYPE_NOT_SELECTED, MSG_WIZARD_TITLE, MSGS_KEYS_ARR, PROP_DFITEM
 
Method Summary
static boolean canConvertField(DFField field)
           
protected  WizardDescriptor.Panel[] createPanels()
           
 boolean hasPrevious()
           
static void showWizard(DFField fieldToConvert)
          Presents the Wizard, and returns the Iterator so the caller may query it for the results.
 
Methods inherited from class com.im.ijc.core.wizards.newdfitem.NewDFItemWizardIterator
addChangeListener, addExtraPanel, addPropertyChangeListener, createMessages, current, getCreationTask, getDFItem, getMsg, getNewItem, getWizardDescriptor, hasNext, name, nextPanel, previousPanel, removeChangeListener, removePropertyChangeListener, setMsgs, setWizardDescriptor, showWizard, showWizard, showWizard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showWizard

public static void showWizard(DFField fieldToConvert)
Presents the Wizard, and returns the Iterator so the caller may query it for the results.


canConvertField

public static boolean canConvertField(DFField field)

createPanels

protected WizardDescriptor.Panel[] createPanels()
Overrides:
createPanels in class NewDFItemWizardIterator<DFField>

hasPrevious

public boolean hasPrevious()
Specified by:
hasPrevious in interface WizardDescriptor.Iterator
Overrides:
hasPrevious in class NewDFItemWizardIterator<DFField>

com.im.ijc.core/1 5.9.4