com.alee.extended.panel
Class WebAccordionStyle

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

public final class WebAccordionStyle
extends java.lang.Object

WebAccordion style class.

Author:
Mikle Garin

Field Summary
static AccordionStyle accordionStyle
          Accordion style.
static boolean animate
          Whether animate transition between states or not.
static javax.swing.ImageIcon collapseIcon
          Expanded state icon.
static javax.swing.ImageIcon expandIcon
          Collapsed state icon.
static boolean fillSpace
          Whether accordion must fill all available space with expanded panes or not
static int gap
          Gap between panes.
static boolean multiplySelectionAllowed
          Whether multiply expanded panes are allowed or not
static int orientation
          Accordion orientation.
 
Constructor Summary
WebAccordionStyle()
           
 
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.


accordionStyle

public static AccordionStyle accordionStyle
Accordion style.


orientation

public static int orientation
Accordion orientation.


expandIcon

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


collapseIcon

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


fillSpace

public static boolean fillSpace
Whether accordion must fill all available space with expanded panes or not


multiplySelectionAllowed

public static boolean multiplySelectionAllowed
Whether multiply expanded panes are allowed or not


gap

public static int gap
Gap between panes.

Constructor Detail

WebAccordionStyle

public WebAccordionStyle()