|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.ui.autocomplete.AbstractCompletion
org.fife.ui.autocomplete.BasicCompletion
org.fife.ui.autocomplete.VariableCompletion
org.fife.ui.autocomplete.FunctionCompletion
org.fife.rsta.ac.sh.ShellFunctionCompletion
public class ShellFunctionCompletion
Completion for Unix shell "functions" (command line utilities).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.fife.ui.autocomplete.ParameterizedCompletion |
|---|
ParameterizedCompletion.Parameter |
| Constructor Summary | |
|---|---|
ShellFunctionCompletion(CompletionProvider provider,
String name,
String returnType)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getSummary()
|
| Methods inherited from class org.fife.ui.autocomplete.FunctionCompletion |
|---|
addDefinitionString, addParameters, getDefinitionString, getParam, getParamCount, getReturnValueDescription, getToolTipText, setParams, setReturnValueDescription |
| Methods inherited from class org.fife.ui.autocomplete.VariableCompletion |
|---|
getDefinedIn, getName, getType, possiblyAddDefinedIn, possiblyAddDescription, setDefinedIn, toString |
| Methods inherited from class org.fife.ui.autocomplete.BasicCompletion |
|---|
getReplacementText, getShortDescription, setShortDescription, setSummary |
| Methods inherited from class org.fife.ui.autocomplete.AbstractCompletion |
|---|
compareTo, getAlreadyEntered, getInputText, getProvider, getRelevance, setRelevance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.fife.ui.autocomplete.Completion |
|---|
compareTo, getAlreadyEntered, getInputText, getProvider, getRelevance, getReplacementText |
| Constructor Detail |
|---|
public ShellFunctionCompletion(CompletionProvider provider,
String name,
String returnType)
provider - name - returnType - | Method Detail |
|---|
public String getSummary()
getSummary in interface CompletiongetSummary in class FunctionCompletion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||