|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.panel.WebAccordionStyle
public final class WebAccordionStyle
WebAccordion style class.
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 |
---|
public static boolean animate
public static AccordionStyle accordionStyle
public static int orientation
public static javax.swing.ImageIcon expandIcon
public static javax.swing.ImageIcon collapseIcon
public static boolean fillSpace
public static boolean multiplySelectionAllowed
public static int gap
Constructor Detail |
---|
public WebAccordionStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |