Uses of Interface
org.uberfire.ext.wires.core.trees.client.layout.treelayout.Configuration
-
Packages that use Configuration Package Description org.uberfire.ext.wires.core.trees.client.layout.treelayout -
-
Uses of Configuration in org.uberfire.ext.wires.core.trees.client.layout.treelayout
Classes in org.uberfire.ext.wires.core.trees.client.layout.treelayout that implement Configuration Modifier and Type Class Description classDefaultConfiguration<TreeNode>Specify aConfigurationthrough configurable parameters, or falling back to some frequently used defaults.Methods in org.uberfire.ext.wires.core.trees.client.layout.treelayout that return Configuration Modifier and Type Method Description Configuration<TreeNode>TreeLayout. getConfiguration()Returns the Configuration used by thisTreeLayout.Constructors in org.uberfire.ext.wires.core.trees.client.layout.treelayout with parameters of type Configuration 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.
-