Uses of Enum Class
ca.phon.app.opgraph.wizard.WizardExtensionEvent.EventType
Packages that use WizardExtensionEvent.EventType
-
Uses of WizardExtensionEvent.EventType in ca.phon.app.opgraph.wizard
Methods in ca.phon.app.opgraph.wizard that return WizardExtensionEvent.EventTypeModifier and TypeMethodDescriptionWizardExtensionEvent.getEventType()
Returns the enum constant of this class with the specified name.static WizardExtensionEvent.EventType[]
WizardExtensionEvent.EventType.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 WizardExtensionEvent.EventTypeModifier and TypeMethodDescriptionvoid
WizardExtension.fireNodeEvent
(WizardExtensionEvent.EventType eventType, ca.phon.opgraph.OpNode node) Constructors in ca.phon.app.opgraph.wizard with parameters of type WizardExtensionEvent.EventTypeModifierConstructorDescriptionWizardExtensionEvent
(WizardExtensionEvent.EventType eventType, ca.phon.opgraph.OpNode node) Constructor for node eventsWizardExtensionEvent
(WizardExtensionEvent.EventType eventType, String reportName, String oldContent, String reportContent) Constructor for REPORT_TEMPLATE events