Uses of Class
net.sourceforge.squirrel_sql.plugins.graph.ConstraintView

Packages that use ConstraintView
net.sourceforge.squirrel_sql.plugins.graph   
 

Uses of ConstraintView in net.sourceforge.squirrel_sql.plugins.graph
 

Methods in net.sourceforge.squirrel_sql.plugins.graph that return ConstraintView
static ConstraintView ConstraintViewCreator.createConstraintView(DndEvent e, TableFrameController sourceTable, ColumnInfo sourceColumnInfo, GraphDesktopController desktopController, ISession session)
           
 

Methods in net.sourceforge.squirrel_sql.plugins.graph with parameters of type ConstraintView
 void ConstraintViewAdapter.foldingPointMoved(ConstraintView source)
           
 void ConstraintViewListener.foldingPointMoved(ConstraintView source)
           
 boolean ConstraintView.hasOverlap(ConstraintView other)
           
 void GraphDesktopController.putConstraintViews(ConstraintView[] constraintViews)
          It's called put because it adds unique, like a Hashtable.
 void GraphDesktopController.removeConstraintViews(ConstraintView[] constraintViews, boolean keepFoldingPoints)
           
 void ConstraintViewAdapter.removeNonDbConstraint(ConstraintView constraintView)
           
 void ConstraintViewListener.removeNonDbConstraint(ConstraintView constraintView)
           
 void ConstraintDataSet.writeConstraintView(ConstraintView constraintView, TableFrameController fkFrameOriginatingFrom, TableFrameController pkFramePointingTo)
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.graph with parameters of type ConstraintView
ConfigureNonDbConstraintController(ISession session, ConstraintView constraintView, TableFrameController fkFrameOriginatingFrom, TableFrameController pkFramePointingTo)
           
ConstraintDataSet(ConstraintView constraintView, java.lang.String fkTableName, java.lang.String pkTableName)
           
 



Copyright © 2001-2010. All Rights Reserved.