java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.client.util.gui.FormPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FormPanel extends JPanel
See Also:
  • Constructor Details

    • FormPanel

      public FormPanel()
    • FormPanel

      public FormPanel(int initX, int initY, int padX, int padY)
  • Method Details

    • addPair

      public JLabel addPair(String name, JComponent comp)
      Creates a new JLabel for the given component, and adds the label and the given component as a new pair. Returns the label for future use.
    • addPair

      public void addPair(JComponent label, JComponent comp)
    • createForm

      public void createForm()
    • getMaxHeight

      public int getMaxHeight()
    • setMaxHeight

      public void setMaxHeight(int i)
    • getMaxWidth

      public int getMaxWidth()
    • setMaxWidth

      public void setMaxWidth(int i)