

Classes | |
| class | MyWindowAdapter |
Public Member Functions | |
| LogMonitorFrame (LogMonitor logMonitor) | |
| void | close () |
| void | actionPerformed (ActionEvent e) |
| void | recvLogs (int[] nums, int secs) |
| void | totalData (TotalStatsData d) |
Private Member Functions | |
| void | initialize () |
Private Attributes | |
| final LogMonitor | logMonitor |
| JTabbedPane | tabbedPnl |
| TotalStatisticsPnl | totalStatsPnl |
| TrendPnl | trendPnl |
| JButton | closeBtn = new JButton("Close") |
The main window.
The frame listens for number for displaying the statistics, The numbers are sent to the panels that shows the statistics.
| alma::acs::logtools::monitor::gui::LogMonitorFrame::LogMonitorFrame | ( | LogMonitor | logMonitor | ) | [inline] |
References initialize().
| void alma::acs::logtools::monitor::gui::LogMonitorFrame::actionPerformed | ( | ActionEvent | e | ) | [inline] |
References alma::acs::logtools::monitor::LogMonitor::close(), closeBtn, and logMonitor.
| void alma::acs::logtools::monitor::gui::LogMonitorFrame::close | ( | ) | [inline] |
close the GUI and free the resources
References alma::acs::logtools::monitor::gui::TrendPnl::close(), and trendPnl.
Referenced by alma::acs::logtools::monitor::LogMonitor::close().
| void alma::acs::logtools::monitor::gui::LogMonitorFrame::initialize | ( | ) | [inline, private] |
Init the GUI
References closeBtn, tabbedPnl, totalStatsPnl, and trendPnl.
Referenced by LogMonitorFrame().
| void alma::acs::logtools::monitor::gui::LogMonitorFrame::recvLogs | ( | int[] | nums, | |
| int | secs | |||
| ) | [inline] |
Implements alma::acs::logtools::monitor::LogNumbersListener.
References alma::acs::logtools::monitor::gui::TrendPnl::addTrace(), and trendPnl.
| void alma::acs::logtools::monitor::gui::LogMonitorFrame::totalData | ( | TotalStatsData | d | ) | [inline] |
JButton alma::acs::logtools::monitor::gui::LogMonitorFrame::closeBtn = new JButton("Close") [private] |
Referenced by actionPerformed(), and initialize().
The log monitor that owns this frame
Referenced by actionPerformed(), and alma::acs::logtools::monitor::gui::LogMonitorFrame::MyWindowAdapter::windowClosing().
JTabbedPane alma::acs::logtools::monitor::gui::LogMonitorFrame::tabbedPnl [private] |
The panel showing the tabs
Referenced by initialize().
The panel shown in the tab of the total number of logs
Referenced by initialize(), and totalData().
The panel with the graph of the flow of logs
Referenced by close(), initialize(), and recvLogs().
1.6.2