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.TypeAutoCompletionEvent.typeThe 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.TypeReturns 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 voidAutoCompletion.fireAutoCompletionEvent(AutoCompletionEvent.Type type) Fires anAutoCompletionEventof the specified type.Constructors in org.fife.ui.autocomplete with parameters of type AutoCompletionEvent.TypeModifierConstructorDescriptionAutoCompletionEvent(AutoCompletion source, AutoCompletionEvent.Type type) Constructor.