Uses of Class
org.fife.rsta.ac.ShorthandCompletionCache
-
Packages that use ShorthandCompletionCache Package Description org.fife.rsta.ac.java Java code completion classes.org.fife.rsta.ac.js JavaScript code completion classes. -
-
Uses of ShorthandCompletionCache in org.fife.rsta.ac.java
Subclasses of ShorthandCompletionCache in org.fife.rsta.ac.java Modifier and Type Class Description classJavaShorthandCompletionCacheA cache of basic template and comment completions for Java, e.g.Fields in org.fife.rsta.ac.java declared as ShorthandCompletionCache Modifier and Type Field Description private ShorthandCompletionCacheSourceCompletionProvider. shorthandCacheMethods in org.fife.rsta.ac.java with parameters of type ShorthandCompletionCache Modifier and Type Method Description private 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.js Modifier and Type Class Description classJavaScriptShorthandCompletionCacheCache of template and comment completions for JavaScript.Fields in org.fife.rsta.ac.js declared as ShorthandCompletionCache Modifier and Type Field Description private ShorthandCompletionCacheSourceCompletionProvider. shorthandCacheMethods in org.fife.rsta.ac.js with parameters of type ShorthandCompletionCache Modifier and Type Method Description private 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
-