Synergy Home Page

au.edu.swin.synergy.plugin.prefs
Class BPrefs

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.prefs.BPrefs

public class BPrefs
extends BPlugin
implements ActionListener


Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BPrefs()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
          Please complete the missing tags for actionPerformed
 void addWindowListener(BWindowListener listener)
           
 BStringList getDependancies()
          Return a list of plugin dependancies
 void onBCommandEvent(Object source, BCommandEvent event)
          Please complete the missing tags for onBCommandEvent
 void setup(BStringList params)
          Please complete the missing tags for setup
 
Methods inherited from class au.edu.swin.synergy.kernel.BPlugin
dispatchEvent, dispatchEventAndWait, dispatchEventServer, dispatchEventServerAndWait, dispatchEventTo, dispatchEventToAndWait, getKernel, setKernel, setup, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPrefs

public BPrefs()
Method Detail

setup

public void setup(BStringList params)
Please complete the missing tags for setup
Parameters:
void - there are no params
Returns:
void
Throws:
null -  
Overrides:
setup in class BPlugin
Pre Condition:
 
Post Condition:
 

getDependancies

public BStringList getDependancies()
Return a list of plugin dependancies
Returns:
a list of plugins such as "au.edu.swin.synergy.plugin.mod13.BWindowManager" or null if there are no dependancies
Overrides:
getDependancies in class BPlugin

onBCommandEvent

public void onBCommandEvent(Object source,
                            BCommandEvent event)
Please complete the missing tags for onBCommandEvent
Parameters:
source - The module that created this event
event - The event that is being handled
Returns:
void
Throws:
null -  
Overrides:
onBCommandEvent in class BPlugin
Pre Condition:
 
Post Condition:
 

actionPerformed

public void actionPerformed(ActionEvent evt)
Please complete the missing tags for actionPerformed
Specified by:
actionPerformed in interface ActionListener
Parameters:
evt - Action event
Returns:
void
Throws:
null -  
Pre Condition:
 
Post Condition:
 

addWindowListener

public void addWindowListener(BWindowListener listener)

Synergy Home Page