Package org.fife.rsta.ac.java
Class JavaShorthandCompletionCache
- java.lang.Object
-
- org.fife.rsta.ac.ShorthandCompletionCache
-
- org.fife.rsta.ac.java.JavaShorthandCompletionCache
-
public class JavaShorthandCompletionCache extends ShorthandCompletionCache
A cache of basic template and comment completions for Java, e.g.System.out.println().- See Also:
ShorthandCompletionCache
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.ResourceBundleMSG
-
Constructor Summary
Constructors Constructor Description JavaShorthandCompletionCache(org.fife.ui.autocomplete.DefaultCompletionProvider templateProvider, org.fife.ui.autocomplete.DefaultCompletionProvider commentsProvider)
-
Method Summary
-
Methods inherited from class org.fife.rsta.ac.ShorthandCompletionCache
addCommentCompletion, addShorthandCompletion, clearCache, getCommentCompletions, getCommentProvider, getShorthandCompletions, getTemplateProvider, removeCommentCompletion, removeShorthandCompletion
-
-