Uses of Enum Class
ca.phon.app.opgraph.wizard.WizardInfoMessageFormat
Packages that use WizardInfoMessageFormat
-
Uses of WizardInfoMessageFormat in ca.phon.app.opgraph.wizard
Subclasses with type arguments of type WizardInfoMessageFormat in ca.phon.app.opgraph.wizardMethods in ca.phon.app.opgraph.wizard that return WizardInfoMessageFormatModifier and TypeMethodDescriptionWizardInfo.getFormat()WizardExtension.getNodeMessageFormat(ca.phon.opgraph.OpNode node) WizardExtension.getWizardMessageFormat()static WizardInfoMessageFormatReturns 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 TypeMethodDescriptionvoidWizardInfo.setFormat(WizardInfoMessageFormat format) voidWizardExtension.setNodeMessage(ca.phon.opgraph.OpNode node, String message, WizardInfoMessageFormat format) voidWizardExtension.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)