Package jadex.micro.tutorial
Class BotGuiF2
- java.lang.Object
-
- jadex.base.gui.componentviewer.AbstractComponentViewerPanel
-
- jadex.micro.tutorial.BotGuiF2
-
- All Implemented Interfaces:
IAbstractViewerPanel
,IComponentViewerPanel
,IPropertiesProvider
public class BotGuiF2 extends AbstractComponentViewerPanel
The gui for the chat bot allows changing the keyword and reply message.
-
-
Field Summary
-
Fields inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel
component, jcc
-
Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanel
PROPERTY_VIEWERCLASS
-
-
Constructor Summary
Constructors Constructor Description BotGuiF2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getComponent()
Get the component.-
Methods inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel
getActiveComponent, getId, getJCC, getProperties, init, setProperties, shutdown
-
-
-
-
Method Detail
-
getComponent
public javax.swing.JComponent getComponent()
Get the component.- Specified by:
getComponent
in interfaceIAbstractViewerPanel
- Specified by:
getComponent
in classAbstractComponentViewerPanel
- Returns:
- The component to be displayed.
-
-