|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.menu.WebPopupMenuStyle
public final class WebPopupMenuStyle
WebPopupMenu style class.
Field Summary | |
---|---|
static java.awt.Color |
backgroundColor
Popup menu background color. |
static java.awt.Color |
borderColor
Popup menu border color. |
static int |
cornerAlignment
Popup menu dropdown corner alignment. |
static int |
cornerWidth
Popup menu dropdown style corner width. |
static boolean |
dropdownStyleForMenuBar
Whether should apply dropdown popup menu style to popup menues within menubar. |
static boolean |
fixLocation
Whether should fix initial popup menu location or not. |
static java.awt.Insets |
margin
Popup menu margin. |
static int |
menuSpacing
Spacing between different popup menus. |
static PopupStyle |
popupStyle
Popup menu style. |
static int |
round
Popup menu corners rounding. |
static float |
shadeTransparency
Popup menu shade transparency. |
static int |
shadeWidth
Popup menu shade width. |
static float |
transparency
Popup menu background transparency. |
Constructor Summary | |
---|---|
WebPopupMenuStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static PopupStyle popupStyle
public static boolean dropdownStyleForMenuBar
public static java.awt.Color backgroundColor
public static java.awt.Color borderColor
public static int round
public static int shadeWidth
public static float shadeTransparency
public static int cornerWidth
public static int cornerAlignment
public static float transparency
public static java.awt.Insets margin
public static int menuSpacing
public static boolean fixLocation
Constructor Detail |
---|
public WebPopupMenuStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |