dyntable
Class MultiSpanCellTableUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.TableUI
              |
              +--javax.swing.plaf.basic.BasicTableUI
                    |
                    +--dyntable.MultiSpanCellTableUI

public class MultiSpanCellTableUI
extends javax.swing.plaf.basic.BasicTableUI

$Id: MultiSpanCellTableUI.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The MultiSpanCellTable is an extension of Java's BasicTableUI. It has the same functionality as a BasicTableUI and supports as additional functionality the combination (and splitting) of table cells. Therefore it provides the necessary adapted paint methods.

Version:
$Revision: 1.0 $
Author:
$Author: jdyntable@gmx.de $

Constructor Summary
MultiSpanCellTableUI()
           
 
Method Summary
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicTableUI
createUI, getMaximumSize, getMinimumSize, getPreferredSize, installUI, 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

MultiSpanCellTableUI

public MultiSpanCellTableUI()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class javax.swing.plaf.basic.BasicTableUI
See Also:
ComponentUI.paint(java.awt.Graphics, javax.swing.JComponent)