Class GTreeExpandAllTask


  • public class GTreeExpandAllTask
    extends GTreeTask
    • Constructor Detail

      • GTreeExpandAllTask

        public GTreeExpandAllTask​(GTree tree,
                                  GTreeNode node)
    • Method Detail

      • run

        public void run​(TaskMonitor monitor)
        Description copied from class: Job
        The method that gets called by the Worker when this job is selected to be run by the Worker.
        Specified by:
        run in class Job
      • expandNode MODIFIED

        param 1 renamed: node → parent
        -void expandNode(docking.widgets.tree.GTreeNode node, ghidra.util.task.TaskMonitor monitor) throws CancelledException
        +void expandNode(docking.widgets.tree.GTreeNode parent, ghidra.util.task.TaskMonitor monitor) throws CancelledException
        protected void expandNode​(GTreeNode parent,
                                  TaskMonitor monitor)
                           throws CancelledException
        Throws:
        CancelledException