public abstract class AbstractComponentPlugin extends AbstractGenericPlugin<jadex.bridge.IComponentIdentifier>
icons, selectorpanel| Constructor and Description |
|---|
AbstractComponentPlugin() |
| Modifier and Type | Method and Description |
|---|---|
abstract jadex.commons.future.IFuture<jadex.base.gui.componentviewer.IAbstractViewerPanel> |
createComponentPanel(jadex.bridge.IExternalAccess component)
Create the component panel.
|
AbstractSelectorPanel<jadex.bridge.IComponentIdentifier> |
createSelectorPanel()
Create the selector panel.
|
abstract java.lang.String |
getModelName()
Get the model name.
|
java.lang.String |
getName()
Get the name.
|
createView, getHelpID, getProperties, getSelectorPanel, setProperties, shutdowncreateMenuBar, createToolBar, getClassLoader, getJCC, getMenuBar, getToolBar, getView, init, isLazy, pushPlatformSettingspublic abstract java.lang.String getModelName()
public abstract jadex.commons.future.IFuture<jadex.base.gui.componentviewer.IAbstractViewerPanel> createComponentPanel(jadex.bridge.IExternalAccess component)
public AbstractSelectorPanel<jadex.bridge.IComponentIdentifier> createSelectorPanel()
createSelectorPanel in class AbstractGenericPlugin<jadex.bridge.IComponentIdentifier>public java.lang.String getName()