Public Member Functions | |
void | stop () throws Exception |
void | start () throws Exception |
boolean | isOMCPlugin () |
void | setACSContainerServices (ContainerServices cs) |
The panel must extends a JComponent (it can also be a JRootPane in order to be able to define its own menubar).
|
Returns true if the panel is executed inside OMC i.e. it is a plugin.
Implemented in alma::acs::gui::util::panel::DefaultPanel.
|
|
Set the ACS Container Services
Implemented in alma::acs::gui::util::panel::DefaultPanel.
|
|
Signal the panel that can start its computation Implemented in alma::acs::gui::util::panel::DefaultPanel.
|
|
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.
|