Package jadex.tools.daemon
Class DaemonViewerPanel
- java.lang.Object
-
- jadex.base.gui.componentviewer.AbstractComponentViewerPanel
-
- jadex.tools.daemon.DaemonViewerPanel
-
- All Implemented Interfaces:
IAbstractViewerPanel
,IComponentViewerPanel
,IPropertiesProvider
public class DaemonViewerPanel extends AbstractComponentViewerPanel
Panel for the daemon view.
-
-
Field Summary
Fields Modifier and Type Field Description protected DaemonPanel
panel
The panel.-
Fields inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel
component, jcc
-
Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanel
PROPERTY_VIEWERCLASS
-
-
Constructor Summary
Constructors Constructor Description DaemonViewerPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getComponent()
The component to be shown in the gui.IFuture<java.lang.Void>
init(IControlCenter jcc, IExternalAccess component)
Called once to initialize the panel.IFuture<java.lang.Void>
shutdown()
Informs the panel that it should stop all its computation-
Methods inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel
getActiveComponent, getId, getJCC, getProperties, setProperties
-
-
-
-
Field Detail
-
panel
protected DaemonPanel panel
The panel.
-
-
Method Detail
-
init
public IFuture<java.lang.Void> init(IControlCenter jcc, IExternalAccess component)
Called once to initialize the panel. Called on the swing thread.- Specified by:
init
in interfaceIComponentViewerPanel
- Overrides:
init
in classAbstractComponentViewerPanel
- Parameters:
jcc
- The jcc.component
- The component.
-
shutdown
public IFuture<java.lang.Void> shutdown()
Informs the panel that it should stop all its computation- Specified by:
shutdown
in interfaceIAbstractViewerPanel
- Overrides:
shutdown
in classAbstractComponentViewerPanel
-
getComponent
public javax.swing.JComponent getComponent()
The component to be shown in the gui.- Specified by:
getComponent
in interfaceIAbstractViewerPanel
- Specified by:
getComponent
in classAbstractComponentViewerPanel
- Returns:
- The component to be displayed.
-
-