com.alee.laf.tree
Class WebTreeStyle

java.lang.Object
  extended by com.alee.laf.tree.WebTreeStyle

public final class WebTreeStyle
extends java.lang.Object

WebTree style class.

Author:
Mikle Garin

Field Summary
static boolean autoExpandSelectedPath
          Whether autoexpand node on selection or not.
static int dropCellShadeWidth
          Drop cell highlight shade width.
static boolean highlightRolloverNode
          Show rollover node highlight.
static java.awt.Color linesColor
          Tree structure lines color.
static int nodeLineIndent
          Node line indent.
static boolean paintLines
          Draw tree structure lines.
static int selectionRound
          Nodes selection rounding.
static int selectionShadeWidth
          Nodes selection shade width.
static TreeSelectionStyle selectionStyle
          Cells selection style.
static java.awt.Color selectorBorderColor
          Selector border color.
static java.awt.Color selectorColor
          Selector background color.
static boolean selectorEnabled
          Should allow selector.
static int selectorRound
          Selector rounding.
static java.awt.BasicStroke selectorStroke
          Selector border stroke.
 
Constructor Summary
WebTreeStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autoExpandSelectedPath

public static boolean autoExpandSelectedPath
Whether autoexpand node on selection or not.


highlightRolloverNode

public static boolean highlightRolloverNode
Show rollover node highlight.


paintLines

public static boolean paintLines
Draw tree structure lines.


linesColor

public static java.awt.Color linesColor
Tree structure lines color.


selectionStyle

public static TreeSelectionStyle selectionStyle
Cells selection style.


selectionRound

public static int selectionRound
Nodes selection rounding.


selectionShadeWidth

public static int selectionShadeWidth
Nodes selection shade width.


selectorEnabled

public static boolean selectorEnabled
Should allow selector.


selectorColor

public static java.awt.Color selectorColor
Selector background color.


selectorBorderColor

public static java.awt.Color selectorBorderColor
Selector border color.


selectorRound

public static int selectorRound
Selector rounding.


selectorStroke

public static java.awt.BasicStroke selectorStroke
Selector border stroke.


dropCellShadeWidth

public static int dropCellShadeWidth
Drop cell highlight shade width.


nodeLineIndent

public static int nodeLineIndent
Node line indent.

Constructor Detail

WebTreeStyle

public WebTreeStyle()