Package com.zerog.ia.auto.project.panels
Class UninstallerIntroductionPanel
- 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.DisplayMessagePanel
-
- com.zerog.ia.auto.project.panels.UninstallerIntroductionPanel
-
- All Implemented Interfaces:
Referenceable
public final class UninstallerIntroductionPanel extends DisplayMessagePanel
This action presents the user with an introduction panel to the installer.
-
-
Constructor Summary
Constructors Constructor Description UninstallerIntroductionPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextAlignment
getAlignment()
accesses the text alignmentTextAlignment
getJustification()
accesses the text justificationjava.lang.String
getMessage()
accesses the message textjava.lang.String
getStepTitle()
access the step title of this panelvoid
setAlignment(TextAlignment Alignment)
accesses the text alignmentvoid
setJustification(TextAlignment Justification)
accesses the text justificationvoid
setMessage(java.lang.String Message)
accesses the message textvoid
setStepTitle(java.lang.String StepTitle)
access the step title of this 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
-
getStepTitle
public java.lang.String getStepTitle()
access the step title of this panel- Overrides:
getStepTitle
in classDisplayMessagePanel
-
setStepTitle
public void setStepTitle(java.lang.String StepTitle)
access the step title of this panel- Overrides:
setStepTitle
in classDisplayMessagePanel
-
getMessage
public java.lang.String getMessage()
accesses the message text- Overrides:
getMessage
in classDisplayMessagePanel
-
setMessage
public void setMessage(java.lang.String Message)
accesses the message text- Overrides:
setMessage
in classDisplayMessagePanel
-
getJustification
public TextAlignment getJustification()
accesses the text justification- Overrides:
getJustification
in classDisplayMessagePanel
-
setJustification
public void setJustification(TextAlignment Justification)
accesses the text justification- Overrides:
setJustification
in classDisplayMessagePanel
-
getAlignment
public TextAlignment getAlignment()
accesses the text alignment- Overrides:
getAlignment
in classDisplayMessagePanel
-
setAlignment
public void setAlignment(TextAlignment Alignment)
accesses the text alignment- Overrides:
setAlignment
in classDisplayMessagePanel
-
-