Package org.fife.rsta.ac.js
Class JavaScriptShorthandCompletionCache
java.lang.Object
org.fife.rsta.ac.ShorthandCompletionCache
org.fife.rsta.ac.js.JavaScriptShorthandCompletionCache
Cache of template and comment completions for JavaScript.
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptShorthandCompletionCache(org.fife.ui.autocomplete.DefaultCompletionProvider templateProvider, org.fife.ui.autocomplete.DefaultCompletionProvider commentsProvider, boolean e4xSupport) -
Method Summary
Methods inherited from class org.fife.rsta.ac.ShorthandCompletionCache
addCommentCompletion, addShorthandCompletion, clearCache, getCommentCompletions, getCommentProvider, getShorthandCompletions, getTemplateProvider, removeCommentCompletion, removeShorthandCompletion
-
Field Details
-
MSG
- See Also:
-
msg
-
-
Constructor Details
-
JavaScriptShorthandCompletionCache
public JavaScriptShorthandCompletionCache(org.fife.ui.autocomplete.DefaultCompletionProvider templateProvider, org.fife.ui.autocomplete.DefaultCompletionProvider commentsProvider, boolean e4xSupport)
-