Class DisplayMessageConsole
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.console.DisplayMessageConsole
-
- All Implemented Interfaces:
Referenceable
public final class DisplayMessageConsole extends Action
The panel allows developers to simply display a text message to the end user during the installation.
-
-
Constructor Summary
Constructors Constructor Description DisplayMessageConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns the message to be displayed during installation.java.lang.String
getTitle()
Returns the title of the panel.void
setMessage(java.lang.String message)
Defines the message to be displayed during installation.void
setTitle(java.lang.String title)
Defines the title of the panel.-
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
-
setMessage
public void setMessage(java.lang.String message)
Defines the message to be displayed during installation.
-
getMessage
public java.lang.String getMessage()
Returns the message to be displayed during installation.
-
setTitle
public void setTitle(java.lang.String title)
Defines the title of the panel.
-
getTitle
public java.lang.String getTitle()
Returns the title of the panel.
-
-