|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.scroll.WebScrollBarStyle
public final class WebScrollBarStyle
WebScrollBar style class.
Field Summary | |
---|---|
static java.awt.Dimension |
buttonsSize
Scroll bar arrow buttons preferred size. |
static java.awt.Insets |
margin
Scroll bar margin. |
static int |
minThumbHeight
Minimum vertical scroll bar thumb height. |
static int |
minThumbWidth
Minimum horizontal scroll bar thumb width. |
static boolean |
paintButtons
Whether scroll bar arrow buttons should be displayed or not. |
static boolean |
paintTrack
Whether scroll bar track should be displayed or not. |
static int |
scrollBarWidth
Default width of scroll bar. |
static java.awt.Color |
thumbBackgroundColor
Scroll bar thumb background color. |
static java.awt.Color |
thumbBorderColor
Scroll bar thumb border color. |
static java.awt.Color |
thumbDisabledBackgroundColor
Scroll bar thumb disabled background color. |
static java.awt.Color |
thumbDisabledBorderColor
Scroll bar thumb disabled border color. |
static java.awt.Insets |
thumbMargin
Scroll bar thumb margin. |
static java.awt.Color |
thumbPressedBackgroundColor
Scroll bar thumb pressed/dragged background color. |
static java.awt.Color |
thumbPressedBorderColor
Scroll bar thumb pressed/dragged border color. |
static java.awt.Color |
thumbRolloverBackgroundColor
Scroll bar thumb rollover background color. |
static java.awt.Color |
thumbRolloverBorderColor
Scroll bar thumb rollover border color. |
static int |
thumbRound
Scroll bar thumb corners rounding. |
static java.awt.Color |
trackBackgroundColor
Scroll bar track background color. |
static java.awt.Color |
trackBorderColor
Scroll bar track border color. |
Constructor Summary | |
---|---|
WebScrollBarStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean paintButtons
public static boolean paintTrack
public static java.awt.Color trackBorderColor
public static java.awt.Color trackBackgroundColor
public static java.awt.Color thumbBorderColor
public static java.awt.Color thumbBackgroundColor
public static java.awt.Color thumbDisabledBorderColor
public static java.awt.Color thumbDisabledBackgroundColor
public static java.awt.Color thumbRolloverBorderColor
public static java.awt.Color thumbRolloverBackgroundColor
public static java.awt.Color thumbPressedBorderColor
public static java.awt.Color thumbPressedBackgroundColor
public static int thumbRound
public static java.awt.Insets margin
public static int scrollBarWidth
public static java.awt.Insets thumbMargin
public static java.awt.Dimension buttonsSize
public static int minThumbWidth
public static int minThumbHeight
Constructor Detail |
---|
public WebScrollBarStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |