Class GTreeStartEditingTask


public class GTreeStartEditingTask extends GTreeTask
  • Constructor Details

    • GTreeStartEditingTask

      public GTreeStartEditingTask(GTree gTree, JTree jTree, GTreeNode editNode)
  • Method Details

    • 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 class Job
      Parameters:
      monitor - the monitor
      Throws:
      CancelledException - jobs may choose to throw a cancelled exception
    • getPriority

      public long getPriority()
      Overrides:
      getPriority in class PriorityJob