Uses of Interface
org.fife.rsta.ac.LanguageSupport
-
Packages that use LanguageSupport Package Description org.fife.rsta.ac A framework that facilitates code completion and parsing of languages in RSyntaxTextArea.org.fife.rsta.ac.asm6502 6502 Assembler code completion classes.org.fife.rsta.ac.c C code completion classes.org.fife.rsta.ac.css CSS code completion classes.org.fife.rsta.ac.groovy Groovy code completion classes.org.fife.rsta.ac.html HTML code completion classes.org.fife.rsta.ac.java Java code completion classes.org.fife.rsta.ac.js JavaScript code completion classes.org.fife.rsta.ac.jsp JSP code completion classes.org.fife.rsta.ac.less LESS code completion classes.org.fife.rsta.ac.perl Perl code completion classes.org.fife.rsta.ac.php PHP code completion classes.org.fife.rsta.ac.sh Unix shell code completion classes.org.fife.rsta.ac.ts TypeScript code completion classes.org.fife.rsta.ac.xml XML code completion classes. -
-
Uses of LanguageSupport in org.fife.rsta.ac
Classes in org.fife.rsta.ac that implement LanguageSupport Modifier and Type Class Description classAbstractLanguageSupportA base class for language support implementations.classAbstractMarkupLanguageSupportBase class for language supports for markup languages, such as HTML, PHP, and JSP.Fields in org.fife.rsta.ac with type parameters of type LanguageSupport Modifier and Type Field Description private java.util.Map<java.lang.String,LanguageSupport>LanguageSupportFactory. styleToSupportMaps syntax styles to language supports for them.Methods in org.fife.rsta.ac that return LanguageSupport Modifier and Type Method Description LanguageSupportLanguageSupportFactory. getSupportFor(java.lang.String style)Returns the language support for a programming language. -
Uses of LanguageSupport in org.fife.rsta.ac.asm6502
Classes in org.fife.rsta.ac.asm6502 that implement LanguageSupport Modifier and Type Class Description classAsm6502LanguageSupportLanguage support for 6502 assembler. -
Uses of LanguageSupport in org.fife.rsta.ac.c
Classes in org.fife.rsta.ac.c that implement LanguageSupport Modifier and Type Class Description classCLanguageSupportLanguage support for C. -
Uses of LanguageSupport in org.fife.rsta.ac.css
Classes in org.fife.rsta.ac.css that implement LanguageSupport Modifier and Type Class Description classCssLanguageSupportLanguage support for CSS files. -
Uses of LanguageSupport in org.fife.rsta.ac.groovy
Classes in org.fife.rsta.ac.groovy that implement LanguageSupport Modifier and Type Class Description classGroovyLanguageSupportLanguage support for Groovy. -
Uses of LanguageSupport in org.fife.rsta.ac.html
Classes in org.fife.rsta.ac.html that implement LanguageSupport Modifier and Type Class Description classHtmlLanguageSupportLanguage support for HTML. -
Uses of LanguageSupport in org.fife.rsta.ac.java
Classes in org.fife.rsta.ac.java that implement LanguageSupport Modifier and Type Class Description classJavaLanguageSupportLanguage support for Java. -
Uses of LanguageSupport in org.fife.rsta.ac.js
Classes in org.fife.rsta.ac.js that implement LanguageSupport Modifier and Type Class Description classJavaScriptLanguageSupportLanguage support for JavaScript. -
Uses of LanguageSupport in org.fife.rsta.ac.jsp
Classes in org.fife.rsta.ac.jsp that implement LanguageSupport Modifier and Type Class Description classJspLanguageSupportLanguage support for JSP. -
Uses of LanguageSupport in org.fife.rsta.ac.less
Classes in org.fife.rsta.ac.less that implement LanguageSupport Modifier and Type Class Description classLessLanguageSupportLanguage support for Less. -
Uses of LanguageSupport in org.fife.rsta.ac.perl
Classes in org.fife.rsta.ac.perl that implement LanguageSupport Modifier and Type Class Description classPerlLanguageSupportLanguage support for Perl. -
Uses of LanguageSupport in org.fife.rsta.ac.php
Classes in org.fife.rsta.ac.php that implement LanguageSupport Modifier and Type Class Description classPhpLanguageSupportLanguage support for PHP. -
Uses of LanguageSupport in org.fife.rsta.ac.sh
Classes in org.fife.rsta.ac.sh that implement LanguageSupport Modifier and Type Class Description classShellLanguageSupportLanguage support for Unix shell scripts. -
Uses of LanguageSupport in org.fife.rsta.ac.ts
Classes in org.fife.rsta.ac.ts that implement LanguageSupport Modifier and Type Class Description classTypeScriptLanguageSupportLanguage support for TypeScript. -
Uses of LanguageSupport in org.fife.rsta.ac.xml
Classes in org.fife.rsta.ac.xml that implement LanguageSupport Modifier and Type Class Description classXmlLanguageSupportLanguage support for XML.
-