Uses of Class
proper.database.TableTreeNode

Packages that use TableTreeNode
proper.database All classes concerning Database access and traversal or related structures can be found here. 
 

Uses of TableTreeNode in proper.database
 

Methods in proper.database that return TableTreeNode
static TableTreeNode TableTreeNode.parseTreeString(java.lang.String tree)
          parses the given tree in string representation and returns it in a TreeNode Structure, e.g.:
 

Methods in proper.database with parameters of type TableTreeNode
static java.lang.String TableTreeNode.toTreeString(TableTreeNode node)
          returns the node and the subtree underneath in a string representation that can be parsed with the parseTree(String) method
static java.lang.String TableTreeNode.toTreeString(TableTreeNode node, boolean includeSizes)
          returns the node and the subtree underneath in a string representation that can be parsed with the parseTree(String) method