All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractTreeForTreeLayout<TreeNode> Provides an easy way to implement theTreeForTreeLayoutinterface by defining just two simple methods and a constructor.Configuration<TreeNode> Used to configure the tree layout algorithm.Configuration.AlignmentInLevel Possible alignments of a node within a level (centered, towards or away from root)Configuration.Location Identifies the sides of a rectangle (top, left, ...)DefaultConfiguration<TreeNode> Specify aConfigurationthrough configurable parameters, or falling back to some frequently used defaults.IterableUtil Util (general purpose) methods dealing withIterable.IteratorUtil Util (general purpose) methods dealing withIterator.ListUtil Util (general purpose) methods dealing withList.NodeExtentProvider<TreeNode> Provides the extent (width and height) of a tree node.Point2D The original implementation used java.awt.geom.Point2D that is not available for use in GWT.Rectangle2D The original implementation used java.awt.geom.Rectangle2D that is not available for use in GWT.TreeForTreeLayout<TreeNode> Represents a tree to be used by theTreeLayout.TreeLayout<TreeNode> Implements the actual tree layout algorithm.WiresBaseTreeNode WiresLayoutUtilities Layout utilitiesWiresTreeNodeConnector A connector between Tree NodesWiresTreeNodeDropContext WiresTreesDefaultLayout Default Tree layout using an adaptation of https://code.google.com/p/treelayout/ for use with GWTWiresTreesScreen WiresTreesScreenActivity