Package com.zerog.ia.auto.project.panels
Class ChooseInstallSetPanel
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.panels.InstallPanelAction
-
- com.zerog.ia.auto.project.panels.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 Summary
Constructors Constructor Description ChooseInstallSetPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllowFeaturesCustomization()Returns whether or not to allow the end user to customize the installer via the "Choose Product Features" panel.booleangetBundlesOnly()gets the setting of whether the "Choose Product Features" panel would show without the "Choose Install Sets" panel.java.lang.StringgetBundlesTitle()gets the product features panel titlejava.lang.StringgetTitle()gets the title of the panelbooleanisInstallSetsOnly()Gets the installSetsOnly variable.voidsetAllowFeaturesCustomization(boolean state)Defines whether or not to allow the end user to customize the installer via the "Choose Product Features" panel.voidsetBundlesOnly(boolean state)sets the setting of whether the "Choose Product Features" panel would show without the "Choose Install Sets" panel.voidsetBundlesTitle(java.lang.String t)sets the product features panel titlevoidsetInstallSetsOnly(boolean installSetsOnly)Sets the installSetsOnly variable.voidsetTitle(java.lang.String t)sets the title of the panel-
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelAction
getArchivesSigned, getDependencies, getHelp, getImage, getImageOption, getInstallPanelClassName, getLabelIndex, getLabelOption, getResource, setArchivesSigned, setDependencies, setHelp, setImage, setImageOption, setInstallPanelClassName, setLabelIndex, setLabelOption, setResource
-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
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
InstallSetsettings, like name and image, can be found under theProjectclass.
-
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
InstallSetsettings, like name and image, can be found under theProjectclass.
-
-