org.ka2ddo.yaac.gui
Interface HealthMonitorGui.MonitoredStationGettingModel
- All Known Implementing Classes:
- TMWeather
- Enclosing class:
- HealthMonitorGui
public static interface HealthMonitorGui.MonitoredStationGettingModel
This interface defines a common means by which TableModels in this view can provide the
entire row in a single call.
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