Package com.zerog.ia.auto.project.panels
Class GetSerialNumberPanel
- 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.GetSerialNumberPanel
-
- All Implemented Interfaces:
Referenceable
public final class GetSerialNumberPanel extends InstallPanelAction
This action allows setup author to add serial number functionality to the installer. Developers can choose to generate any number of serial numbers for any number of products. Serial numbers can represent unique products or sets of products. The result of this action allows setup authors to create rules that can manage all aspects of the installation based on rights granted by the serial number the end user has entered. This panel action is not intended to be accessed with API.
-
-
Constructor Summary
Constructors Constructor Description GetSerialNumberPanel()
-
Method Summary
-
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
-
-