Uses of Enum Class
ca.phon.app.session.editor.EditorEventManager.RunOn
Packages that use EditorEventManager.RunOn
-
Uses of EditorEventManager.RunOn in ca.phon.app.session.editor
Subclasses with type arguments of type EditorEventManager.RunOn in ca.phon.app.session.editorMethods in ca.phon.app.session.editor that return EditorEventManager.RunOnModifier and TypeMethodDescriptionstatic EditorEventManager.RunOn
Returns the enum constant of this class with the specified name.static EditorEventManager.RunOn[]
EditorEventManager.RunOn.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.app.session.editor with parameters of type EditorEventManager.RunOnModifier and TypeMethodDescription<T> void
EditorEventManager.registerActionForEvent
(EditorEventType<T> eventName, EditorAction<T> action, EditorEventManager.RunOn runOn) Register a handler for the given event name