
Public Member Functions | |
| void | stop () throws Exception |
| void | start () throws Exception |
| boolean | isOMCPlugin () |
| void | setACSContainerServices (ContainerServices cs) |
The interface that the component shown into the main window must implement
The panel must extends a JComponent (it can also be a JRootPane in order to be able to define its own menubar).
| boolean alma::acs::gui::util::panel::IPanel::isOMCPlugin | ( | ) |
Returns true if the panel is executed inside OMC i.e. it is a plugin.
Implemented in alma::acs::gui::util::panel::DefaultPanel, alma::acsplugins::alarmsystem::gui::AlarmPanel, and alma::acs::gui::loglevel::LogLevelPanel.
| void alma::acs::gui::util::panel::IPanel::setACSContainerServices | ( | ContainerServices | cs | ) |
Set the ACS Container Services
| cs | The container services |
Implemented in alma::acs::gui::util::panel::DefaultPanel, alma::acsplugins::alarmsystem::gui::AlarmPanel, and alma::acs::gui::loglevel::LogLevelPanel.
Referenced by alma::acs::gui::util::panel::Frame::Frame().
| void alma::acs::gui::util::panel::IPanel::start | ( | ) | throws Exception |
Signal the panel that can start its computation
Implemented in alma::acs::gui::util::panel::DefaultPanel, alma::acsplugins::alarmsystem::gui::AlarmPanel, and alma::acs::gui::loglevel::LogLevelPanel.
Referenced by alma::acs::gui::util::panel::Frame::Frame().
| void alma::acs::gui::util::panel::IPanel::stop | ( | ) | throws Exception |
The method is called just before the main window closes (i.e. the applicationterminates). The panel has to release all its resources to allow the application to exit. This method is executed on a separate daemon thread.
Implemented in alma::acs::gui::util::panel::DefaultPanel, alma::acsplugins::alarmsystem::gui::AlarmPanel, and alma::acs::gui::loglevel::LogLevelPanel.
Referenced by alma::acs::gui::util::panel::Frame::close().
1.6.2