Uses of Enum Class
com.flowingcode.vaadin.addons.syntaxhighlighter.ShLanguagePrism
-
Uses of ShLanguagePrism in com.flowingcode.vaadin.addons.syntaxhighlighter
Methods in com.flowingcode.vaadin.addons.syntaxhighlighter that return ShLanguagePrismModifier and TypeMethodDescriptionSyntaxHighlighterPrism.getShLanguage()Obtains the current SyntaxHighlighterPrism Languagestatic ShLanguagePrismReturns the enum constant of this class with the specified name.static ShLanguagePrism[]ShLanguagePrism.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 ShLanguagePrismModifier and TypeMethodDescriptionvoidSyntaxHighlighterPrism.setShLanguage(ShLanguagePrism language) Sets the SyntaxHighlighterPrism LanguageConstructors in com.flowingcode.vaadin.addons.syntaxhighlighter with parameters of type ShLanguagePrismModifierConstructorDescriptionSyntaxHighlighterPrism(ShLanguagePrism language, String content) Constructs a new SyntaxHighlighter with the specified language and content using a11yDark theme.