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.AbstractComponentViewerPanelcomponent, jcc
 - 
Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanelPROPERTY_VIEWERCLASS
 
- 
 - 
Constructor SummaryConstructors Constructor Description BotGuiF2()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()Get the component.- 
Methods inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanelgetActiveComponent, getId, getJCC, getProperties, init, setProperties, shutdown
 
- 
 
- 
- 
- 
Method Detail- 
getComponentpublic javax.swing.JComponent getComponent() Get the component.- Specified by:
- getComponentin interface- IAbstractViewerPanel
- Specified by:
- getComponentin class- AbstractComponentViewerPanel
- Returns:
- The component to be displayed.
 
 
- 
 
-