Uses of Class
org.fife.rsta.ac.ShorthandCompletionCache
Packages that use ShorthandCompletionCache
Package
Description
Java code completion classes.
JavaScript code completion classes.
-
Uses of ShorthandCompletionCache in org.fife.rsta.ac.java
Subclasses of ShorthandCompletionCache in org.fife.rsta.ac.javaModifier and TypeClassDescriptionclassA cache of basic template and comment completions for Java, e.g.Fields in org.fife.rsta.ac.java declared as ShorthandCompletionCacheModifier and TypeFieldDescriptionprivate ShorthandCompletionCacheSourceCompletionProvider.shorthandCacheMethods in org.fife.rsta.ac.java with parameters of type ShorthandCompletionCacheModifier and TypeMethodDescriptionprivate voidJavaCompletionProvider.setCommentCompletions(ShorthandCompletionCache shorthandCache) voidSourceCompletionProvider.setShorthandCache(ShorthandCompletionCache shorthandCache) Set template completion cache for source completion provider.voidJavaCompletionProvider.setShorthandCompletionCache(ShorthandCompletionCache cache) Set shorthand completion cache (template and comment completions). -
Uses of ShorthandCompletionCache in org.fife.rsta.ac.js
Subclasses of ShorthandCompletionCache in org.fife.rsta.ac.jsModifier and TypeClassDescriptionclassCache of template and comment completions for JavaScript.Fields in org.fife.rsta.ac.js declared as ShorthandCompletionCacheModifier and TypeFieldDescriptionprivate ShorthandCompletionCacheSourceCompletionProvider.shorthandCacheMethods in org.fife.rsta.ac.js with parameters of type ShorthandCompletionCacheModifier and TypeMethodDescriptionprivate voidJavaScriptCompletionProvider.setCommentCompletions(ShorthandCompletionCache shorthandCache) load the comment completions from the shorthand cachevoidSourceCompletionProvider.setShorthandCache(ShorthandCompletionCache shorthandCache) Set template completion cache for source completion provider.voidJavaScriptCompletionProvider.setShorthandCompletionCache(ShorthandCompletionCache shorthandCache) Set shorthand completion cache