public final class WebCollapsiblePaneStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
animate
Whether animate transition between states or not.
|
static javax.swing.ImageIcon |
collapseIcon
Expanded state icon.
|
static java.awt.Insets |
contentMargin
Content margin.
|
static javax.swing.ImageIcon |
expandIcon
Collapsed state icon.
|
static boolean |
rotateStateIcon
Whether rotate state icon according to title pane position or not.
|
static boolean |
showStateIcon
Whether display state icon in title pane or not.
|
static java.awt.Insets |
stateIconMargin
State icon margin.
|
static int |
stateIconPostion
State icon position in title pane.
|
static int |
titlePanePostion
Title pane position in collapsible pane.
|
| Constructor and Description |
|---|
WebCollapsiblePaneStyle() |
public static boolean animate
public static javax.swing.ImageIcon expandIcon
public static javax.swing.ImageIcon collapseIcon
public static java.awt.Insets stateIconMargin
public static boolean rotateStateIcon
public static boolean showStateIcon
public static int stateIconPostion
public static int titlePanePostion
public static java.awt.Insets contentMargin