Package de.gebit.integrity.eclipse.views
Class TestTreeContentDrawer
- java.lang.Object
-
- de.gebit.integrity.eclipse.views.TestTreeContentDrawer
-
public class TestTreeContentDrawer extends Object
The custom content drawer for the main test execution tree. Takes care of test statement coloring.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description TestTreeContentDrawer(SetList aSetList, Set<Integer> aBreakpointSet, org.eclipse.swt.widgets.Display aDisplay)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachToTree(org.eclipse.swt.widgets.Tree aTree)Attaches the drawer to a given tree.voiddispose(org.eclipse.swt.widgets.Tree aTree)Disposes the drawer instance, cleaning up resources in the process.
-
-
-
Method Detail
-
dispose
public void dispose(org.eclipse.swt.widgets.Tree aTree)
Disposes the drawer instance, cleaning up resources in the process.- Parameters:
aTree-
-
attachToTree
public void attachToTree(org.eclipse.swt.widgets.Tree aTree)
Attaches the drawer to a given tree.- Parameters:
aTree- the tree
-
-