Class ReconnectPanel

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

public class ReconnectPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

    • ReconnectPanel

      public ReconnectPanel(JButton... buttons)
      This constructor is used in the designer.
    • ReconnectPanel

      public ReconnectPanel(LaunchContext launchContext, JButton... buttons)
      Additional constructor that can retarget to a fallback project on a local gateway thru the passed LaunchParent.
  • Method Details

    • start

      public void start()
    • clear

      public void clear()
      Called when the local client has re-established connection with a Gateway.
    • setupFallbackAction

      protected void setupFallbackAction(LocalFallbackInfo info)