|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.tree.WebTreeStyle
public final class WebTreeStyle
WebTree style class.
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 |
---|
public static boolean autoExpandSelectedPath
public static boolean highlightRolloverNode
public static boolean paintLines
public static java.awt.Color linesColor
public static TreeSelectionStyle selectionStyle
public static int selectionRound
public static int selectionShadeWidth
public static boolean selectorEnabled
public static java.awt.Color selectorColor
public static java.awt.Color selectorBorderColor
public static int selectorRound
public static java.awt.BasicStroke selectorStroke
public static int dropCellShadeWidth
public static int nodeLineIndent
Constructor Detail |
---|
public WebTreeStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |