Uses of Class
org.jdesktop.swingx.MultiSplitLayout.Node
Packages that use MultiSplitLayout.Node
-
Uses of MultiSplitLayout.Node in org.jdesktop.swingx
Subclasses of MultiSplitLayout.Node in org.jdesktop.swingxModifier and TypeClassDescriptionstatic classModels a single vertical/horiztonal divider.static classModels a java.awt Component child.static classDefines a vertical or horizontal subdivision into two or more tiles.Methods in org.jdesktop.swingx that return MultiSplitLayout.NodeModifier and TypeMethodDescriptionMultiSplitLayout.getModel()Return the root of the tree of Split, Leaf, and Divider nodes that define this layout.MultiSplitLayout.InvalidLayoutException.getNode()final MultiSplitLayout.NodeMultiSplitLayout.Split.lastWeightedChild()Convenience method that returns the last child whose weight is > 0.0.MultiSplitLayout.Node.nextSibling()Return the Node that comes after this one in the parent's list of children, or null.static MultiSplitLayout.NodeMultiSplitLayout.parseModel(String s) A convenience method that converts a string to a MultiSplitLayout model (a tree of Nodes) using a a simple syntax.MultiSplitLayout.Node.previousSibling()Return the Node that comes before this one in the parent's list of children, or null.Methods in org.jdesktop.swingx that return types with arguments of type MultiSplitLayout.NodeModifier and TypeMethodDescriptionMultiSplitLayout.Split.getChildren()Returns this Split node's children.Methods in org.jdesktop.swingx with parameters of type MultiSplitLayout.NodeModifier and TypeMethodDescriptionstatic voidMultiSplitLayout.printModel(MultiSplitLayout.Node root) Print the tree with enough detail for simple debugging.voidMultiSplitLayout.setModel(MultiSplitLayout.Node model) Set the root of the tree of Split, Leaf, and Divider nodes that define this layout.final voidMultiSplitPane.setModel(MultiSplitLayout.Node model) A convenience method that sets the MultiSplitLayout model.Method parameters in org.jdesktop.swingx with type arguments of type MultiSplitLayout.NodeModifier and TypeMethodDescriptionvoidMultiSplitLayout.Split.setChildren(List<MultiSplitLayout.Node> children) Set's the children property of this Split node.Constructors in org.jdesktop.swingx with parameters of type MultiSplitLayout.NodeModifierConstructorDescriptionInvalidLayoutException(String msg, MultiSplitLayout.Node node) Create a MultiSplitLayout with the specified model.