Uses of Class
jsyntaxpane.SyntaxStyle

Packages that use SyntaxStyle
jsyntaxpane   
 

Uses of SyntaxStyle in jsyntaxpane
 

Methods in jsyntaxpane that return SyntaxStyle
 SyntaxStyle SyntaxStyles.getStyle(TokenType type)
          Return the style for the given TokenType
 

Methods in jsyntaxpane with parameters of type SyntaxStyle
 void SyntaxStyles.put(TokenType type, SyntaxStyle style)