Package org.fife.rsta.ac.js
Class JavaScriptShorthandCompletionCache
- java.lang.Object
-
- org.fife.rsta.ac.ShorthandCompletionCache
-
- org.fife.rsta.ac.js.JavaScriptShorthandCompletionCache
-
public class JavaScriptShorthandCompletionCache extends ShorthandCompletionCache
Cache of template and comment completions for JavaScript.- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description JavaScriptShorthandCompletionCache(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 Detail
-
MSG
private static final java.lang.String MSG
- See Also:
- Constant Field Values
-
msg
private static final java.util.ResourceBundle msg
-
-