Deprecated API


Contents
Deprecated Methods
ca.sqlpower.architect.swingui.PlayPen.findRelationship(SQLRelationship)
           
ca.sqlpower.architect.swingui.PlayPen.findTablePane(SQLTable)
           
ca.sqlpower.architect.swingui.ArchitectFrame.getArchitectSession()
          This method should no longer be used (references to a session should be passed around in preference to references to an ArchitectFrame). 
ca.sqlpower.architect.swingui.PlayPen.getComponent(int)
          Calling this method from Architect code is almost certainly a mistake, but it needs to exist for Swing to function correctly. You probably want to use PlayPen.findTablePane(ca.sqlpower.architect.SQLTable), PlayPen.getRelationships(), or PlayPen.getTablePanes() instead. 
ca.sqlpower.architect.swingui.PlayPen.getComponentCount()
          Calling this method from Architect code is almost certainly a mistake, but it needs to exist for Swing to function correctly. You probably want to use getPPComponentCount instead. 
ca.sqlpower.architect.swingui.ASUtils.getContext()
          Use ArchitectSwingSession.getContext() to get your session context. This method should only be called when launching the app (in main()), and when picking up the pieces while handling an uncaught exception. 
ca.sqlpower.architect.swingui.TablePane.pointToItemIndex(Point)
           
ca.sqlpower.architect.swingui.ContainerPaneUI.pointToItemIndex(Point)
           
ca.sqlpower.architect.swingui.ContainerPane.pointToItemIndex(Point)
           
ca.sqlpower.architect.swingui.olap.OLAPPaneUI.pointToItemIndex(Point)
           
ca.sqlpower.architect.swingui.olap.OLAPPane.pointToItemIndex(Point)
           
ca.sqlpower.architect.SQLColumn.setReferenceCount(int)
          This method exists only to be called reflectively by the undo manager. You should use addReference() and removeReference(). 
ca.sqlpower.architect.swingui.ASUtils.showExceptionDialogNoReport(String, Throwable)
          This method will create a dialog, but because it has no parent component, it will stay over everything including ArchitectFrames from other sessions. 
 



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