Uses of Class
com.alee.extended.syntax.WebSyntaxArea

Packages that use WebSyntaxArea
com.alee.extended.syntax   
 

Uses of WebSyntaxArea in com.alee.extended.syntax
 

Methods in com.alee.extended.syntax that return WebSyntaxArea
 WebSyntaxArea WebSyntaxPanel.getSyntaxArea()
          Returns underlying WebSyntaxArea that performs code highlight.
 

Methods in com.alee.extended.syntax with parameters of type WebSyntaxArea
abstract  void SyntaxPreset.apply(WebSyntaxArea syntaxArea)
          Applies syntax preset to the specified WebSyntaxArea.