public class DefaultPanel extends java.lang.Object implements IPanel
| Modifier and Type | Field and Description |
|---|---|
protected ContainerServices |
containerServices |
protected javax.swing.JFrame |
frame |
| Constructor and Description |
|---|
DefaultPanel()
Empty constructor used when executing inside OMC
|
DefaultPanel(javax.swing.JFrame frame)
Constructor invoked when the panel is executed in stand alone mode
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOMCPlugin()
Check if the panel is executed as OMC plugin
or as standalone application
|
void |
setACSContainerServices(ContainerServices cs)
Set the ACS Container Services
|
void |
setContainerServices(ContainerServices contSvc)
Set the ContainerServices
|
void |
start()
Signal the panel that can start its computation
|
void |
stop()
The method is called just before the main window closes (i.e.
|
protected javax.swing.JFrame frame
protected ContainerServices containerServices
public DefaultPanel(javax.swing.JFrame frame)
frame - The frame showings this panelpublic DefaultPanel()
public void setContainerServices(ContainerServices contSvc)
contSvc - The COntainerServicespublic boolean isOMCPlugin()
isOMCPlugin in interface IPanelpublic void start()
IPanelpublic void stop()
IPanelpublic void setACSContainerServices(ContainerServices cs)
IPanelsetACSContainerServices in interface IPanelcs - The container servicesIPanel