|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A completion option that takes parameters, such as a function or method.
| Nested Class Summary | |
static class |
ParameterizedCompletion.Parameter
A parameter passed to a parameterized Completion. |
| Method Summary | |
java.lang.String |
getDefinitionString()
Returns the "definition string" for this completion. |
ParameterizedCompletion.Parameter |
getParam(int index)
Returns the specified ParameterizedCompletion.Parameter. |
int |
getParamCount()
Returns the number of parameters this completion takes. |
| Methods inherited from interface org.fife.ui.autocomplete.Completion |
getAlreadyEntered, getInputText, getProvider, getReplacementText, getSummary, getToolTipText |
| Method Detail |
public java.lang.String getDefinitionString()
printf" function, this would return
"int printf(const char *, ...)".
public ParameterizedCompletion.Parameter getParam(int index)
ParameterizedCompletion.Parameter.
index - The index of the parameter to retrieve.
getParamCount()public int getParamCount()
getParam(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||