jadex.micro.examples.helpline
Class HelplineViewerPanel

java.lang.Object
  extended by jadex.base.gui.componentviewer.AbstractComponentViewerPanel
      extended by jadex.micro.examples.helpline.HelplineViewerPanel
All Implemented Interfaces:
IAbstractViewerPanel, IComponentViewerPanel

public class HelplineViewerPanel
extends AbstractComponentViewerPanel

Panel for the helpline view.


Field Summary
protected  JPanel panel
          The panel.
 
Fields inherited from class jadex.base.gui.componentviewer.AbstractComponentViewerPanel
component, jcc
 
Fields inherited from interface jadex.base.gui.componentviewer.IAbstractViewerPanel
PROPERTY_VIEWERCLASS
 
Constructor Summary
HelplineViewerPanel()
           
 
Method Summary
 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

panel

protected JPanel panel
The panel.

Constructor Detail

HelplineViewerPanel

public HelplineViewerPanel()
Method Detail

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.