|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterizedCompletion
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 | |
|---|---|
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 |
|---|
compareTo, getAlreadyEntered, getInputText, getProvider, getRelevance, getReplacementText, getSummary, getToolTipText |
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||