JIDE 3.5.15

com.jidesoft.plaf.aqua
Class AquaJideTableUI

java.lang.Object
  extended by AquaTableUI
      extended by com.jidesoft.plaf.aqua.AquaJideTableUI
Direct Known Subclasses:
AquaNavigableTableUI

public class AquaJideTableUI
extends AquaTableUI

The TableUI based on BasicTableUI. It's almost the same as BasicTableUI except the methods paintCell() and paintGrid() methods are protected so that subclasses can override those methods.


Field Summary
protected  TableUIDelegate _delegate
           
 
Constructor Summary
AquaJideTableUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  TableUIDelegate createUIDelegate()
           
 void installDefaults()
           
 void paint(Graphics g, JComponent c)
           
protected  void paintCell(Graphics g, Rectangle cellRect, int row, int column)
           
protected  void paintDraggedArea(Graphics g, int rMin, int rMax, TableColumn draggedColumn, int distance)
           
protected  void paintGrid(Graphics g, int rMin, int rMax, int cMin, int cMax)
           
 void uninstallDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_delegate

protected TableUIDelegate _delegate
Constructor Detail

AquaJideTableUI

public AquaJideTableUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

public void installDefaults()

uninstallDefaults

public void uninstallDefaults()

createUIDelegate

protected TableUIDelegate createUIDelegate()

paint

public void paint(Graphics g,
                  JComponent c)

paintGrid

protected void paintGrid(Graphics g,
                         int rMin,
                         int rMax,
                         int cMin,
                         int cMax)

paintDraggedArea

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

paintCell

protected void paintCell(Graphics g,
                         Rectangle cellRect,
                         int row,
                         int column)

JIDE 3.5.15