Uses of Class
org.basex.gui.layout.TreeNode

Packages that use TreeNode
org.basex.gui.layout Project specific GUI components. 
 

Uses of TreeNode in org.basex.gui.layout
 

Subclasses of TreeNode in org.basex.gui.layout
 class TreeFolder
          JTree node which represents a folder.
 class TreeLeaf
          JTree node which represents a leaf (which represents either a raw file or a document).
 class TreeRootFolder
          JTree node which represents the root folder.