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.
Fields inherited from class au.edu.swin.synergy.kernel.BPlugin |
kernel |
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 |
BChartsGUI
public BChartsGUI()
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