public final class WebTreeStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
WebTreeStyle() |
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