Package org.fife.rsta.ac.js.completion
Interface JSCompletionUI
-
- All Superinterfaces:
java.lang.Comparable<org.fife.ui.autocomplete.Completion>,org.fife.ui.autocomplete.Completion
- All Known Subinterfaces:
JSCompletion
- All Known Implementing Classes:
JavascriptBasicCompletion,JavaScriptInScriptFunctionCompletion,JavaScriptMethodCompletion,JavaScriptShorthandCompletion,JSBeanCompletion,JSClassCompletion,JSConstructorCompletion,JSFieldCompletion,JSFunctionCompletion,JSVariableCompletion
public interface JSCompletionUI extends org.fife.ui.autocomplete.Completion
-
-
Field Summary
Fields Modifier and Type Field Description static intBASIC_COMPLETION_RELEVANCEstatic intBEAN_METHOD_RELEVANCEstatic intDEFAULT_CLASS_RELEVANCEstatic intDEFAULT_FUNCTION_RELEVANCEstatic intDEFAULT_VARIABLE_RELEVANCEstatic intGLOBAL_FUNCTION_RELEVANCEstatic intGLOBAL_VARIABLE_RELEVANCEstatic intLOCAL_VARIABLE_RELEVANCEstatic intSTATIC_FIELD_RELEVANCEstatic intTEMPLATE_RELEVANCE
-
-
-
Field Detail
-
LOCAL_VARIABLE_RELEVANCE
static final int LOCAL_VARIABLE_RELEVANCE
- See Also:
- Constant Field Values
-
GLOBAL_VARIABLE_RELEVANCE
static final int GLOBAL_VARIABLE_RELEVANCE
- See Also:
- Constant Field Values
-
DEFAULT_VARIABLE_RELEVANCE
static final int DEFAULT_VARIABLE_RELEVANCE
- See Also:
- Constant Field Values
-
STATIC_FIELD_RELEVANCE
static final int STATIC_FIELD_RELEVANCE
- See Also:
- Constant Field Values
-
BEAN_METHOD_RELEVANCE
static final int BEAN_METHOD_RELEVANCE
- See Also:
- Constant Field Values
-
DEFAULT_FUNCTION_RELEVANCE
static final int DEFAULT_FUNCTION_RELEVANCE
- See Also:
- Constant Field Values
-
GLOBAL_FUNCTION_RELEVANCE
static final int GLOBAL_FUNCTION_RELEVANCE
- See Also:
- Constant Field Values
-
DEFAULT_CLASS_RELEVANCE
static final int DEFAULT_CLASS_RELEVANCE
- See Also:
- Constant Field Values
-
BASIC_COMPLETION_RELEVANCE
static final int BASIC_COMPLETION_RELEVANCE
- See Also:
- Constant Field Values
-
TEMPLATE_RELEVANCE
static final int TEMPLATE_RELEVANCE
- See Also:
- Constant Field Values
-
-