java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.blockandconnector.blockui.BasicBlockUI.ParamPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
BasicBlockUI.InParamPanel, BasicBlockUI.OutParamPanel
Enclosing class:
BasicBlockUI

protected class BasicBlockUI.ParamPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

    • ParamPanel

      public ParamPanel(AnchorType orientation)
  • Method Details

    • initUI

      public void initUI()
    • addLabelPanel

      protected void addLabelPanel(JPanel labelPanel)
      Height constrainted to 22px due to calculation in Pin
    • getAnchorPoint

      public AnchorPoint getAnchorPoint()
    • initPin

      protected JComponent initPin()
    • initLabel

      protected JLabel initLabel()
    • setBounds

      public void setBounds(int x, int y, int width, int height)
      Overrides:
      setBounds in class Component