public class WebTableHeaderUI
extends javax.swing.plaf.basic.BasicTableHeaderUI
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
bottomBgColor |
static java.awt.Color |
bottomLineColor |
static java.awt.Color |
topBgColor |
static java.awt.Color |
topLineColor |
| Constructor and Description |
|---|
WebTableHeaderUI() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.GradientPaint |
createBackgroundPaint(int x1,
int y1,
int x2,
int y2) |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
createMouseInputListener, getBaseline, getMaximumSize, getMinimumSize, getRolloverColumn, installDefaults, installKeyboardActions, installListeners, rolloverColumnUpdated, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static final java.awt.Color topLineColor
public static final java.awt.Color topBgColor
public static final java.awt.Color bottomBgColor
public static final java.awt.Color bottomLineColor
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.basic.BasicTableHeaderUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicTableHeaderUIpublic static java.awt.GradientPaint createBackgroundPaint(int x1,
int y1,
int x2,
int y2)
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize in class javax.swing.plaf.basic.BasicTableHeaderUI