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
Subclasses with type arguments of type WizardExtensionEvent.EventType in ca.phon.app.opgraph.wizardMethods 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 TypeMethodDescriptionvoidWizardExtension.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