Synergy Home Page

au.edu.swin.synergy.plugin.mod13.event
Class BCloseWindowCE

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--au.edu.swin.synergy.kernel.BCommandEvent
              |
              +--au.edu.swin.synergy.plugin.mod13.event.BWindowCE
                    |
                    +--au.edu.swin.synergy.plugin.mod13.event.BCloseWindowCE
Direct Known Subclasses:
BAddWindowCE, BSelectWindowCE

public class BCloseWindowCE
extends BWindowCE

This provides means of Please complete these missing tags

Author:
 
Copyright Belongs To:
 
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
BCloseWindowCE(Object source, JComponent windowContent)
          Please complete the missing tags for BAddWindowCE
BCloseWindowCE(Object source, JComponent windowContent, BCommandComplete complete)
          Creates a new close window command event that will close the window or dialog containing the window content specified.
 
Method Summary
 JComponent getWindowContent()
          Please complete the missing tags for getPanel
 
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

BCloseWindowCE

public BCloseWindowCE(Object source,
                      JComponent windowContent)
Please complete the missing tags for BAddWindowCE
Parameters:
source - The source of the event
windowContent - The component to place on the window
fName - The name of the window
Throws:
-  

BCloseWindowCE

public BCloseWindowCE(Object source,
                      JComponent windowContent,
                      BCommandComplete complete)
Creates a new close window command event that will close the window or dialog containing the window content specified.
Parameters:
source - The source of the event
windowContent - The component to place on the window
complete - The completion object to be notified when the window is processed
Throws:
-  
Method Detail

getWindowContent

public JComponent getWindowContent()
Please complete the missing tags for getPanel
Parameters:
-  
Returns:
 
Throws:
-  
Pre Condition:
 
Post Condition:
 

Synergy Home Page