Class HealthMonitorGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Closeable, Serializable, AutoCloseable, Accessible, SwingConstants

public class HealthMonitorGui extends JTabbedPane implements Closeable
This class displays the current health of selected stations in the APRS, OpenTRAC, and generic AX.25 nets. The panel displays the following sub-panels:
  1. configuration panel to specify which stations to monitor, and for what functionality
  2. current up/down status of all monitored stations
  3. current I-gate statistics for monitored I-gates
  4. current weather status for monitored weather stations
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Constructor Details

    • HealthMonitorGui

      public HealthMonitorGui()
      Create a HealthMonitorGUI tabbed pane.
  • Method Details

    • close

      public void close()
      Shut down the asynchronous update listeners in all the table models in this UI.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable