Uses of Enum Class
org.fife.ui.autocomplete.AutoCompletionEvent.Type
-
Uses of AutoCompletionEvent.Type in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete declared as AutoCompletionEvent.TypeModifier and TypeFieldDescriptionprivate final AutoCompletionEvent.Type
AutoCompletionEvent.type
The type of this event.Methods in org.fife.ui.autocomplete that return AutoCompletionEvent.TypeModifier and TypeMethodDescriptionAutoCompletionEvent.getEventType()
Returns the type of this event.static AutoCompletionEvent.Type
Returns the enum constant of this class with the specified name.static AutoCompletionEvent.Type[]
AutoCompletionEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fife.ui.autocomplete with parameters of type AutoCompletionEvent.TypeModifier and TypeMethodDescriptionprotected void
AutoCompletion.fireAutoCompletionEvent
(AutoCompletionEvent.Type type) Fires anAutoCompletionEvent
of the specified type.Constructors in org.fife.ui.autocomplete with parameters of type AutoCompletionEvent.TypeModifierConstructorDescriptionAutoCompletionEvent
(AutoCompletion source, AutoCompletionEvent.Type type) Constructor.