Package com.zerog.ia.auto.project.panels
Class RemoveFeatureIntroductionPanel
- 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.RemoveFeatureIntroductionPanel
-
- All Implemented Interfaces:
Referenceable
public final class RemoveFeatureIntroductionPanel extends DisplayMessagePanel
-
-
Constructor Summary
Constructors Constructor Description RemoveFeatureIntroductionPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
The remove features message to display.java.lang.String
getTitle()
The title of the panel.void
setMessage(java.lang.String Message)
The remove features message to display.void
setTitle(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 "Remove Features".
-
setTitle
public void setTitle(java.lang.String Title)
The title of the panel. Default is "Remove Features".
-
getMessage
public java.lang.String getMessage()
The remove features message to display.- Overrides:
getMessage
in classDisplayMessagePanel
-
setMessage
public void setMessage(java.lang.String Message)
The remove features message to display.- Overrides:
setMessage
in classDisplayMessagePanel
-
-