|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.table.WebTableStyle
public final class WebTableStyle
WebTable style class.
Field Summary | |
---|---|
static java.awt.Color |
background
Table selection background. |
static java.awt.Dimension |
cellsSpacing
Default spacing berween table cells |
static int |
clickCountToStartEdit
Clicks required to start table cell editing. |
static java.awt.Color |
foreground
Table selection background. |
static java.awt.Color |
gridColor
Table selection background. |
static int |
headerHeight
Default header height. |
static java.awt.Insets |
headerMargin
Default header margin. |
static int |
rowHeight
Default row height. |
static java.awt.Color |
selectionBackground
Table selection background. |
static java.awt.Color |
selectionForeground
Table selection background. |
static boolean |
showHorizontalLines
Whether to show horizontal lines by default or not. |
static boolean |
showVerticalLines
Whether to show vertical lines by default or not. |
Constructor Summary | |
---|---|
WebTableStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int headerHeight
public static java.awt.Insets headerMargin
public static int rowHeight
public static boolean showHorizontalLines
public static boolean showVerticalLines
public static java.awt.Dimension cellsSpacing
public static java.awt.Color gridColor
public static java.awt.Color foreground
public static java.awt.Color background
public static java.awt.Color selectionForeground
public static java.awt.Color selectionBackground
public static int clickCountToStartEdit
Constructor Detail |
---|
public WebTableStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |