Package jadex.base.gui.componentviewer
Interface IServiceViewerPanel
-
- All Superinterfaces:
IAbstractViewerPanel
,IPropertiesProvider
- All Known Implementing Classes:
AbstractServiceViewerPanel
,ChatPanel
,LibServiceBrowser
,MonitoringPanel
,SecuritySettingsPanel
,SimServiceViewerPanel
public interface IServiceViewerPanel extends IAbstractViewerPanel
An inner panel of the service viewer.
-
-
Field Summary
-
Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanel
PROPERTY_VIEWERCLASS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>
init(IControlCenter jcc, IService service)
Called once to initialize the panel.-
Methods inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanel
getComponent, getId, shutdown
-
Methods inherited from interface jadex.commons.IPropertiesProvider
getProperties, setProperties
-
-
-
-
Method Detail
-
init
IFuture<java.lang.Void> init(IControlCenter jcc, IService service)
Called once to initialize the panel. Called on the swing thread.- Parameters:
jcc
- The jcc.service
- The service.
-
-