Interface InstallerWizardPanel

All Superinterfaces:
org.gvsig.tools.swing.api.Component
All Known Subinterfaces:
InstallWizardPanel, MakePluginPackageWizard

public interface InstallerWizardPanel extends org.gvsig.tools.swing.api.Component
  • Method Details

    • setWizardActionListener

      void setWizardActionListener(InstallerWizardActionListener wizardActionListener)
      Parameters:
      wizardActionListener - sets the listener for the action events.
    • getWizardActionListener

      InstallerWizardActionListener getWizardActionListener()
      Returns:
      the listener for the action events
    • getCancellableTasks

      List<org.gvsig.tools.task.CancellableTask> getCancellableTasks()
    • addCancellableTask

      void addCancellableTask(org.gvsig.tools.task.CancellableTask task)
    • needsToRestartApplicationAfterFinish

      boolean needsToRestartApplicationAfterFinish()
      Tells whether this install wizard needs to restart the app after install process has finished
      Returns:
      Whether this install wizard needs to restart the app after install process has finished
    • getApplicationFolder

      File getApplicationFolder()
    • getInstallFolder

      File getInstallFolder()
    • setNextButtonEnabled

      void setNextButtonEnabled(boolean isEnabled)
    • setFinishButtonEnabled

      void setFinishButtonEnabled(boolean isVisible)
    • setCancelButtonEnabled

      void setCancelButtonEnabled(boolean isEnabled)
    • setBackButtonEnabled

      void setBackButtonEnabled(boolean isEnabled)
    • doAction

      void doAction(int action)
    • skip

      void skip()
    • getDirection

      int getDirection()