net.sf.jeppers.grid
Class BasicGridHeaderUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended bynet.sf.jeppers.grid.GridUI
          extended bynet.sf.jeppers.grid.BasicGridUI
              extended bynet.sf.jeppers.grid.BasicGridHeaderUI

public class BasicGridHeaderUI
extends BasicGridUI

GridUI for use with row and column headers.

Author:
Cameron Zemek

Nested Class Summary
 
Nested classes inherited from class net.sf.jeppers.grid.BasicGridUI
BasicGridUI.MouseInputHandler
 
Constructor Summary
BasicGridHeaderUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent jComponent)
           
 void installUI(javax.swing.JComponent jComponent)
           
 
Methods inherited from class net.sf.jeppers.grid.BasicGridUI
getMaximumSize, getMinimumSize, getPreferredSize, paint, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGridHeaderUI

public BasicGridHeaderUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent jComponent)

installUI

public void installUI(javax.swing.JComponent jComponent)
Overrides:
installUI in class BasicGridUI