Class JavaScriptShorthandCompletion
java.lang.Object
org.fife.ui.autocomplete.AbstractCompletion
org.fife.ui.autocomplete.BasicCompletion
org.fife.ui.autocomplete.ShorthandCompletion
org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- All Implemented Interfaces:
Comparable<org.fife.ui.autocomplete.Completion>, JSCompletionUI, org.fife.ui.autocomplete.Completion
public class JavaScriptShorthandCompletion
extends org.fife.ui.autocomplete.ShorthandCompletion
implements JSCompletionUI
-
Field Summary
FieldsFields inherited from interface 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
ConstructorsConstructorDescriptionJavaScriptShorthandCompletion(org.fife.ui.autocomplete.CompletionProvider provider, String inputText, String replacementText) JavaScriptShorthandCompletion(org.fife.ui.autocomplete.CompletionProvider provider, String inputText, String replacementText, String shortDesc) JavaScriptShorthandCompletion(org.fife.ui.autocomplete.CompletionProvider provider, String inputText, String replacementText, String shortDesc, String summary) -
Method Summary
Methods inherited from class org.fife.ui.autocomplete.ShorthandCompletion
getInputText, getSummary, getSummaryBodyMethods inherited from class org.fife.ui.autocomplete.BasicCompletion
getReplacementText, getShortDescription, setShortDescription, setSummary, toStringMethods inherited from class org.fife.ui.autocomplete.AbstractCompletion
compareTo, getAlreadyEntered, getProvider, getToolTipText, setIcon, setRelevanceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.fife.ui.autocomplete.Completion
compareTo, getAlreadyEntered, getInputText, getProvider, getReplacementText, getSummary, getToolTipText
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
JavaScriptShorthandCompletion
-
JavaScriptShorthandCompletion
-
JavaScriptShorthandCompletion
-
-
Method Details
-
getIcon
- Specified by:
getIconin interfaceorg.fife.ui.autocomplete.Completion- Overrides:
getIconin classorg.fife.ui.autocomplete.AbstractCompletion
-
getRelevance
public int getRelevance()- Specified by:
getRelevancein interfaceorg.fife.ui.autocomplete.Completion- Overrides:
getRelevancein classorg.fife.ui.autocomplete.AbstractCompletion
-
getShortDescriptionText
-