Package docking.widgets.tree.tasks
Class GTreeExpandAllTask
- java.lang.Object
-
- ghidra.util.worker.Job
-
- ghidra.util.worker.PriorityJob
-
- docking.widgets.tree.GTreeTask
-
- docking.widgets.tree.tasks.GTreeExpandAllTask
-
public class GTreeExpandAllTask extends GTreeTask
-
-
Constructor Summary
Constructors Change Constructor Description GTreeExpandAllTask(GTree tree, GTreeNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Change Modifier and Type Method Description MODIFIED protected voidexpandNode(GTreeNode parent, TaskMonitor monitor)voidrun(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:JobThe method that gets called by the Worker when this job is selected to be run by the Worker.
-
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 CancelledExceptionprotected void expandNode(GTreeNode parent, TaskMonitor monitor) throws CancelledException
- Throws:
CancelledException
-
-