Class HierarchicalTreeExpandCollapseAction

    • Constructor Detail

      • HierarchicalTreeExpandCollapseAction

        public HierarchicalTreeExpandCollapseAction()
        Creates the HierarchicalTreeExpandCollapseAction that only expand/collapse the node at the coordinate where the action was triggered.
      • HierarchicalTreeExpandCollapseAction

        public HierarchicalTreeExpandCollapseAction​(int toLevel)
        Creates a HierarchicalTreeExpandCollapseAction that expand/collapse a node to the given level.
        Parameters:
        toLevel - The level to which a node should be expanded.
    • Method Detail

      • run

        public void run​(NatTable natTable,
                        org.eclipse.swt.events.MouseEvent event)
        Description copied from interface: IMouseAction
        Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
        Specified by:
        run in interface IMouseAction
        Parameters:
        natTable - The NatTable instance on which the MouseEvent was fired and on which the command should be executed.
        event - The received MouseEvent.