public interface ParameterizedCompletion extends Completion
Modifier and Type | Interface and Description |
---|---|
static class |
ParameterizedCompletion.Parameter
A parameter passed to a parameterized
Completion . |
Modifier and Type | Method and Description |
---|---|
String |
getDefinitionString()
Returns the "definition string" for this completion.
|
org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo |
getInsertionInfo(JTextComponent tc,
boolean replaceTabsWithSpaces) |
ParameterizedCompletion.Parameter |
getParam(int index)
Returns the specified
ParameterizedCompletion.Parameter . |
int |
getParamCount()
Returns the number of parameters this completion takes.
|
boolean |
getShowParameterToolTip()
Returns whether a tool tip displaying assistance for each parameter
while it is being edited is appropriate for this completion.
|
compareTo, getAlreadyEntered, getIcon, getInputText, getProvider, getRelevance, getReplacementText, getSummary, getToolTipText
String getDefinitionString()
printf
" function, this would return
"int printf(const char *, ...)
".ParameterizedCompletion.Parameter getParam(int index)
ParameterizedCompletion.Parameter
.index
- The index of the parameter to retrieve.getParamCount()
int getParamCount()
getParam(int)
org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo getInsertionInfo(JTextComponent tc, boolean replaceTabsWithSpaces)
boolean getShowParameterToolTip()