Class SplitFactory


  • public class SplitFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SplitFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jdesktop.swingx.MultiSplitLayout.Leaf newLeaf​(java.lang.String name, double weight)  
      static org.jdesktop.swingx.MultiSplitLayout newMultiSplitLayout​(org.jdesktop.swingx.MultiSplitLayout.Split split)  
      static org.jdesktop.swingx.MultiSplitLayout.Split newSplit​(boolean rowLayout, double weight)  
      static void setChildren​(org.jdesktop.swingx.MultiSplitLayout.Split split, org.jdesktop.swingx.MultiSplitLayout.Node... children)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplitFactory

        public SplitFactory()
    • Method Detail

      • newLeaf

        public static org.jdesktop.swingx.MultiSplitLayout.Leaf newLeaf​(java.lang.String name,
                                                                        double weight)
      • newMultiSplitLayout

        public static org.jdesktop.swingx.MultiSplitLayout newMultiSplitLayout​(org.jdesktop.swingx.MultiSplitLayout.Split split)
      • newSplit

        public static org.jdesktop.swingx.MultiSplitLayout.Split newSplit​(boolean rowLayout,
                                                                          double weight)
      • setChildren

        public static void setChildren​(org.jdesktop.swingx.MultiSplitLayout.Split split,
                                       org.jdesktop.swingx.MultiSplitLayout.Node... children)