Class 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 Detail

      • TestTreeContentDrawer

        public TestTreeContentDrawer​(SetList aSetList,
                                     Set<Integer> aBreakpointSet,
                                     org.eclipse.swt.widgets.Display aDisplay)
        Creates a new instance.
        Parameters:
        aSetList - the set list
        aBreakpointSet - the breakpoint set
        aDisplay - the display
    • 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