Uses of Class
jade.tools.gui.ACLSytntaxStyle
-
Packages that use ACLSytntaxStyle Package Description jade.tools.gui -
-
Uses of ACLSytntaxStyle in jade.tools.gui
Fields in jade.tools.gui declared as ACLSytntaxStyle Modifier and Type Field Description protected ACLSytntaxStyle[]ACLTextAreaPainter. stylesMethods in jade.tools.gui that return ACLSytntaxStyle Modifier and Type Method Description static ACLSytntaxStyle[]ACLSyntaxUtilities. getDefaultSyntaxStyles(JComponent theComp)Returns the default style table.ACLSytntaxStyle[]ACLTextAreaPainter. getStyles()Returns the syntax styles used to paint colorized text.Methods in jade.tools.gui with parameters of type ACLSytntaxStyle Modifier and Type Method Description static intACLSyntaxUtilities. paintSyntaxLine(Segment line, ACLToken tokens, ACLSytntaxStyle[] styles, TabExpander expander, Graphics gfx, int x, int y)Paints the specified line onto the graphics context.voidACLTextAreaPainter. setStyles(ACLSytntaxStyle[] styles)Sets the syntax styles used to paint colorized text.
-