Package com.l2fprod.gui.plaf.skin
Class SkinTableHeaderUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.TableHeaderUI
-
- javax.swing.plaf.basic.BasicTableHeaderUI
-
- com.l2fprod.gui.plaf.skin.SkinTableHeaderUI
-
public final class SkinTableHeaderUI extends javax.swing.plaf.basic.BasicTableHeaderUI
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:47:37 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description SkinTableHeaderUI()
Constructor for the SkinTableHeaderUI object
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent h)
Description of the Methodvoid
installUI(javax.swing.JComponent c)
Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicTableHeaderUI
createMouseInputListener, getBaseline, getMaximumSize, getMinimumSize, getPreferredSize, getRolloverColumn, installDefaults, installKeyboardActions, installListeners, paint, rolloverColumnUpdated, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
installUI
public void installUI(javax.swing.JComponent c)
Description of the Method- Overrides:
installUI
in classjavax.swing.plaf.basic.BasicTableHeaderUI
- Parameters:
c
- Description of Parameter
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent h)
Description of the Method- Parameters:
h
- Description of Parameter- Returns:
- Description of the Returned Value
-
-