Interface InstallWizardPanel_ext

All Superinterfaces:
org.gvsig.tools.swing.api.Component, org.gvsig.installer.swing.api.wizard.InstallerWizardPanel, org.gvsig.installer.swing.api.execution.InstallWizardPanel, org.gvsig.gui.beans.wizard.WizardPanel
All Known Implementing Classes:
DefaultInstallWizardPanel

public interface InstallWizardPanel_ext extends org.gvsig.installer.swing.api.execution.InstallWizardPanel, org.gvsig.gui.beans.wizard.WizardPanel
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.gvsig.installer.lib.api.execution.InstallPackageService
     
    List<org.gvsig.installer.lib.api.PackageInfo>
     
    boolean
     
     
    void
    If this method is selected the first window of the wizard is not visible and the installation process takes the installers form the default directory.
    void
     

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent

    Methods inherited from interface org.gvsig.installer.swing.api.wizard.InstallerWizardPanel

    addCancellableTask, doAction, getApplicationFolder, getCancellableTasks, getDirection, getInstallFolder, getWizardActionListener, needsToRestartApplicationAfterFinish, setBackButtonEnabled, setCancelButtonEnabled, setFinishButtonEnabled, setNextButtonEnabled, setWizardActionListener, skip

    Methods inherited from interface org.gvsig.installer.swing.api.execution.InstallWizardPanel

    getPackageFilter, getSelectDefaultPackages, getSkipSelectBundleWizardPage, getSkipTypicalOrAdvancedWizardPage, setPackageFilter, setSelectDefaultPackages, setSkipSelectBundleWizardPage, setSkipTypicalOrAdvancedWizardPage

    Methods inherited from interface org.gvsig.gui.beans.wizard.WizardPanel

    getWizardPanelActionListener, setWizardPanelActionListener
  • Method Details

    • installFromDefaultDirectory

      void installFromDefaultDirectory() throws org.gvsig.installer.lib.api.execution.InstallPackageServiceException
      If this method is selected the first window of the wizard is not visible and the installation process takes the installers form the default directory.
      Throws:
      org.gvsig.installer.lib.api.execution.InstallPackageServiceException - if there an error reading the default directory.
    • getInstallerExecutionService

      org.gvsig.installer.lib.api.execution.InstallPackageService getInstallerExecutionService()
      Returns:
      the installerExecutionService
    • getPackagesToInstall

      List<org.gvsig.installer.lib.api.PackageInfo> getPackagesToInstall()
      Returns:
      the installersToInstall
    • getBundlesPanel

      SelectBundlesPanel getBundlesPanel()
    • getTranslation

      String getTranslation(String key)
    • setSkipSelectPackagesWizardPage

      void setSkipSelectPackagesWizardPage(boolean skip)
    • getSkipSelectPackagesWizardPage

      boolean getSkipSelectPackagesWizardPage()