Uses of Enum Class
ca.phon.app.opgraph.wizard.WizardExtensionEvent.EventType
-
Uses of WizardExtensionEvent.EventType in ca.phon.app.opgraph.wizard
Modifier 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.Modifier and TypeMethodDescriptionvoid
WizardExtension.fireNodeEvent
(WizardExtensionEvent.EventType eventType, ca.phon.opgraph.OpNode node) ModifierConstructorDescriptionWizardExtensionEvent
(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