Uses of Interface
net.sourceforge.pmd.util.fxdesigner.util.codearea.SyntaxHighlighter
-
Packages that use SyntaxHighlighter Package Description net.sourceforge.pmd.util.fxdesigner.util.codearea net.sourceforge.pmd.util.fxdesigner.util.codearea.syntaxhighlighting -
-
Uses of SyntaxHighlighter in net.sourceforge.pmd.util.fxdesigner.util.codearea
Classes in net.sourceforge.pmd.util.fxdesigner.util.codearea that implement SyntaxHighlighter Modifier and Type Class Description classSimpleRegexSyntaxHighlighterLanguage-specific engine for syntax highlighting.Methods in net.sourceforge.pmd.util.fxdesigner.util.codearea that return types with arguments of type SyntaxHighlighter Modifier and Type Method Description static java.util.Optional<SyntaxHighlighter>AvailableSyntaxHighlighters. getHighlighterForLanguage(net.sourceforge.pmd.lang.Language language)Gets the highlighter for a language if available.Methods in net.sourceforge.pmd.util.fxdesigner.util.codearea with parameters of type SyntaxHighlighter Modifier and Type Method Description voidSyntaxHighlightingCodeArea. setSyntaxHighlighter(SyntaxHighlighter highlighter)Enables syntax highlighting if disabled and sets it to use the given highlighter. -
Uses of SyntaxHighlighter in net.sourceforge.pmd.util.fxdesigner.util.codearea.syntaxhighlighting
Classes in net.sourceforge.pmd.util.fxdesigner.util.codearea.syntaxhighlighting that implement SyntaxHighlighter Modifier and Type Class Description classApexSyntaxHighlighterSyntax highlighter for Apex.classJavaSyntaxHighlighterSyntax highlighter for Java.classXmlSyntaxHighlighterclassXPathSyntaxHighlighter
-