|
||||||||||
| 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 javax.swing.JPanel |
panel
The panel. |
static java.lang.String |
PROPERTY_AGENTVIEWERCLASS
The constant for the agent optional viewerclass. |
static java.lang.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(java.lang.String[] subcapnames,
ILibraryService ls,
Future ret)
Create the panels. |
javax.swing.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 java.lang.String PROPERTY_AGENTVIEWERCLASS
public static final java.lang.String PROPERTY_INCLUDESUBCAPABILITIES
protected javax.swing.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(java.lang.String[] subcapnames,
ILibraryService ls,
Future ret)
public javax.swing.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 | |||||||||