Class GridBagLayoutComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      GridBagLayoutComponent​(javax.swing.JComponent component, int column, int row, int with, int height, int anchor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getComponent()  
      java.awt.GridBagConstraints getConstraints​(java.awt.Insets insets)  
      • Methods inherited from class java.lang.Object

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

      • GridBagLayoutComponent

        public GridBagLayoutComponent​(javax.swing.JComponent component,
                                      int column,
                                      int row,
                                      int with,
                                      int height,
                                      int anchor)