Uses of Enum Class
ca.phon.app.opgraph.wizard.WizardInfoMessageFormat
Packages that use WizardInfoMessageFormat
-
Uses of WizardInfoMessageFormat in ca.phon.app.opgraph.wizard
Methods in ca.phon.app.opgraph.wizard that return WizardInfoMessageFormatModifier and TypeMethodDescriptionWizardInfo.getFormat()
WizardExtension.getNodeMessageFormat
(ca.phon.opgraph.OpNode node) WizardExtension.getWizardMessageFormat()
static WizardInfoMessageFormat
Returns the enum constant of this class with the specified name.static WizardInfoMessageFormat[]
WizardInfoMessageFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.app.opgraph.wizard with parameters of type WizardInfoMessageFormatModifier and TypeMethodDescriptionvoid
WizardInfo.setFormat
(WizardInfoMessageFormat format) void
WizardExtension.setNodeMessage
(ca.phon.opgraph.OpNode node, String message, WizardInfoMessageFormat format) void
WizardExtension.setWizardMessage
(String message, WizardInfoMessageFormat format) Constructors in ca.phon.app.opgraph.wizard with parameters of type WizardInfoMessageFormatModifierConstructorDescriptionNodeInfo
(ca.phon.opgraph.OpNode node, String title, String message, WizardInfoMessageFormat format) WizardInfo
(String title, String message, WizardInfoMessageFormat format)