|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.base.gui.componentviewer.AbstractComponentViewerPanel
jadex.bdi.planlib.DefaultBDIViewerPanel
public class DefaultBDIViewerPanel
Default panel for viewing BDI agents that include viewable capabilities.
| Field Summary | |
|---|---|
protected JPanel |
panel
The panel. |
static String |
PROPERTY_AGENTVIEWERCLASS
The constant for the agent optional viewerclass. |
static String |
PROPERTY_INCLUDESUBCAPABILITIES
The constant for the agent optional viewerclass. |
| Fields inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel |
|---|
component, jcc |
| Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanel |
|---|
PROPERTY_VIEWERCLASS |
| Constructor Summary | |
|---|---|
DefaultBDIViewerPanel()
|
|
| Method Summary | |
|---|---|
protected void |
createPanels(IBDIInternalAccess scope,
String[] subcapnames,
Future ret)
Create the panels. |
JComponent |
getComponent()
The component to be shown in the gui. |
IFuture |
init(IControlCenter jcc,
IExternalAccess component)
Called once to initialize the panel. |
| Methods inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel |
|---|
getActiveComponent, getId, getJCC, getProperties, setProperties, shutdown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_AGENTVIEWERCLASS
public static final String PROPERTY_INCLUDESUBCAPABILITIES
protected JPanel panel
| Constructor Detail |
|---|
public DefaultBDIViewerPanel()
| Method Detail |
|---|
public IFuture init(IControlCenter jcc,
IExternalAccess component)
init in interface IComponentViewerPanelinit in class AbstractComponentViewerPaneljcc - The jcc.component - The component.
protected void createPanels(IBDIInternalAccess scope,
String[] subcapnames,
Future ret)
public JComponent getComponent()
getComponent in interface IAbstractViewerPanelgetComponent in class AbstractComponentViewerPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||