Class GridBagHelper


  • @Deprecated
    @InternalApi
    public class GridBagHelper
    extends java.lang.Object
    Deprecated.
    Is internal API
    • Constructor Summary

      Constructors 
      Constructor Description
      GridBagHelper​(java.awt.Container container, double[] weights)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void add​(java.awt.Component component)
      Deprecated.
       
      void add​(java.awt.Component component, int width)
      Deprecated.
       
      void addLabel​(java.lang.String label)
      Deprecated.
       
      void nextRow()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • GridBagHelper

        public GridBagHelper​(java.awt.Container container,
                             double[] weights)
        Deprecated.
    • Method Detail

      • add

        public void add​(java.awt.Component component)
        Deprecated.
      • add

        public void add​(java.awt.Component component,
                        int width)
        Deprecated.
      • nextRow

        public void nextRow()
        Deprecated.
      • addLabel

        public void addLabel​(java.lang.String label)
        Deprecated.