Synergy Home Page

au.edu.swin.synergy.plugin.prefs.event
Class BAddPrefsCE

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--au.edu.swin.synergy.kernel.BCommandEvent
              |
              +--au.edu.swin.synergy.plugin.prefs.event.BAddPrefsCE

public class BAddPrefsCE
extends BCommandEvent

See Also:
Serialized Form

Fields inherited from class au.edu.swin.synergy.kernel.BCommandEvent
connectionID, index, kBroadcast, kClient, kClientDone, kLocal, kServer, kServerDone, networkStatus, serialVersionUID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BAddPrefsCE(Object source, JPanel newPanel, Object newName, Object newTip)
          Please complete the missing tags for BAddPrefsCE
 
Method Summary
 void addWindowListener(BWindowListener wListener)
           
 Object getName()
           
 JPanel getPanel()
          Gets the panel to add
 Object getTip()
          Gets the tool tip for the tab
 BWindowListener getWindowListener()
          This will return the name of the panel for display purposes.
 
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent
decrementThreadCount, doComplete, doInit, getAutoComplete, getCompletionObject, getCompletionStatus, getConnectionID, getIndex, getNetworkStatus, getPipe, getUndoable, setAutoComplete, setCompletionObject, setCompletionStatus, setConnectionID, setIndex, setNetworkStatus, setPipe, setThreadCount, setUndoable
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BAddPrefsCE

public BAddPrefsCE(Object source,
                   JPanel newPanel,
                   Object newName,
                   Object newTip)
Please complete the missing tags for BAddPrefsCE
Parameters:
-  
Method Detail

addWindowListener

public void addWindowListener(BWindowListener wListener)

getWindowListener

public BWindowListener getWindowListener()
This will return the name of the panel for display purposes. Please complete the missing tags for getName
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getName

public Object getName()

getPanel

public JPanel getPanel()
Gets the panel to add
Parameters:
-  
Returns:
The panel to add Please complete the missing tags for getPanel
Pre Condition:
 
Post Condition:
 

getTip

public Object getTip()
Gets the tool tip for the tab
Parameters:
-  
Returns:
The tool tip for the tab Please complete the missing tags for getTip
Pre Condition:
 
Post Condition:
 

Synergy Home Page