Uses of Class
gudusoft.gsqlparser.pp.output.HighlightingElement

Packages that use HighlightingElement
gudusoft.gsqlparser.pp.output   
gudusoft.gsqlparser.pp.output.html   
 

Uses of HighlightingElement in gudusoft.gsqlparser.pp.output
 

Methods in gudusoft.gsqlparser.pp.output that return HighlightingElement
static HighlightingElement HighlightingElement.valueOf(java.lang.String name)
          Returns 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're declared.
 

Methods in gudusoft.gsqlparser.pp.output with parameters of type HighlightingElement
 void OutputConfig.addHighlightingElementRender(HighlightingElement element, HighlightingElementRender render)
           
 boolean OutputConfig.containsHighlightingElementRender(HighlightingElement element)
           
 HighlightingElementRender OutputConfig.getHighlightingElementRender(HighlightingElement element)
           
 void OutputConfig.removeHighlightingElementRender(HighlightingElement element)
           
 

Uses of HighlightingElement in gudusoft.gsqlparser.pp.output.html
 

Methods in gudusoft.gsqlparser.pp.output.html that return HighlightingElement
 HighlightingElement HtmlHighlightingElementRender.getElement()
           
 

Methods in gudusoft.gsqlparser.pp.output.html with parameters of type HighlightingElement
 void HtmlOutputConfig.addHighlightingElementRender(HighlightingElement element, HighlightingElementRender setting)
           
 boolean HtmlOutputConfig.containsHighlightingElementRender(HighlightingElement element)
           
 HighlightingElementRender HtmlOutputConfig.getHighlightingElementRender(HighlightingElement element)
           
 void HtmlOutputConfig.removeHighlightingElementRender(HighlightingElement element)
           
 

Constructors in gudusoft.gsqlparser.pp.output.html with parameters of type HighlightingElement
HtmlHighlightingElementRender(HighlightingElement element)
           
HtmlHighlightingElementRender(HighlightingElement element, java.awt.Color color, java.awt.Font font)
           
HtmlHighlightingElementRender(HighlightingElement element, java.awt.Color color, java.awt.Font font, boolean underLine, boolean strikeOut)
           
HtmlHighlightingElementRender(HighlightingElement element, java.awt.Font font)