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 int selectionRound
          Cells selection rounding.
static int selectionShadeWidth
          Cells selection shade width.
 
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.


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()