Uses of Interface
org.eclipse.datatools.sqltools.plan.IPlanDrawer

Packages that use IPlanDrawer
org.eclipse.datatools.sqltools.plan   
org.eclipse.datatools.sqltools.plan.treeplan   
 

Uses of IPlanDrawer in org.eclipse.datatools.sqltools.plan
 

Classes in org.eclipse.datatools.sqltools.plan that implement IPlanDrawer
 class AbstractPlanDrawer
          Consumers of Execution Plan View can extend this class intead of implementing IPlanDrawer from scratch.
 

Methods in org.eclipse.datatools.sqltools.plan that return IPlanDrawer
 IPlanDrawer IPlanService.getPlanDrawer()
          Returns the plan drawer.
 IPlanDrawer PlanService.getPlanDrawer()
           
 

Uses of IPlanDrawer in org.eclipse.datatools.sqltools.plan.treeplan
 

Classes in org.eclipse.datatools.sqltools.plan.treeplan that implement IPlanDrawer
 class TreePlanDrawer
          This is a tree-structure graphic plan drawer which implements drawPlan(IExecutionPlanDocument) methods.