public class AwarenessComponentPlugin extends AbstractComponentPlugin
icons, selectorpanel
Constructor and Description |
---|
AwarenessComponentPlugin() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<jadex.base.gui.componentviewer.IAbstractViewerPanel> |
createComponentPanel(jadex.bridge.IExternalAccess component)
Create the component panel.
|
java.lang.String |
getModelName()
Get the model name.
|
java.lang.String |
getName()
Get the name.
|
javax.swing.Icon |
getToolIcon(boolean selected)
Get the icon.
|
createSelectorPanel
createView, getHelpID, getProperties, getSelectorPanel, setProperties, shutdown
public java.lang.String getModelName()
getModelName
in class AbstractComponentPlugin
public java.lang.String getName()
getName
in interface jadex.base.gui.plugin.IControlCenterPlugin
getName
in class AbstractComponentPlugin
public jadex.commons.future.IFuture<jadex.base.gui.componentviewer.IAbstractViewerPanel> createComponentPanel(jadex.bridge.IExternalAccess component)
createComponentPanel
in class AbstractComponentPlugin
public javax.swing.Icon getToolIcon(boolean selected)