Synergy Home Page

au.edu.swin.synergy.plugin.syndicate.charts
Class BChartsGUI

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.syndicate.charts.BChartsGUI

public class BChartsGUI
extends BPlugin

This class communicates with the BChartsLoader class, displaying the results.


Inner Class Summary
 class BChartsGUI.BChartsGUIPanel
          This class acts as the UI for the Charts plugin.
 
Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BChartsGUI()
           
 
Method Summary
 void onBCommandEvent(Object source, BCommandEvent event)
          Handles incoming command events.
 void setup(BStringList params)
          Boots the plug-in
 
Methods inherited from class au.edu.swin.synergy.kernel.BPlugin
dispatchEvent, dispatchEventAndWait, dispatchEventServer, dispatchEventServerAndWait, dispatchEventTo, dispatchEventToAndWait, getDependancies, getKernel, setKernel, setup, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BChartsGUI

public BChartsGUI()
Method Detail

onBCommandEvent

public void onBCommandEvent(Object source,
                            BCommandEvent event)
Handles incoming command events.
Parameters:
source - The source of the command event.
event - The command event.
Overrides:
onBCommandEvent in class BPlugin

setup

public void setup(BStringList params)
Boots the plug-in
Overrides:
setup in class BPlugin

Synergy Home Page