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 voidenteredFromRight()Called in WizardDialog when the user presses Previous on this panel's next panel to (re)initialize this panel, see e.g.voidexitingToLeft()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 ExceptionCalled 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
-
-