Package com.zerog.ia.auto.project.panels
Class RepairFeatureIntroductionPanel
- 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.RepairFeatureIntroductionPanel
-
- All Implemented Interfaces:
Referenceable
public final class RepairFeatureIntroductionPanel extends DisplayMessagePanel
-
-
Constructor Summary
Constructors Constructor Description RepairFeatureIntroductionPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()The repair installation message to display.java.lang.StringgetTitle()The title of the panel.voidsetMessage(java.lang.String Message)The repair installation message to display.voidsetTitle(java.lang.String Title)The title of the panel.-
Methods inherited from class com.zerog.ia.auto.project.panels.DisplayMessagePanel
getAlignment, getJustification, getStepTitle, setAlignment, setJustification, setStepTitle
-
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()
The title of the panel. Default is "Repair Installation".
-
setTitle
public void setTitle(java.lang.String Title)
The title of the panel. Default is "Repair Installation".
-
getMessage
public java.lang.String getMessage()
The repair installation message to display.- Overrides:
getMessagein classDisplayMessagePanel
-
setMessage
public void setMessage(java.lang.String Message)
The repair installation message to display.- Overrides:
setMessagein classDisplayMessagePanel
-
-