Package docking.widgets.tree.tasks
Class GTreeStartEditingTask
- java.lang.Object
-
- ghidra.util.worker.Job
-
- ghidra.util.worker.PriorityJob
-
- docking.widgets.tree.GTreeTask
-
- docking.widgets.tree.tasks.GTreeStartEditingTask
-
public class GTreeStartEditingTask extends GTreeTask
-
-
Constructor Summary
Constructors Constructor Description GTreeStartEditingTask(GTree gTree, javax.swing.JTree jTree, GTreeNode editNode)
GTreeStartEditingTask(GTree gTree, javax.swing.JTree jTree, GTreeNode parent, java.lang.String childName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPriority()
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
-
Methods inherited from class ghidra.util.worker.Job
cancel, getError, hasError, isCancelled, isCompleted, setCompleted, setError
-
-
-
-
Method Detail
-
run
public void run(TaskMonitor monitor) throws CancelledException
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 classJob
- Throws:
CancelledException
-
getPriority
public long getPriority()
- Overrides:
getPriority
in classPriorityJob
-
-