Uses of Enum
gudusoft.gsqlparser.pp.output.HighlightingElement
Packages that use HighlightingElement
-
Uses of HighlightingElement in gudusoft.gsqlparser.pp.output
Methods in gudusoft.gsqlparser.pp.output that return HighlightingElementModifier and TypeMethodDescriptionstatic HighlightingElementReturns the enum constant of this type with the specified name.static HighlightingElement[]HighlightingElement.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.pp.output with parameters of type HighlightingElementModifier and TypeMethodDescriptionvoidOutputConfig.addHighlightingElementRender(HighlightingElement element, HighlightingElementRender render) booleanOutputConfig.containsHighlightingElementRender(HighlightingElement element) OutputConfig.getHighlightingElementRender(HighlightingElement element) voidOutputConfig.removeHighlightingElementRender(HighlightingElement element) -
Uses of HighlightingElement in gudusoft.gsqlparser.pp.output.html
Methods in gudusoft.gsqlparser.pp.output.html that return HighlightingElementMethods in gudusoft.gsqlparser.pp.output.html with parameters of type HighlightingElementModifier and TypeMethodDescriptionvoidHtmlOutputConfig.addHighlightingElementRender(HighlightingElement element, HighlightingElementRender setting) booleanHtmlOutputConfig.containsHighlightingElementRender(HighlightingElement element) HtmlOutputConfig.getHighlightingElementRender(HighlightingElement element) voidHtmlOutputConfig.removeHighlightingElementRender(HighlightingElement element) Constructors in gudusoft.gsqlparser.pp.output.html with parameters of type HighlightingElementModifierConstructorDescriptionHtmlHighlightingElementRender(HighlightingElement element, Color color, Font font) HtmlHighlightingElementRender(HighlightingElement element, Color color, Font font, boolean underLine, boolean strikeOut) HtmlHighlightingElementRender(HighlightingElement element, Font font)