Package docking.widgets.tree.tasks
Class GTreeExpandNodeToDepthTask
java.lang.Object
ghidra.util.worker.Job
ghidra.util.worker.PriorityJob
docking.widgets.tree.GTreeTask
docking.widgets.tree.tasks.GTreeExpandNodeToDepthTask
A GTree task to fully expand a tree node to a maximal depth.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGTreeExpandNodeToDepthTask
(GTree gTree, JTree jTree, GTreeNode node, int depth) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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