Class TestTreeContentDrawer


  • public class TestTreeContentDrawer
    extends java.lang.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, java.util.Set<java.lang.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
      void attachToTree​(org.eclipse.swt.widgets.Tree aTree)
      Attaches the drawer to a given tree.
      void dispose​(org.eclipse.swt.widgets.Tree aTree)
      Disposes the drawer instance, cleaning up resources in the process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestTreeContentDrawer

        public TestTreeContentDrawer​(SetList aSetList,
                                     java.util.Set<java.lang.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