Uses of Class
org.eclipse.datatools.sqltools.plan.internal.ui.view.PlanView

Packages that use PlanView
org.eclipse.datatools.sqltools.plan.internal.ui.actions   
 

Uses of PlanView in org.eclipse.datatools.sqltools.plan.internal.ui.actions
 

Constructors in org.eclipse.datatools.sqltools.plan.internal.ui.actions with parameters of type PlanView
PlanDropDownAction(PlanView planView)
          Constructor
PlanTypeDropDownAction(PlanView planView)
           
RemovePlanAction(PlanView planView)
          Constructor
ShowPlanAction(PlanView view, org.eclipse.datatools.sqltools.plan.internal.IPlanInstance instance, java.lang.String text, org.eclipse.jface.resource.ImageDescriptor image, java.lang.String tooltip)
          Constructor
ShowPlansAction(PlanView planView)
          Constructor
SwitchPlanTypeAction(PlanView view, int modeType, java.lang.String text, org.eclipse.jface.resource.ImageDescriptor image, java.lang.String tooltip)