Uses of Class
com.alee.managers.style.skin.web.SyntaxPanelStyle

Packages that use SyntaxPanelStyle
com.alee.managers.style.skin.web   
 

Uses of SyntaxPanelStyle in com.alee.managers.style.skin.web
 

Fields in com.alee.managers.style.skin.web declared as SyntaxPanelStyle
protected  SyntaxPanelStyle WebSyntaxPanelPainter.style
          Syntax panel style.
 

Methods in com.alee.managers.style.skin.web that return SyntaxPanelStyle
 SyntaxPanelStyle WebSyntaxPanelPainter.getStyle()
          Returns syntax panel style.
static SyntaxPanelStyle SyntaxPanelStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SyntaxPanelStyle[] SyntaxPanelStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.managers.style.skin.web with parameters of type SyntaxPanelStyle
 void WebSyntaxPanelPainter.setStyle(SyntaxPanelStyle style)
          Sets syntax panel style.