Uses of Interface
org.uberfire.ext.wires.core.trees.client.layout.treelayout.TreeForTreeLayout
-
Packages that use TreeForTreeLayout Package Description org.uberfire.ext.wires.core.trees.client.layout.treelayout -
-
Uses of TreeForTreeLayout in org.uberfire.ext.wires.core.trees.client.layout.treelayout
Classes in org.uberfire.ext.wires.core.trees.client.layout.treelayout that implement TreeForTreeLayout Modifier and Type Class Description classAbstractTreeForTreeLayout<TreeNode>Provides an easy way to implement theTreeForTreeLayoutinterface by defining just two simple methods and a constructor.Methods in org.uberfire.ext.wires.core.trees.client.layout.treelayout that return TreeForTreeLayout Modifier and Type Method Description TreeForTreeLayout<TreeNode>TreeLayout. getTree()Returns the Tree the layout is created for.Constructors in org.uberfire.ext.wires.core.trees.client.layout.treelayout with parameters of type TreeForTreeLayout Constructor Description TreeLayout(TreeForTreeLayout<TreeNode> tree, NodeExtentProvider<TreeNode> nodeExtentProvider, Configuration<TreeNode> configuration)TreeLayout(TreeForTreeLayout<TreeNode> tree, NodeExtentProvider<TreeNode> nodeExtentProvider, Configuration<TreeNode> configuration, boolean useIdentity)Creates a TreeLayout for a given tree.
-