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 AutoCompletionStyleContext
AutoCompletion. STYLE_CONTEXT
Stores 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 AutoCompletionStyleContext
AutoCompletion. getStyleContext()
Returns the style context describing how auto-completion related highlights in the editor are rendered.
-