Class GTreeExpandPathsTask


  • public class GTreeExpandPathsTask
    extends GTreeTask
    • Constructor Detail

      • GTreeExpandPathsTask

        public GTreeExpandPathsTask​(GTree gTree,
                                    javax.swing.JTree tree,
                                    java.util.List<javax.swing.tree.TreePath> paths)
    • Method Detail

      • run

        public void run​(TaskMonitor monitor)
        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