|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.toolbar.WebToolBarStyle
public final class WebToolBarStyle
WebToolBar style class.
Field Summary | |
---|---|
static java.awt.Color |
borderColor
Toolbar border color. |
static java.awt.Color |
bottomBgColor
Bottom toolbar background color. |
static java.awt.Color |
disabledBorderColor
Toolbar disabled border color. |
static java.awt.Insets |
margin
Toolbar margin. |
static Painter |
painter
Toolbar painter. |
static int |
round
Toolbar corners rounding. |
static int |
shadeWidth
Toolbar shade width. |
static int |
spacing
Spacing between toolbar components. |
static ToolbarStyle |
toolbarStyle
Toolbar style. |
static java.awt.Color |
topBgColor
Top toolbar background color. |
static boolean |
undecorated
Whether should decorate toolbar with web-styled background or not. |
Constructor Summary | |
---|---|
WebToolBarStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Color topBgColor
public static java.awt.Color bottomBgColor
public static java.awt.Color borderColor
public static java.awt.Color disabledBorderColor
public static boolean undecorated
public static int round
public static int shadeWidth
public static java.awt.Insets margin
public static int spacing
public static ToolbarStyle toolbarStyle
public static Painter painter
Constructor Detail |
---|
public WebToolBarStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |