jadex.micro.examples.helpline
Class HelplineViewerPanel
java.lang.Object
jadex.base.gui.componentviewer.AbstractComponentViewerPanel
jadex.micro.examples.helpline.HelplineViewerPanel
- All Implemented Interfaces:
- IAbstractViewerPanel, IComponentViewerPanel
public class HelplineViewerPanel
- extends AbstractComponentViewerPanel
Panel for the helpline view.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel
protected JPanel panel
- The panel.
HelplineViewerPanel
public HelplineViewerPanel()
init
public IFuture init(IControlCenter jcc,
IExternalAccess component)
- Called once to initialize the panel.
Called on the swing thread.
- Specified by:
init in interface IComponentViewerPanel- Overrides:
init in class AbstractComponentViewerPanel
- Parameters:
jcc - The jcc.component - The component.
getComponent
public JComponent getComponent()
- The component to be shown in the gui.
- Specified by:
getComponent in interface IAbstractViewerPanel- Specified by:
getComponent in class AbstractComponentViewerPanel
- Returns:
- The component to be displayed.
Copyright © 2010. All Rights Reserved.