Class GridBagLayoutSupport

java.lang.Object
net.thevpc.common.swing.layout.GridBagLayoutSupport

public class GridBagLayoutSupport extends Object
Author:
thevpc Date: 12 janv. 2005 Time: 19:41:17
  • Constructor Details

    • GridBagLayoutSupport

      public GridBagLayoutSupport(String pattern)
  • Method Details

    • of

      public static GridBagLayoutSupport of(String pattern)
    • load

      public static GridBagLayoutSupport load(URL url)
    • getConstraintsHolder

      protected net.thevpc.common.swing.layout.GridBagLayoutSupport.GridBagConstraintsHolder getConstraintsHolder(String name)
    • getConstraints

      public GridBagConstraints getConstraints(String name)
    • getPattern

      public String getPattern()
    • readParList

      public net.thevpc.common.swing.layout.GridBagLayoutSupport.Args readParList(net.thevpc.common.swing.layout.GridBagLayoutSupport.SReader r)
    • setPattern

      public void setPattern(String pattern)
    • filterRequired

      public List<net.thevpc.common.swing.layout.GridBagLayoutSupport.GridBagConstraintsHolder> filterRequired(String... commaSeparatedNames)
    • filter

      public List<net.thevpc.common.swing.layout.GridBagLayoutSupport.GridBagConstraintsHolder> filter(String... commaSeparatedNames)
    • setInsets

      public GridBagLayoutSupport setInsets(String commaSeparatedNames, Insets insets)
    • setIpad

      public GridBagLayoutSupport setIpad(String commaSeparatedNames, net.thevpc.common.swing.layout.GridBagLayoutSupport.Pads pads)
    • setIpadx

      public GridBagLayoutSupport setIpadx(String commaSeparatedNames, int ipadx)
    • setIpady

      public GridBagLayoutSupport setIpady(String commaSeparatedNames, int ipady)
    • bind

      public GridBagLayoutSupport bind(String name, JComponent component)
    • apply

      public <T extends Container> T apply(T cont)