Package docking.widgets.tree.tasks
Class GTreeCollapseAllTask
- java.lang.Object
-
- ghidra.util.worker.Job
-
- ghidra.util.worker.PriorityJob
-
- docking.widgets.tree.GTreeTask
-
- docking.widgets.tree.tasks.GTreeCollapseAllTask
-
public class GTreeCollapseAllTask extends GTreeTask
A GTree task to fully collapse a tree
-
-
Constructor Summary
Constructors Constructor Description GTreeCollapseAllTask(GTree tree, GTreeNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
collapseNode(GTreeNode node, TaskMonitor monitor)
void
run(TaskMonitor monitor)
The method that gets called by the Worker when this job is selected to be run by the Worker.-
Methods inherited from class docking.widgets.tree.GTreeTask
runOnSwingThread, setTaskMonitor, translatePath
-
Methods inherited from class ghidra.util.worker.PriorityJob
getID, getPriority
-
Methods inherited from class ghidra.util.worker.Job
cancel, getError, hasError, isCancelled, isCompleted, setCompleted, setError
-
-
-
-
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.
-
collapseNode
protected void collapseNode(GTreeNode node, TaskMonitor monitor) throws CancelledException
- Throws:
CancelledException
-
-