com.alee.laf.combobox
Class WebComboBoxStyle

java.lang.Object
  extended by com.alee.laf.combobox.WebComboBoxStyle

public final class WebComboBoxStyle
extends java.lang.Object

WebComboBox style class.

Author:
Mikle Garin

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

expandIcon

public static javax.swing.ImageIcon expandIcon
Expand icon.


collapseIcon

public static javax.swing.ImageIcon collapseIcon
Collapse icon.


iconSpacing

public static int iconSpacing
Icon side spacing.


drawBorder

public static boolean drawBorder
Draw combobox border.


drawFocus

public static boolean drawFocus
Draw combobox focus.


round

public static int round
Decoration rounding.


shadeWidth

public static int shadeWidth
Decoration shade width.


mouseWheelScrollingEnabled

public static boolean mouseWheelScrollingEnabled
Values scrolling using mouse wheel enabled.


scrollBarThumbRound

public static int scrollBarThumbRound
Scroll bar thumb corners rounding. todo Not used, but should be specified under combobox style XML later


scrollBarMargin

public static java.awt.Insets scrollBarMargin
Scroll bar margin.


scrollBarButtonsVisible

public static boolean scrollBarButtonsVisible
Whether should display scroll bar buttons or not.


scrollBarTrackVisible

public static boolean scrollBarTrackVisible
Whether should display scroll bar track or not.

Constructor Detail

WebComboBoxStyle

public WebComboBoxStyle()