public class JavaScriptShorthandCompletion extends ShorthandCompletion implements 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 and Description |
|---|
JavaScriptShorthandCompletion(CompletionProvider provider,
java.lang.String inputText,
java.lang.String replacementText) |
JavaScriptShorthandCompletion(CompletionProvider provider,
java.lang.String inputText,
java.lang.String replacementText,
java.lang.String shortDesc) |
JavaScriptShorthandCompletion(CompletionProvider provider,
java.lang.String inputText,
java.lang.String replacementText,
java.lang.String shortDesc,
java.lang.String summary) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
getIcon() |
int |
getRelevance() |
java.lang.String |
getShortDescriptionText() |
public JavaScriptShorthandCompletion(CompletionProvider provider,
java.lang.String inputText,
java.lang.String replacementText)
public JavaScriptShorthandCompletion(CompletionProvider provider,
java.lang.String inputText,
java.lang.String replacementText,
java.lang.String shortDesc)
public JavaScriptShorthandCompletion(CompletionProvider provider,
java.lang.String inputText,
java.lang.String replacementText,
java.lang.String shortDesc,
java.lang.String summary)