Uses of Class
org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
-
Uses of ParameterizedCompletionChoicesWindow in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete declared as ParameterizedCompletionChoicesWindow Modifier and Type Field Description private ParameterizedCompletionChoicesWindow
ParameterizedCompletionContext. paramChoicesWindow
A small popup window giving likely choices for parameterized completions.Methods in org.fife.ui.autocomplete that return ParameterizedCompletionChoicesWindow Modifier and Type Method Description private ParameterizedCompletionChoicesWindow
ParameterizedCompletionContext. createParamChoicesWindow()
Creates the completion window offering suggestions for parameters.
-