Package com.zerog.ia.auto.project.panels
Class ChooseFeaturesToUninstallPanel
- 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.ChooseFeaturesToUninstallPanel
-
- All Implemented Interfaces:
Referenceable
public final class ChooseFeaturesToUninstallPanel extends InstallPanelAction
This action allows the user to choose install bundles for the installation..
-
-
Constructor Summary
Constructors Constructor Description ChooseFeaturesToUninstallPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getCheckMeansUninstall()
Get the meaning of checkboxes for uninstall: true for user checkes feature to uninstall and false for user unchecks features to uninstall.java.lang.String
getTitle()
Get the title of the panelvoid
setCheckMeansUninstall(boolean checkMeansUninstall)
Set the meaning of checkboxes for uninstall: true for user checks feature to uninstall and false for user unchecks features to uninstall.void
setTitle(java.lang.String t)
Set 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
-
getTitle
public java.lang.String getTitle()
Get the title of the panel
-
setTitle
public void setTitle(java.lang.String t)
Set the title of the panel
-
setCheckMeansUninstall
public void setCheckMeansUninstall(boolean checkMeansUninstall)
Set the meaning of checkboxes for uninstall: true for user checks feature to uninstall and false for user unchecks features to uninstall.
-
getCheckMeansUninstall
public boolean getCheckMeansUninstall()
Get the meaning of checkboxes for uninstall: true for user checkes feature to uninstall and false for user unchecks features to uninstall.
-
-