Uses of Class
ca.cgjennings.ui.TreeBuilder.Container
-
Packages that use TreeBuilder.Container Package Description ca.cgjennings.ui -
-
Uses of TreeBuilder.Container in ca.cgjennings.ui
Methods in ca.cgjennings.ui that return TreeBuilder.Container Modifier and Type Method Description protected TreeBuilder.Container<C>
TreeBuilder. getContainerNode(C container)
Returns the node that represents the specified container.TreeBuilder.Container<C>
TreeBuilder. getRootNode()
Returns the node for the root of the tree.
-