Class WizardInfo
java.lang.Object
ca.phon.app.opgraph.wizard.WizardInfo
- Direct Known Subclasses:
NodeInfo
Title, message, and message format.
-
Constructor Summary
ConstructorsConstructorDescriptionWizardInfo(String title) WizardInfo(String title, String message) WizardInfo(String title, String message, WizardInfoMessageFormat format) -
Method Summary
Modifier and TypeMethodDescriptionGet message in HTML formatgetTitle()voidsetFormat(WizardInfoMessageFormat format) voidsetMessage(String message) voidsetMinVersion(VersionInfo version) void
-
Constructor Details
-
WizardInfo
public WizardInfo() -
WizardInfo
-
WizardInfo
-
WizardInfo
-
-
Method Details
-
getTitle
-
setTitle
-
getMessage
-
setMessage
-
getFormat
-
setFormat
-
getMinVersion
-
setMinVersion
-
getMessageHTML
-