Class CleanerViewerPanel
- java.lang.Object
- 
- jadex.base.gui.componentviewer.AbstractComponentViewerPanel
- 
- jadex.bdi.examples.cleanerworld.cleaner.CleanerViewerPanel
 
 
- 
- All Implemented Interfaces:
- IAbstractViewerPanel,- IComponentViewerPanel,- IPropertiesProvider
 
 public class CleanerViewerPanel extends AbstractComponentViewerPanel The cleaner panel allows including the cleaner GUI in the JCC.
- 
- 
Field SummaryFields Modifier and Type Field Description protected javax.swing.JComponentpanelThe cleaner 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 CleanerViewerPanel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()Provide the panel.IFuture<java.lang.Void>init(IControlCenter jcc, IExternalAccess component)Called to initialize the panel.- 
Methods inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanelgetActiveComponent, getId, getJCC, getProperties, setProperties, shutdown
 
- 
 
- 
- 
- 
Method Detail- 
initpublic IFuture<java.lang.Void> init(IControlCenter jcc, IExternalAccess component) Called to initialize the panel.- Specified by:
- initin interface- IComponentViewerPanel
- Overrides:
- initin class- AbstractComponentViewerPanel
- Parameters:
- jcc- The jcc.
- component- The component.
 
 - 
getComponentpublic javax.swing.JComponent getComponent() Provide the panel.- Specified by:
- getComponentin interface- IAbstractViewerPanel
- Specified by:
- getComponentin class- AbstractComponentViewerPanel
- Returns:
- The component to be displayed.
 
 
- 
 
-