net.sf.jeppers.grid
Class BasicGridHeaderUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--net.sf.jeppers.grid.GridUI
              |
              +--net.sf.jeppers.grid.BasicGridUI
                    |
                    +--net.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
 
Field Summary
protected  JGrid gridHeader
           
 
Fields inherited from class net.sf.jeppers.grid.BasicGridUI
focusListener, grid, mouseInputListener, rendererPane
 
Constructor Summary
BasicGridHeaderUI()
           
 
Method Summary
static ComponentUI createUI(JComponent jComponent)
           
protected  void installDefaults()
           
 void installUI(JComponent jComponent)
           
 
Methods inherited from class net.sf.jeppers.grid.BasicGridUI
createMouseInputListener, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, paint, paintCell, paintCells, paintEditor, paintGrid, paintSpans, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridHeader

protected transient JGrid gridHeader
Constructor Detail

BasicGridHeaderUI

public BasicGridHeaderUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent jComponent)

installUI

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

installDefaults

protected void installDefaults()
Overrides:
installDefaults in class BasicGridUI