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 |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BPrefs
public BPrefs()
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 eventevent
- 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)