com.alee.laf.list
Class WebListStyle

java.lang.Object
  extended by com.alee.laf.list.WebListStyle

public final class WebListStyle
extends java.lang.Object

WebList style class.

Author:
Mikle Garin

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

decorateSelection

public static boolean decorateSelection
Whether should decorate selected and rollover cells or not.


highlightRolloverCell

public static boolean highlightRolloverCell
Whether should highlight rollover cell or not.


selectionRound

public static int selectionRound
Cells selection rounding.


selectionShadeWidth

public static int selectionShadeWidth
Cells selection shade width.


webColoredSelection

public static boolean webColoredSelection
Whether selection should be web-colored or not. In case it is not web-colored selectionBackgroundColor value will be used as background color.


selectionBorderColor

public static java.awt.Color selectionBorderColor
Selection border color.


selectionBackgroundColor

public static java.awt.Color selectionBackgroundColor
Selection background color. It is used only when webColoredSelection is set to false.


autoScrollToSelection

public static boolean autoScrollToSelection
Whether should scroll list down to selection automatically or not.


foreground

public static java.awt.Color foreground
List selection background.


background

public static java.awt.Color background
List selection background.

Constructor Detail

WebListStyle

public WebListStyle()