Uses of Enum Class
com.flowingcode.vaadin.addons.syntaxhighlighter.ShLanguage
-
Uses of ShLanguage in com.flowingcode.vaadin.addons.syntaxhighlighter
Methods in com.flowingcode.vaadin.addons.syntaxhighlighter that return ShLanguageModifier and TypeMethodDescriptionSyntaxHighlighter.getShLanguage()Obtains the current SyntaxHighlighter Languagestatic ShLanguageReturns the enum constant of this class with the specified name.static ShLanguage[]ShLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.syntaxhighlighter with parameters of type ShLanguageModifier and TypeMethodDescriptionvoidSyntaxHighlighter.setShLanguage(ShLanguage language) Sets the SyntaxHighlighter LanguageConstructors in com.flowingcode.vaadin.addons.syntaxhighlighter with parameters of type ShLanguageModifierConstructorDescriptionSyntaxHighlighter(ShLanguage language, String content) Constructs a new SyntaxHighlighter with the specified language and content using a11yDark theme.