|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.laf.combobox.WebComboBoxStyle
public final class WebComboBoxStyle
WebComboBox style class.
Field Summary | |
---|---|
static javax.swing.ImageIcon |
collapseIcon
Collapse icon. |
static boolean |
drawBorder
Draw combobox border. |
static boolean |
drawFocus
Draw combobox focus. |
static java.awt.Color |
expandedBgColor
Expanded combobox background color. |
static javax.swing.ImageIcon |
expandIcon
Expand icon. |
static int |
iconSpacing
Icon side spacing. |
static boolean |
mouseWheelScrollingEnabled
Values scrolling using mouse wheel enabled. |
static int |
round
Decoration rounding. |
static boolean |
scrollBarButtonsVisible
Whether should display scroll bar buttons or not. |
static java.awt.Insets |
scrollBarMargin
Scroll bar margin. |
static int |
scrollBarThumbRound
Scroll bar thumb corners rounding. |
static boolean |
scrollBarTrackVisible
Whether should display scroll bar track or not. |
static java.awt.Color |
selectedMenuBottomBg
Bottom background color for selected item. |
static java.awt.Color |
selectedMenuTopBg
Top background color for selected item. |
static int |
shadeWidth
Decoration shade width. |
static boolean |
webColoredBackground
Whether should paint web-styled background or not. |
static boolean |
widerPopupAllowed
Whether the popup is allowed to be wider than the combobox or not. |
Constructor Summary | |
---|---|
WebComboBoxStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static javax.swing.ImageIcon expandIcon
public static javax.swing.ImageIcon collapseIcon
public static int iconSpacing
public static boolean drawBorder
public static boolean webColoredBackground
public static java.awt.Color expandedBgColor
public static boolean drawFocus
public static java.awt.Color selectedMenuTopBg
public static java.awt.Color selectedMenuBottomBg
public static int round
public static int shadeWidth
public static boolean mouseWheelScrollingEnabled
public static int scrollBarThumbRound
public static java.awt.Insets scrollBarMargin
public static boolean scrollBarButtonsVisible
public static boolean scrollBarTrackVisible
public static boolean widerPopupAllowed
Constructor Detail |
---|
public WebComboBoxStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |