|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimtools.ui.WizardManager
jsynoptic.plugins.merge.ui.MCWizardManager
public class MCWizardManager
Type
Summary:
A wizard dedicated to create asynchornous or asynchronous merge collections
Field Summary | |
---|---|
protected WizardPage |
addAsynchronousDataOption
|
protected WizardPage |
addPage
|
protected WizardPage |
addSynchronousDataOption
|
protected static java.lang.String |
COLLECTION_NAME
|
protected static java.lang.String |
COLLECTION_TIME_REFERENCE_IS_RELATIVE
|
protected static java.lang.String |
DATA_TO_MERGE
|
protected java.text.SimpleDateFormat |
dateTimeFormatter
|
protected static java.lang.String |
INTERPOLATION_ORDER
|
protected static java.lang.String |
IS_ASYNCHRONOUS
|
protected WizardPage |
namePage
|
protected WizardPage |
namePageOption
|
protected int |
numberOfAddedData
|
protected static java.lang.String |
REFERENCE_FOR_MERGED_TIME
|
protected WizardPage |
terminatePage
|
protected static java.lang.String |
TIME_REFERENCE
|
protected static java.lang.String |
TIME_REFERENCE_INITIAL_DATE
|
protected static java.lang.String |
TIME_REFERENCE_IS_RELATIVE
|
protected static java.lang.String |
TIME_REFERENCE_OFFSET
|
Fields inherited from class simtools.ui.WizardManager |
---|
currentPage, pageHistory, settings, wizardObject |
Constructor Summary | |
---|---|
MCWizardManager()
|
Method Summary | |
---|---|
boolean |
canFinish()
Method canFinish Summary: |
boolean |
canNext()
Method canFinish Summary: |
java.awt.Dimension |
getMaximumnPageSize()
|
java.lang.String[] |
getStepsTitles()
Method getAllPagesTitle Summary: |
static void |
main(java.lang.String[] args)
|
protected WizardPage |
next()
Method getNextStep Summary: Compute next step in function of current state and settings |
java.lang.Object |
processFinish()
Method processFinish Summary: Instantiate whatever object (if any) the wizard creates from its gathered data. |
void |
processToNextStep()
Method processToNextStep Summary: Update setting and compute the next page to dispay |
void |
processToPreviousStep()
Method processToPreviousStep Summary: get previous page, restore previous settings |
Methods inherited from class simtools.ui.WizardManager |
---|
finish, getCurrentStep, getPreviousStep, getSettings, getWizardObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WizardPage namePage
protected WizardPage namePageOption
protected WizardPage addPage
protected WizardPage addSynchronousDataOption
protected WizardPage addAsynchronousDataOption
protected WizardPage terminatePage
protected static final java.lang.String COLLECTION_NAME
protected static final java.lang.String IS_ASYNCHRONOUS
protected static final java.lang.String COLLECTION_TIME_REFERENCE_IS_RELATIVE
protected static final java.lang.String INTERPOLATION_ORDER
protected static final java.lang.String DATA_TO_MERGE
protected static final java.lang.String TIME_REFERENCE_OFFSET
protected static final java.lang.String TIME_REFERENCE
protected static final java.lang.String TIME_REFERENCE_IS_RELATIVE
protected static final java.lang.String TIME_REFERENCE_INITIAL_DATE
protected static final java.lang.String REFERENCE_FOR_MERGED_TIME
protected int numberOfAddedData
protected java.text.SimpleDateFormat dateTimeFormatter
Constructor Detail |
---|
public MCWizardManager()
Method Detail |
---|
public java.awt.Dimension getMaximumnPageSize()
getMaximumnPageSize
in class WizardManager
public java.lang.String[] getStepsTitles()
WizardManager
getStepsTitles
in class WizardManager
public boolean canNext()
WizardManager
canNext
in class WizardManager
protected WizardPage next()
WizardManager
next
in class WizardManager
public boolean canFinish()
WizardManager
canFinish
in class WizardManager
public java.lang.Object processFinish()
WizardManager
processFinish
in class WizardManager
public void processToNextStep()
WizardManager
processToNextStep
in class WizardManager
public void processToPreviousStep()
WizardManager
processToPreviousStep
in class WizardManager
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |