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 Details

    • 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