Package jadex.base.gui.componentviewer
Interface IComponentViewerPanel
-
- All Superinterfaces:
IAbstractViewerPanel
,IPropertiesProvider
- All Known Implementing Classes:
AbstractComponentViewerPanel
,BotGuiF2
,BotGuiF3
,BotGuiF4
,CleanerViewerPanel
,CleanerViewerPanel
,CustomerViewerPanel
,CustomerViewerPanel
,DaemonViewerPanel
,DefaultComponentServiceViewerPanel
,GuiViewerPanel
,GuiViewerPanel
,HelplineViewerPanel
,HelplineViewerPanel
public interface IComponentViewerPanel extends IAbstractViewerPanel
An inner panel of the 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, IExternalAccess component)
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, IExternalAccess component)
Called once to initialize the panel. Called on the swing thread.- Parameters:
jcc
- The jcc.component
- The component.
-
-