Class GTreeStartEditingTask


  • public class GTreeStartEditingTask
    extends GTreeTask
    • Constructor Detail

      • GTreeStartEditingTask

        public GTreeStartEditingTask​(GTree gTree,
                                     javax.swing.JTree jTree,
                                     GTreeNode parent,
                                     java.lang.String childName)
    • Method Detail

      • run MODIFIED

        added throws CancelledException
        -void run(ghidra.util.task.TaskMonitor monitor)
        +void run(ghidra.util.task.TaskMonitor monitor) throws CancelledException
        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 class Job
        Throws:
        CancelledException