Package org.fife.rsta.ac.js.completion
Class JSConstructorCompletion
- java.lang.Object
-
- org.fife.ui.autocomplete.AbstractCompletion
-
- org.fife.ui.autocomplete.BasicCompletion
-
- org.fife.ui.autocomplete.VariableCompletion
-
- org.fife.ui.autocomplete.FunctionCompletion
-
- org.fife.rsta.ac.js.completion.JSFunctionCompletion
-
- org.fife.rsta.ac.js.completion.JSConstructorCompletion
-
- All Implemented Interfaces:
java.lang.Comparable<org.fife.ui.autocomplete.Completion>,JSCompletion,JSCompletionUI,org.fife.ui.autocomplete.Completion,org.fife.ui.autocomplete.ParameterizedCompletion
public class JSConstructorCompletion extends JSFunctionCompletion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.fife.rsta.ac.js.completion.JSFunctionCompletion
JSFunctionCompletion.JSFunctionParam
-
-
Field Summary
-
Fields inherited from interface org.fife.rsta.ac.js.completion.JSCompletionUI
BASIC_COMPLETION_RELEVANCE, BEAN_METHOD_RELEVANCE, DEFAULT_CLASS_RELEVANCE, DEFAULT_FUNCTION_RELEVANCE, DEFAULT_VARIABLE_RELEVANCE, GLOBAL_FUNCTION_RELEVANCE, GLOBAL_VARIABLE_RELEVANCE, LOCAL_VARIABLE_RELEVANCE, STATIC_FIELD_RELEVANCE, TEMPLATE_RELEVANCE
-
-
Constructor Summary
Constructors Constructor Description JSConstructorCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetIcon()-
Methods inherited from class org.fife.rsta.ac.js.completion.JSFunctionCompletion
compareTo, equals, getAlreadyEntered, getDefinitionString, getEnclosingClassName, getLookupName, getMethodData, getRelevance, getSignature, getSummary, getType, getType, hashCode, toString
-
Methods inherited from class org.fife.ui.autocomplete.FunctionCompletion
addDefinitionString, addParameters, getInsertionInfo, getParam, getParamCount, getReturnValueDescription, getShowParameterToolTip, getToolTipText, setParams, setReturnValueDescription
-
Methods inherited from class org.fife.ui.autocomplete.VariableCompletion
getDefinedIn, getName, possiblyAddDefinedIn, possiblyAddDescription, setDefinedIn
-
Methods inherited from class org.fife.ui.autocomplete.BasicCompletion
getReplacementText, getShortDescription, setShortDescription, setSummary
-
Methods inherited from class org.fife.ui.autocomplete.AbstractCompletion
getInputText, getProvider, setIcon, setRelevance
-
-
-
-
Constructor Detail
-
JSConstructorCompletion
public JSConstructorCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo method)
-
-
Method Detail
-
getIcon
public javax.swing.Icon getIcon()
- Specified by:
getIconin interfaceorg.fife.ui.autocomplete.Completion- Overrides:
getIconin classJSFunctionCompletion
-
-