Class GTreeExpandNodeToDepthTask


  • public class GTreeExpandNodeToDepthTask
    extends GTreeTask
    A GTree task to fully expand a tree node to a maximal depth.
    • Constructor Detail

      • GTreeExpandNodeToDepthTask

        public GTreeExpandNodeToDepthTask​(GTree gTree,
                                          javax.swing.JTree jTree,
                                          GTreeNode node,
                                          int depth)
    • 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