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
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 |
BCloseWindowCE
public BCloseWindowCE(Object source,
JComponent windowContent)
- Please complete the missing tags for BAddWindowCE
- Parameters:
source
- The source of the eventwindowContent
- The component to place on the windowfName
- 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 eventwindowContent
- The component to place on the windowcomplete
- The completion object to be notified when the window is processed- Throws:
- -
getWindowContent
public JComponent getWindowContent()
- Please complete the missing tags for getPanel
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-