|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.plan.AbstractPlanDrawer
org.eclipse.datatools.sqltools.plan.treeplan.TreePlanDrawer
public class TreePlanDrawer
This is a tree-structure graphic plan drawer which implements drawPlan(IExecutionPlanDocument)
methods. We will convert the IExecutionPlanDocument
to our own model before drawing the plan
Constructor Summary | |
---|---|
TreePlanDrawer()
|
|
TreePlanDrawer(org.eclipse.swt.widgets.Canvas canvas,
org.eclipse.swt.browser.Browser browser)
|
Method Summary | |
---|---|
void |
drawPlan(IExecutionPlanDocument planDoc)
Draws the given execution plan |
void |
init()
Initializes the drawer, this method will be invoked after the drawer is constructed |
Methods inherited from class org.eclipse.datatools.sqltools.plan.AbstractPlanDrawer |
---|
setBrowser, setCanvas |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreePlanDrawer()
public TreePlanDrawer(org.eclipse.swt.widgets.Canvas canvas, org.eclipse.swt.browser.Browser browser)
Method Detail |
---|
public void init()
IPlanDrawer
init
in interface IPlanDrawer
init
in class AbstractPlanDrawer
public void drawPlan(IExecutionPlanDocument planDoc)
IPlanDrawer
drawPlan
in interface IPlanDrawer
drawPlan
in class AbstractPlanDrawer
planDoc
- the exeuction plan
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |