Class BottomButtonPanel

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

public class BottomButtonPanel extends JPanel
See Also:
  • Constructor Details

    • BottomButtonPanel

      public BottomButtonPanel(Runnable apply, Runnable cancel)
  • Method Details

    • createOkButton

      protected JButton createOkButton()
    • createCancelButton

      protected JButton createCancelButton()
    • createApplyButton

      protected JButton createApplyButton()
    • doApply

      protected void doApply()
    • doCancel

      protected void doCancel()
    • setEnabled

      public void setEnabled(boolean enabled)
      Enables or disables the ok and apply buttons.
      Overrides:
      setEnabled in class JComponent
      Parameters:
      enabled - if true, enable the ok and apply buttons. If false, disable the ok and apply buttons