Uses of Class
org.fife.ui.autocomplete.AutoCompletion
-
Uses of AutoCompletion in org.fife.ui.autocomplete
Subclasses of AutoCompletion in org.fife.ui.autocompleteModifier and TypeClassDescriptionclassAnAutoCompletionthat adds the ability to cycle through a set ofCompletionProviders via the trigger key.Fields in org.fife.ui.autocomplete declared as AutoCompletionModifier and TypeFieldDescriptionprivate AutoCompletionAutoCompleteDescWindow.acThe parent AutoCompletion instance.private AutoCompletionAutoCompletePopupWindow.acThe parent AutoCompletion instance.private AutoCompletionParameterizedCompletionChoicesWindow.acThe parent AutoCompletion instance.private AutoCompletionParameterizedCompletionContext.acThe parent AutoCompletion instance.private AutoCompletionParameterizedCompletionDescriptionToolTip.acThe backing AutoCompletion.Methods in org.fife.ui.autocomplete that return AutoCompletionModifier and TypeMethodDescriptionAutoCompletionEvent.getAutoCompletion()Returns the sourceAutoCompletioninstance.Constructors in org.fife.ui.autocomplete with parameters of type AutoCompletionModifierConstructorDescription(package private)AutoCompleteDescWindow(Window owner, AutoCompletion ac) Constructor.(package private)AutoCompletePopupWindow(Window parent, AutoCompletion ac) Constructor.AutoCompletionEvent(AutoCompletion source, AutoCompletionEvent.Type type) Constructor.ParameterizedCompletionChoicesWindow(Window parent, AutoCompletion ac, ParameterizedCompletionContext context) Constructor.(package private)Constructor.(package private)ParameterizedCompletionDescriptionToolTip(Window owner, ParameterizedCompletionContext context, AutoCompletion ac, ParameterizedCompletion pc) Constructor.