Class ChooseInstallSetPanel

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseInstallSetPanel
    extends InstallPanelAction
    This action allows the user to choose an install set, or features to install.
    • Constructor Detail

      • ChooseInstallSetPanel

        public ChooseInstallSetPanel()
    • Method Detail

      • isInstallSetsOnly

        public boolean isInstallSetsOnly()
        Gets the installSetsOnly variable.
      • setInstallSetsOnly

        public void setInstallSetsOnly​(boolean installSetsOnly)
        Sets the installSetsOnly variable.
      • getTitle

        public java.lang.String getTitle()
        gets the title of the panel
      • setTitle

        public void setTitle​(java.lang.String t)
        sets the title of the panel
      • getBundlesTitle

        public java.lang.String getBundlesTitle()
        gets the product features panel title
      • setBundlesTitle

        public void setBundlesTitle​(java.lang.String t)
        sets the product features panel title
      • setBundlesOnly

        public void setBundlesOnly​(boolean state)
        sets the setting of whether the "Choose Product Features" panel would show without the "Choose Install Sets" panel.
      • getBundlesOnly

        public boolean getBundlesOnly()
        gets the setting of whether the "Choose Product Features" panel would show without the "Choose Install Sets" panel.
      • setAllowFeaturesCustomization

        public void setAllowFeaturesCustomization​(boolean state)
        Defines whether or not to allow the end user to customize the installer via the "Choose Product Features" panel. That panel allows the end user to define the specific features of the product to install.

        The custom InstallSet settings, like name and image, can be found under the Project class.

        See Also:
        Project.setCustomInstallSet(com.zerog.ia.auto.project.InstallSet)
      • getAllowFeaturesCustomization

        public boolean getAllowFeaturesCustomization()
        Returns whether or not to allow the end user to customize the installer via the "Choose Product Features" panel. That panel allows the end user to define the specific features of the product to install.

        The custom InstallSet settings, like name and image, can be found under the Project class.

        See Also:
        Project.setCustomInstallSet(com.zerog.ia.auto.project.InstallSet)