Interface WizardPanelV2
-
- All Superinterfaces:
WizardPanel
- All Known Implementing Classes:
AbstractWizardPanel
,AddDataStoreLayerWizardPanel
,AddWritableDataStoreLayerWizardPanel
,ChooseProjectPanel
,SaveToDataStorePanel
,SelectFilePanel
,SelectFilesPanel
,URLWizardPanel
public interface WizardPanelV2 extends WizardPanel
adds missing method definitions in older interface- Author:
- ed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enteredFromRight()
Called in WizardDialog when the user presses Previous on this panel's next panel to (re)initialize this panel, see e.g.void
exitingToLeft()
Called in WizardDialog when the user leaves this panel without taking action-
Methods inherited from interface com.vividsolutions.jump.workbench.ui.wizard.WizardPanel
add, enteredFromLeft, exitingToRight, getID, getInstructions, getNextID, getTitle, isInputValid, remove
-
-
-
-
Method Detail
-
enteredFromRight
void enteredFromRight() throws Exception
Called in WizardDialog when the user presses Previous on this panel's next panel to (re)initialize this panel, see e.g.SelectFilesPanel
- Throws:
Exception
- if an Exception occurs
-
exitingToLeft
void exitingToLeft()
Called in WizardDialog when the user leaves this panel without taking action
-
-