|
|||||||||
| 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. |
org.fife.ui.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. |
| Methods inherited from interface org.fife.ui.autocomplete.Completion |
compareTo, getAlreadyEntered, getIcon, getInputText, getProvider, getRelevance, 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)
public org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo getInsertionInfo(javax.swing.text.JTextComponent tc,
boolean replaceTabsWithSpaces)
public boolean getShowParameterToolTip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||