Uses of Class
org.fife.rsta.ac.LanguageSupportFactory
-
Packages that use LanguageSupportFactory Package Description org.fife.rsta.ac A framework that facilitates code completion and parsing of languages in RSyntaxTextArea. -
-
Uses of LanguageSupportFactory in org.fife.rsta.ac
Fields in org.fife.rsta.ac declared as LanguageSupportFactory Modifier and Type Field Description private static LanguageSupportFactoryLanguageSupportFactory. INSTANCEMethods in org.fife.rsta.ac that return LanguageSupportFactory Modifier and Type Method Description static LanguageSupportFactoryLanguageSupportFactory. get()Returns the singleton instance of this class.
-