Synergy Home Page

au.edu.swin.synergy.plugin.mod13
Class BWindowManager

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BPlugin
        |
        +--au.edu.swin.synergy.plugin.mod13.BWindowManager

public class BWindowManager
extends BPlugin

Window Manager plugin

Requirement/analysis/design Reference:
Tristans Book

Fields inherited from class au.edu.swin.synergy.kernel.BPlugin
kernel
 
Constructor Summary
BWindowManager()
           
 
Method Summary
protected  void doDialect()
          This method will be called whenever the locale changes or at initialisation in order to make sure everything has the correct names for the current Locale.
static Component getFocusOwner()
          This will return the component that currently has the focus.
static Color getHighlightColor()
          This will get the color to use as the highlight color for anything on the interface.
 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, 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

BWindowManager

public BWindowManager()
Method Detail

setup

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

getHighlightColor

public static Color getHighlightColor()
This will get the color to use as the highlight color for anything on the interface. It matches the highlight color for text
Returns:
The highlight color

doDialect

protected void doDialect()
This method will be called whenever the locale changes or at initialisation in order to make sure everything has the correct names for the current Locale.

getFocusOwner

public static Component getFocusOwner()
This will return the component that currently has the focus.
Returns:
The component with the focus

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:
 

Synergy Home Page