Package ca.phon.app.opgraph.wizard
Class WizardInfo
java.lang.Object
ca.phon.app.opgraph.wizard.WizardInfo
- Direct Known Subclasses:
NodeInfo
Title, message, and message format.
-
Constructor Summary
ConstructorDescriptionWizardInfo
(String title) WizardInfo
(String title, String message) WizardInfo
(String title, String message, WizardInfoMessageFormat format) -
Method Summary
Modifier and TypeMethodDescriptionGet message in HTML formatgetTitle()
void
setFormat
(WizardInfoMessageFormat format) void
setMessage
(String message) void
-
Constructor Details
-
WizardInfo
public WizardInfo() -
WizardInfo
-
WizardInfo
-
WizardInfo
-
-
Method Details
-
getTitle
-
setTitle
-
getMessage
-
setMessage
-
getFormat
-
setFormat
-
getMessageHTML
Get message in HTML format- Returns:
- message in HTML
-