|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.laf.list.WebListStyle
public final class WebListStyle
WebList style class.
Field Summary | |
---|---|
static boolean |
autoScrollToSelection
Whether should scroll list down to selection automatically or not. |
static java.awt.Color |
background
List selection background. |
static boolean |
decorateSelection
Whether should decorate selected and rollover cells or not. |
static java.awt.Color |
foreground
List selection background. |
static boolean |
highlightRolloverCell
Whether should highlight rollover cell or not. |
static java.awt.Color |
selectionBackgroundColor
Selection background color. |
static java.awt.Color |
selectionBorderColor
Selection border color. |
static int |
selectionRound
Cells selection rounding. |
static int |
selectionShadeWidth
Cells selection shade width. |
static boolean |
webColoredSelection
Whether selection should be web-colored or not. |
Constructor Summary | |
---|---|
WebListStyle()
|
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 decorateSelection
public static boolean highlightRolloverCell
public static int selectionRound
public static int selectionShadeWidth
public static boolean webColoredSelection
public static java.awt.Color selectionBorderColor
public static java.awt.Color selectionBackgroundColor
public static boolean autoScrollToSelection
public static java.awt.Color foreground
public static java.awt.Color background
Constructor Detail |
---|
public WebListStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |