Uses of Class
org.fife.ui.autocomplete.AutoCompletionStyleContext
-
-
Uses of AutoCompletionStyleContext in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete declared as AutoCompletionStyleContext Modifier and Type Field Description private static AutoCompletionStyleContextAutoCompletion. STYLE_CONTEXTStores how to render auto-completion-specific highlights in text components.Methods in org.fife.ui.autocomplete that return AutoCompletionStyleContext Modifier and Type Method Description static AutoCompletionStyleContextAutoCompletion. getStyleContext()Returns the style context describing how auto-completion related highlights in the editor are rendered.
-