Synergy Home Page

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

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
Direct Known Subclasses:
BRemovePanelCE

public class BSelectPanelCE
extends BWindowCE

This will allow a module to select the given panel on the specified split pane in the BWindowManager

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
BSelectPanelCE(Object source, JComponent targetPanel, int location)
          Creates a new select event with the specified panel to select and the location on the window manager it resides.
 
Method Summary
 int getLocation()
          Gets the location the panel to select is in Please complete the missing tags for getLocation
 JComponent getTargetPanel()
          Gets the target panel to select
 
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

BSelectPanelCE

public BSelectPanelCE(Object source,
                      JComponent targetPanel,
                      int location)
Creates a new select event with the specified panel to select and the location on the window manager it resides. When fired, this event will end up being the selected panel of those on the same tabbed pane
Parameters:
source - The source of the event
targetPanel - The panel to select
location - BAddPanelCE.kLeft BAddPanelCE.kBottom BAddPanelCE.kRight BAddPanelCE.kTop Please complete the missing tags for BSelectPanelCE
Method Detail

getTargetPanel

public JComponent getTargetPanel()
Gets the target panel to select
Parameters:
-  
Returns:
The target panel Please complete the missing tags for getTargetPanel
Pre Condition:
 
Post Condition:
 

getLocation

public int getLocation()
Gets the location the panel to select is in Please complete the missing tags for getLocation
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

Synergy Home Page