JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicCellSpanTableUIDelegate

java.lang.Object
  extended by com.jidesoft.plaf.basic.BasicJideTableUIDelegate
      extended by com.jidesoft.plaf.basic.BasicNavigableTableUIDelegate
          extended by com.jidesoft.plaf.basic.BasicCellSpanTableUIDelegate
All Implemented Interfaces:
TableUIDelegate
Direct Known Subclasses:
BasicHierarchicalTableUIDelegate, BasicTreeTableUIDelegate

public class BasicCellSpanTableUIDelegate
extends BasicNavigableTableUIDelegate


Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicJideTableUIDelegate
rendererPane, table
 
Constructor Summary
BasicCellSpanTableUIDelegate(JTable table, CellRendererPane rendererPane)
           
 
Method Summary
 void paint(Graphics g, JComponent c)
          Copied from BasicTableUI - jdk6 u10
protected  void paintSpanDraggedArea(Graphics g, int rMin, int rMax, TableColumn draggedColumn, int distance)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicNavigableTableUIDelegate
createMouseInputListener
 
Methods inherited from class com.jidesoft.plaf.basic.BasicJideTableUIDelegate
adjustCellEditor, paintCell, paintDraggedArea, paintGrid, viewIndexForColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCellSpanTableUIDelegate

public BasicCellSpanTableUIDelegate(JTable table,
                                    CellRendererPane rendererPane)
Method Detail

paint

public void paint(Graphics g,
                  JComponent c)
Description copied from class: BasicJideTableUIDelegate
Copied from BasicTableUI - jdk6 u10

Overrides:
paint in class BasicJideTableUIDelegate
Parameters:
g - the Graphics instance
c - the component to paint

paintSpanDraggedArea

protected void paintSpanDraggedArea(Graphics g,
                                    int rMin,
                                    int rMax,
                                    TableColumn draggedColumn,
                                    int distance)

JIDE 3.5.15