public interface IPanel
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOMCPlugin()
Returns true if the panel is executed inside
OMC i.e.
|
void |
setACSContainerServices(ContainerServices cs)
Set the ACS Container Services
|
void |
start()
Signal the panel that can start its computation
|
void |
stop()
The method is called just before the main window closes (i.e.
|
void stop() throws java.lang.Exception
java.lang.Exceptionvoid start()
throws java.lang.Exception
java.lang.Exceptionboolean isOMCPlugin()
void setACSContainerServices(ContainerServices cs)
cs - The container services