Synergy Home Page

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

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
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.plugin.mod13.event.BSelectPanelCE
getLocation, getTargetPanel
 
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

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 event
targetPanel - The panel to remove
location - BAddPanelCE.kLeft BAddPanelCE.kBottom BAddPanelCE.kRight BAddPanelCE.kTop Please complete the missing tags for BRemovePanelCE

Synergy Home Page