|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.rootpane.WebRootPaneStyle
public final class WebRootPaneStyle
WebRootPane style class.
Field Summary | |
---|---|
static boolean |
attachButtons
Attach window buttons to window side. |
static java.awt.Color |
borderColor
Window border color. |
static java.awt.Insets |
buttonsMargin
Buttons margin. |
static java.lang.Integer |
buttonsRound
Buttons round, if null round is taken from window round. |
static int |
buttonsShadeWidth
Buttons shade width. |
static boolean |
drawWatermark
Draw window background watermark. |
static java.lang.String |
emptyTitleText
Text displayed when window title is not set. |
static boolean |
groupButtons
Group window buttons. |
static int |
inactiveShadeWidth
Inactive window shade width. |
static java.awt.Color |
innerBorderColor
Window inner border color. |
static java.awt.Insets |
margin
Window content margin. |
static int |
maxTitleWidth
Maximum title text width. |
static java.awt.Color |
middleBg
Middle window background. |
static int |
round
Window shape rounding. |
static int |
shadeWidth
Active window shade width. |
static boolean |
showCloseButton
Display window buttons by default. |
static boolean |
showMaximizeButton
Display window buttons by default. |
static boolean |
showMenuBar
Display window menu bar by default. |
static boolean |
showMinimizeButton
Display window buttons by default. |
static boolean |
showResizeCorner
Display window resize corner by default. |
static boolean |
showTitleComponent
Display window title component by default. |
static boolean |
showWindowButtons
Display window buttons by default. |
static java.awt.Color |
topBg
Top window background. |
static javax.swing.ImageIcon |
watermark
Custom watermark image. |
Constructor Summary | |
---|---|
WebRootPaneStyle()
|
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 topBg
public static java.awt.Color middleBg
public static java.awt.Color borderColor
public static java.awt.Color innerBorderColor
public static int shadeWidth
public static int inactiveShadeWidth
public static int round
public static java.awt.Insets margin
public static boolean drawWatermark
public static javax.swing.ImageIcon watermark
public static int maxTitleWidth
public static java.lang.String emptyTitleText
public static boolean showTitleComponent
public static boolean showMenuBar
public static boolean showWindowButtons
public static boolean showMinimizeButton
public static boolean showMaximizeButton
public static boolean groupButtons
public static boolean attachButtons
public static java.lang.Integer buttonsRound
public static int buttonsShadeWidth
public static java.awt.Insets buttonsMargin
public static boolean showCloseButton
public static boolean showResizeCorner
Constructor Detail |
---|
public WebRootPaneStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |