Class GTreeStartEditingTask
java.lang.Object
ghidra.util.worker.Job
ghidra.util.worker.PriorityJob
docking.widgets.tree.GTreeTask
docking.widgets.tree.tasks.GTreeStartEditingTask
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidrun(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 GTreeTask
runOnSwingThread, setTaskMonitor, translatePathMethods inherited from class PriorityJob
getIDMethods inherited from class Job
cancel, getError, hasError, isCancelled, isCompleted, setCompleted, setError
-
Constructor Details
-
GTreeStartEditingTask
-
-
Method Details
-
run
Description copied from class:JobThe method that gets called by the Worker when this job is selected to be run by the Worker.- Specified by:
runin classJob- Parameters:
monitor- the monitor- Throws:
CancelledException- jobs may choose to throw a cancelled exception
-
getPriority
public long getPriority()- Overrides:
getPriorityin classPriorityJob
-