au.edu.swin.synergy.plugin.mod13.event
Class BRemovePanelCE
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.BSelectPanelCE
|
+--au.edu.swin.synergy.plugin.mod13.event.BRemovePanelCE
- public class BRemovePanelCE
- extends BSelectPanelCE
By sending this event to the window manager, the panel
specified will be removed from the panel on which it resides
- Author:
- Tristan Austin
Please complete these missing tags
- Copyright Belongs To:
-
- See Also:
- Serialized Form
Constructor Summary |
BRemovePanelCE(Object source,
JComponent targetPanel,
int location)
Creates a new remove event with the specified panel to remove
and the location on the window manager it resides. |
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 |
BRemovePanelCE
public BRemovePanelCE(Object source,
JComponent targetPanel,
int location)
- Creates a new remove event with the specified panel to remove
and the location on the window manager it resides. When fired, this
event will end up being the removed panel of those on the same tabbed pane
- Parameters:
source
- The source of the eventtargetPanel
- The panel to removelocation
- BAddPanelCE.kLeft BAddPanelCE.kBottom BAddPanelCE.kRight BAddPanelCE.kTop
Please complete the missing tags for BRemovePanelCE