com.alee.extended.panel
Class WebCollapsiblePaneStyle

java.lang.Object
  extended by com.alee.extended.panel.WebCollapsiblePaneStyle

public final class WebCollapsiblePaneStyle
extends java.lang.Object

User: mgarin Date: 29.01.13 Time: 15:44


Field Summary
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 Summary
WebCollapsiblePaneStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

animate

public static boolean animate
Whether animate transition between states or not.


expandIcon

public static javax.swing.ImageIcon expandIcon
Collapsed state icon.


collapseIcon

public static javax.swing.ImageIcon collapseIcon
Expanded state icon.


stateIconMargin

public static java.awt.Insets stateIconMargin
State icon margin.


rotateStateIcon

public static boolean rotateStateIcon
Whether rotate state icon according to title pane position or not.


showStateIcon

public static boolean showStateIcon
Whether display state icon in title pane or not.


stateIconPostion

public static int stateIconPostion
State icon position in title pane.


titlePanePostion

public static int titlePanePostion
Title pane position in collapsible pane.


contentMargin

public static java.awt.Insets contentMargin
Content margin.

Constructor Detail

WebCollapsiblePaneStyle

public WebCollapsiblePaneStyle()