|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.tabbedpane.WebTabbedPaneStyle
public final class WebTabbedPaneStyle
WebTabbedPane style class.
Field Summary | |
---|---|
static java.awt.Color |
bottomBg
Bottom tab color. |
static java.awt.Insets |
contentInsets
Tab content margin. |
static Painter |
painter
Empty pane Painter. |
static boolean |
rotateTabInsets
Whether to rotate tab insets for different tab positions or not. |
static int |
round
Decoration rounding. |
static java.awt.Color |
selectedBottomBg
Bottom selected tab color. |
static java.awt.Color |
selectedTopBg
Top selected tab color. |
static int |
shadeWidth
Decoration shade width. |
static TabbedPaneStyle |
tabbedPaneStyle
Tab content margin. |
static java.awt.Insets |
tabInsets
Tab title margin. |
static int |
tabOverlay
Tab runs overlay in pixels. |
static int |
tabRunIndent
Left tab area spacing. |
static TabStretchType |
tabStretchType
Tabs stretch type. |
static java.awt.Color |
topBg
Top tab color. |
Constructor Summary | |
---|---|
WebTabbedPaneStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static TabbedPaneStyle tabbedPaneStyle
public static java.awt.Color topBg
public static java.awt.Color bottomBg
public static java.awt.Color selectedTopBg
public static java.awt.Color selectedBottomBg
public static int round
public static int shadeWidth
public static boolean rotateTabInsets
public static java.awt.Insets contentInsets
public static java.awt.Insets tabInsets
public static Painter painter
public static int tabRunIndent
public static int tabOverlay
public static TabStretchType tabStretchType
Constructor Detail |
---|
public WebTabbedPaneStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |