Synergy Home Page

au.edu.swin.synergy.plugin.clientgui
Class BClientGui

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.clientgui.BClientGui

public class BClientGui
extends BPlugin

Client GUI plugin

Requirement/analysis/design Reference:
Tristans Book

Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BClientGui()
           
 
Method Summary
protected  void doDialect()
          Sets the text of the GUI to appropriate values for the current dialect.
protected  void doMessage(String message, int messageType)
          Display a message using standard out
 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)
           
 
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

BClientGui

public BClientGui()
Method Detail

setup

public void setup(BStringList params)
Overrides:
setup in class BPlugin

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

doDialect

protected void doDialect()
Sets the text of the GUI to appropriate values for the current dialect.

onBCommandEvent

public void onBCommandEvent(Object source,
                            BCommandEvent event)
Please complete the missing tags for onBCommandEvent
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
onBCommandEvent in class BPlugin
Pre Condition:
 
Post Condition:
 

doMessage

protected void doMessage(String message,
                         int messageType)
Display a message using standard out

Synergy Home Page