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 TextAlignmentgetAlignment()accesses the text alignmentTextAlignmentgetJustification()accesses the text justificationjava.lang.StringgetMessage()accesses the message textjava.lang.StringgetStepTitle()access the step title of this panelvoidsetAlignment(TextAlignment Alignment)accesses the text alignmentvoidsetJustification(TextAlignment Justification)accesses the text justificationvoidsetMessage(java.lang.String Message)accesses the message textvoidsetStepTitle(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:
getStepTitlein classDisplayMessagePanel
-
setStepTitle
public void setStepTitle(java.lang.String StepTitle)
access the step title of this panel- Overrides:
setStepTitlein classDisplayMessagePanel
-
getMessage
public java.lang.String getMessage()
accesses the message text- Overrides:
getMessagein classDisplayMessagePanel
-
setMessage
public void setMessage(java.lang.String Message)
accesses the message text- Overrides:
setMessagein classDisplayMessagePanel
-
getJustification
public TextAlignment getJustification()
accesses the text justification- Overrides:
getJustificationin classDisplayMessagePanel
-
setJustification
public void setJustification(TextAlignment Justification)
accesses the text justification- Overrides:
setJustificationin classDisplayMessagePanel
-
getAlignment
public TextAlignment getAlignment()
accesses the text alignment- Overrides:
getAlignmentin classDisplayMessagePanel
-
setAlignment
public void setAlignment(TextAlignment Alignment)
accesses the text alignment- Overrides:
setAlignmentin classDisplayMessagePanel
-
-