Uses of 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.Type Modifier and Type Field Description private AutoCompletionEvent.Type
AutoCompletionEvent. type
The type of this event.Methods in org.fife.ui.autocomplete that return AutoCompletionEvent.Type Modifier and Type Method Description AutoCompletionEvent.Type
AutoCompletionEvent. getEventType()
Returns the type of this event.static AutoCompletionEvent.Type
AutoCompletionEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AutoCompletionEvent.Type[]
AutoCompletionEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fife.ui.autocomplete with parameters of type AutoCompletionEvent.Type Modifier and Type Method Description protected void
AutoCompletion. fireAutoCompletionEvent(AutoCompletionEvent.Type type)
Fires anAutoCompletionEvent
of the specified type.Constructors in org.fife.ui.autocomplete with parameters of type AutoCompletionEvent.Type Constructor Description AutoCompletionEvent(AutoCompletion source, AutoCompletionEvent.Type type)
Constructor.
-