Uses of Class
jedit.syntax.SyntaxStyle

Packages that use SyntaxStyle
gnu   
gnu.print   
jedit.syntax   
jedit.textarea   
 

Uses of SyntaxStyle in gnu
 

Methods in gnu that return SyntaxStyle
static SyntaxStyle GUIUtilities.parseStyle(java.lang.String str)
          Converts a style string to a style object.
 

Methods in gnu with parameters of type SyntaxStyle
static java.lang.String GUIUtilities.getStyleString(SyntaxStyle style)
          Converts a style into it's string representation.
 

Uses of SyntaxStyle in gnu.print
 

Methods in gnu.print with parameters of type SyntaxStyle
protected  int PrintSyntax.paintSyntaxLine(AbstractDoc textArea, java.awt.Graphics gfx, javax.swing.text.TabExpander expander, TokenMarker tokenMarker, SyntaxStyle[] styles, java.awt.FontMetrics fm, int line, java.awt.Font defaultFont, java.awt.Color defaultColor, int x, int y)
           
 

Uses of SyntaxStyle in jedit.syntax
 

Methods in jedit.syntax that return SyntaxStyle
static SyntaxStyle[] SyntaxUtilities.getDefaultSyntaxStyles()
          Returns the default style table.
 

Methods in jedit.syntax with parameters of type SyntaxStyle
static int SyntaxUtilities.paintSyntaxLine(javax.swing.text.Segment line, Token tokens, SyntaxStyle[] styles, javax.swing.text.TabExpander expander, java.awt.Graphics gfx, int x, int y)
          Paints the specified line onto the graphics context.
 

Uses of SyntaxStyle in jedit.textarea
 

Fields in jedit.textarea declared as SyntaxStyle
protected  SyntaxStyle[] TextAreaPainter.styles
           
 SyntaxStyle[] TextAreaDefaults.styles
           
 

Methods in jedit.textarea that return SyntaxStyle
 SyntaxStyle[] TextAreaPainter.getStyles()
          Returns the syntax styles used to paint colorized text.
 

Methods in jedit.textarea with parameters of type SyntaxStyle
 void TextAreaPainter.setStyles(SyntaxStyle[] styles)
          Sets the syntax styles used to paint colorized text.
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.