|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 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 int |
shadeWidth
Decoration shade width. |
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 drawFocus
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
Constructor Detail |
---|
public WebComboBoxStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |