public final class WindowsXPTableHeaderUI
extends com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
TableHeaderUI.
A Windows table header that honors the XP header style even if the user
uses custom non-opaque renderers. The renderers should be a subclass of
JComponent because we need to replace the border by the one
specified in the XP style.| Constructor and Description |
|---|
WindowsXPTableHeaderUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent h) |
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
void |
uninstallUI(javax.swing.JComponent c) |
rolloverColumnUpdatedcreateMouseInputListener, getBaseline, getMaximumSize, getMinimumSize, getPreferredSize, getRolloverColumn, installDefaults, installKeyboardActions, installListeners, uninstallDefaults, uninstallKeyboardActions, uninstallListenerspublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent h)
public void installUI(javax.swing.JComponent c)
installUI in class com.sun.java.swing.plaf.windows.WindowsTableHeaderUIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI in class com.sun.java.swing.plaf.windows.WindowsTableHeaderUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicTableHeaderUICopyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.