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 SummaryFields Modifier and Type Field Description protected DaemonPanelpanelThe panel.- 
Fields inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanelcomponent, jcc
 - 
Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanelPROPERTY_VIEWERCLASS
 
- 
 - 
Constructor SummaryConstructors Constructor Description DaemonViewerPanel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()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.AbstractComponentViewerPanelgetActiveComponent, getId, getJCC, getProperties, setProperties
 
- 
 
- 
- 
- 
Field Detail- 
panelprotected DaemonPanel panel The panel.
 
- 
 - 
Method Detail- 
initpublic IFuture<java.lang.Void> init(IControlCenter jcc, IExternalAccess component) Called once to initialize the panel. Called on the swing thread.- Specified by:
- initin interface- IComponentViewerPanel
- Overrides:
- initin class- AbstractComponentViewerPanel
- Parameters:
- jcc- The jcc.
- component- The component.
 
 - 
shutdownpublic IFuture<java.lang.Void> shutdown() Informs the panel that it should stop all its computation- Specified by:
- shutdownin interface- IAbstractViewerPanel
- Overrides:
- shutdownin class- AbstractComponentViewerPanel
 
 - 
getComponentpublic javax.swing.JComponent getComponent() The component to be shown in the gui.- Specified by:
- getComponentin interface- IAbstractViewerPanel
- Specified by:
- getComponentin class- AbstractComponentViewerPanel
- Returns:
- The component to be displayed.
 
 
- 
 
-