Interface WizardPanelV2
- All Superinterfaces:
WizardPanel
- All Known Implementing Classes:
AbstractWizardPanel, AddDataStoreLayerWizardPanel, AddWritableDataStoreLayerWizardPanel, ChooseProjectPanel, SaveToDataStorePanel, SelectFilePanel, SelectFilesPanel, URLWizardPanel
adds missing method definitions in older interface
- Author:
- ed
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled in WizardDialog when the user presses Previous on this panel's next panel to (re)initialize this panel, see e.g.voidCalled in WizardDialog when the user leaves this panel without taking actionMethods inherited from interface WizardPanel
add, enteredFromLeft, exitingToRight, getID, getInstructions, getNextID, getTitle, isInputValid, remove
-
Method Details
-
enteredFromRight
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
-