Uses of Class
org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
-
Uses of ParameterizedCompletionInsertionInfo in org.fife.ui.autocomplete
Methods in org.fife.ui.autocomplete that return ParameterizedCompletionInsertionInfo Modifier and Type Method Description ParameterizedCompletionInsertionInfo
FunctionCompletion. getInsertionInfo(javax.swing.text.JTextComponent tc, boolean replaceTabsWithSpaces)
ParameterizedCompletionInsertionInfo
ParameterizedCompletion. getInsertionInfo(javax.swing.text.JTextComponent tc, boolean replaceTabsWithSpaces)
Returns completion information for this parameterized completion, given the specified text component.ParameterizedCompletionInsertionInfo
TemplateCompletion. getInsertionInfo(javax.swing.text.JTextComponent tc, boolean replaceTabsWithSpaces)
-