ca.sqlpower.architect.swingui
Class ContainerPaneUI

java.lang.Object
  extended by ca.sqlpower.architect.swingui.ContainerPaneUI
All Implemented Interfaces:
PlayPenComponentUI, java.io.Serializable
Direct Known Subclasses:
OLAPPaneUI, TablePaneUI

public abstract class ContainerPaneUI
extends java.lang.Object
implements PlayPenComponentUI, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ContainerPaneUI()
           
 
Method Summary
protected  void paintInsertionPoint(java.awt.Graphics2D g2, int y, int width)
           
abstract  int pointToItemIndex(java.awt.Point p)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.sqlpower.architect.swingui.PlayPenComponentUI
contains, getPreferredSize, installUI, paint, revalidate, uninstallUI
 

Constructor Detail

ContainerPaneUI

public ContainerPaneUI()
Method Detail

pointToItemIndex

@Deprecated
public abstract int pointToItemIndex(java.awt.Point p)
Deprecated. 

This delegate method is specified by OLAPPane.pointToItemIndex(Point) Subclass of DimensionPaneUI will implement this method to calculate column index given a point on the playpenComponent.


paintInsertionPoint

protected void paintInsertionPoint(java.awt.Graphics2D g2,
                                   int y,
                                   int width)


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca