Class DefaultInstallWizardPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.gui.beans.wizard.WizardPanel, org.gvsig.installer.swing.api.execution.InstallWizardPanel, org.gvsig.installer.swing.api.wizard.InstallerWizardPanel, InstallWizardPanel_ext, org.gvsig.tools.swing.api.Component

public class DefaultInstallWizardPanel extends AbstractInstallerWizardPanel implements InstallWizardPanel_ext
See Also:
  • Constructor Details

    • DefaultInstallWizardPanel

      public DefaultInstallWizardPanel(File applicationFolder, File installFolder)
  • Method Details

    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • getInstallerExecutionService

      public org.gvsig.installer.lib.api.execution.InstallPackageService getInstallerExecutionService()
      Specified by:
      getInstallerExecutionService in interface InstallWizardPanel_ext
      Returns:
      the installerExecutionService
    • initComponents

      protected void initComponents()
      Overrides:
      initComponents in class AbstractInstallerWizardPanel
    • getBundlesPanel

      public SelectBundlesPanel getBundlesPanel()
      Specified by:
      getBundlesPanel in interface InstallWizardPanel_ext
    • installFromDefaultDirectory

      public void installFromDefaultDirectory() throws org.gvsig.installer.lib.api.execution.InstallPackageServiceException
      Description copied from interface: InstallWizardPanel_ext
      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.
      Specified by:
      installFromDefaultDirectory in interface InstallWizardPanel_ext
      Throws:
      org.gvsig.installer.lib.api.execution.InstallPackageServiceException - if there an error reading the default directory.
    • getPackagesToInstall

      public List<org.gvsig.installer.lib.api.PackageInfo> getPackagesToInstall()
      Specified by:
      getPackagesToInstall in interface InstallWizardPanel_ext
      Returns:
      the installersToInstall
    • setSelectDefaultPackages

      public void setSelectDefaultPackages(boolean isActivated)
      Specified by:
      setSelectDefaultPackages in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • getSelectDefaultPackages

      public boolean getSelectDefaultPackages()
      Specified by:
      getSelectDefaultPackages in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • setSkipSelectPackagesWizardPage

      public void setSkipSelectPackagesWizardPage(boolean skip)
      Specified by:
      setSkipSelectPackagesWizardPage in interface InstallWizardPanel_ext
    • getSkipSelectPackagesWizardPage

      public boolean getSkipSelectPackagesWizardPage()
      Specified by:
      getSkipSelectPackagesWizardPage in interface InstallWizardPanel_ext
    • getSkipTypicalOrAdvancedWizardPage

      public boolean getSkipTypicalOrAdvancedWizardPage()
      Specified by:
      getSkipTypicalOrAdvancedWizardPage in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • setSkipTypicalOrAdvancedWizardPage

      public void setSkipTypicalOrAdvancedWizardPage(boolean skip)
      Specified by:
      setSkipTypicalOrAdvancedWizardPage in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • setSkipSelectBundleWizardPage

      public void setSkipSelectBundleWizardPage(boolean skip)
      Specified by:
      setSkipSelectBundleWizardPage in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • getSkipSelectBundleWizardPage

      public boolean getSkipSelectBundleWizardPage()
      Specified by:
      getSkipSelectBundleWizardPage in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • needsToRestartApplicationAfterFinish

      public boolean needsToRestartApplicationAfterFinish()
      Specified by:
      needsToRestartApplicationAfterFinish in interface org.gvsig.installer.swing.api.wizard.InstallerWizardPanel
      Overrides:
      needsToRestartApplicationAfterFinish in class AbstractInstallerWizardPanel
    • getTranslation

      public String getTranslation(String key)
      Specified by:
      getTranslation in interface InstallWizardPanel_ext
    • getPackageFilter

      public org.gvsig.installer.swing.api.execution.PackageFilter getPackageFilter()
      Specified by:
      getPackageFilter in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel
    • setPackageFilter

      public void setPackageFilter(org.gvsig.installer.swing.api.execution.PackageFilter type)
      Specified by:
      setPackageFilter in interface org.gvsig.installer.swing.api.execution.InstallWizardPanel