com.jgoodies.looks.windows
Class WindowsXPTableHeaderUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TableHeaderUI
javax.swing.plaf.basic.BasicTableHeaderUI
com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
com.jgoodies.looks.windows.WindowsXPTableHeaderUI
public final class WindowsXPTableHeaderUI
- extends com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
The JGoodies Windows L&F implementation of 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.
- Version:
- $Revision: 1.4 $
- Author:
- Andrej Golovnin
Methods inherited from class com.sun.java.swing.plaf.windows.WindowsTableHeaderUI |
rolloverColumnUpdated |
Methods inherited from class javax.swing.plaf.basic.BasicTableHeaderUI |
createMouseInputListener, getBaseline, getMaximumSize, getMinimumSize, getPreferredSize, getRolloverColumn, installDefaults, installKeyboardActions, installListeners, uninstallDefaults, uninstallKeyboardActions, uninstallListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsXPTableHeaderUI
public WindowsXPTableHeaderUI()
createUI
public static ComponentUI createUI(JComponent h)
installUI
public void installUI(JComponent c)
- Overrides:
installUI
in class com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI
in class com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
paint
in class BasicTableHeaderUI
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.