Class TreeFunctions

java.lang.Object
mgui.interfaces.Utility
mgui.interfaces.trees.util.TreeFunctions

public class TreeFunctions
extends Utility
Utility class for operations on trees.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Constructor Summary

    Constructors
    Constructor Description
    TreeFunctions()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.ArrayList<javax.swing.tree.TreeNode> getChildren​(javax.swing.tree.TreeNode node)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TreeFunctions

      public TreeFunctions()
  • Method Details

    • getChildren

      public static java.util.ArrayList<javax.swing.tree.TreeNode> getChildren​(javax.swing.tree.TreeNode node)