public interface ParameterizedCompletion extends Completion
限定符和类型 | 接口和说明 |
---|---|
static class |
ParameterizedCompletion.Parameter
A parameter passed to a parameterized
Completion . |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getDefinitionString()
Returns the "definition string" for this completion.
|
com.fr.design.gui.autocomplete.ParameterizedCompletionInsertionInfo |
getInsertionInfo(javax.swing.text.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
java.lang.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)
com.fr.design.gui.autocomplete.ParameterizedCompletionInsertionInfo getInsertionInfo(javax.swing.text.JTextComponent tc, boolean replaceTabsWithSpaces)
boolean getShowParameterToolTip()