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.TypeAutoCompletionEvent. typeThe type of this event.Methods in org.fife.ui.autocomplete that return AutoCompletionEvent.Type Modifier and Type Method Description AutoCompletionEvent.TypeAutoCompletionEvent. getEventType()Returns the type of this event.static AutoCompletionEvent.TypeAutoCompletionEvent.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 voidAutoCompletion. fireAutoCompletionEvent(AutoCompletionEvent.Type type)Fires anAutoCompletionEventof the specified type.Constructors in org.fife.ui.autocomplete with parameters of type AutoCompletionEvent.Type Constructor Description AutoCompletionEvent(AutoCompletion source, AutoCompletionEvent.Type type)Constructor.
-