Interface HealthMonitorGui.MonitoredStationGettingModel

All Superinterfaces:
TableModel
All Known Implementing Classes:
HealthMonitorGui.TMIGate, HealthMonitorGui.TMStatus, TMWeather
Enclosing class:
HealthMonitorGui

public static interface HealthMonitorGui.MonitoredStationGettingModel extends TableModel
This interface defines a common means by which TableModels in this view can provide the entire row in a single call.
Author:
Andrew Pavlin, KA2DDO
  • Method Details

    • getStation

      MonitoredStation getStation(int rowIndex)
      Get the station associated with the specified row.
      Parameters:
      rowIndex - the zero-based row index for the desired station
      Returns:
      MonitoredStation at the specified row