Class CustomJSCCache

java.lang.Object
org.fife.rsta.ac.ShorthandCompletionCache
org.fife.rsta.ac.java.JavaShorthandCompletionCache
net.mcreator.ui.ide.autocomplete.CustomJSCCache

public class CustomJSCCache extends org.fife.rsta.ac.java.JavaShorthandCompletionCache
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomJSCCache(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomJSCCache

      public CustomJSCCache(org.fife.ui.autocomplete.DefaultCompletionProvider templateProvider, org.fife.ui.autocomplete.DefaultCompletionProvider commentsProvider)