Search in sources :

Example 1 with ViewCoordinator

use of alma.acsplugins.alarmsystem.gui.viewcoordination.ViewCoordinator in project ACS by ACS-Community.

the class AlarmPanel method getViewCoordinator.

public ViewCoordinator getViewCoordinator() {
    if (viewCoord == null) {
        if (cernPnlTabbedPane != null) {
            CernSysPanel cernPnl = cernPnlTabbedPane.getCernSysPanel();
            AlarmTable alarmTable = cernPnl.getAlarmTable();
            viewCoord = new ViewCoordinator(alarmTable);
        }
    }
    return viewCoord;
}
Also used : ViewCoordinator(alma.acsplugins.alarmsystem.gui.viewcoordination.ViewCoordinator) AlarmTable(alma.acsplugins.alarmsystem.gui.table.AlarmTable)

Aggregations

AlarmTable (alma.acsplugins.alarmsystem.gui.table.AlarmTable)1 ViewCoordinator (alma.acsplugins.alarmsystem.gui.viewcoordination.ViewCoordinator)1