au.edu.swin.synergy.plugin.mod13.event
Class BRemoveStatusCE
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.BAddStatusCE
|
+--au.edu.swin.synergy.plugin.mod13.event.BRemoveStatusCE
- public class BRemoveStatusCE
- extends BAddStatusCE
This will take the given panel, locate it on the status
bar and remove it. It is the directl opposite to
BAddStatusCE and is used in exactly the same way.
- Author:
- Tristan Austin
- See Also:
BAddStatusCE
, Serialized Form
Constructor Summary |
BRemoveStatusCE(Object source,
JPanel fPanel)
Creates a new remove status event with the given
panel to remove from the status bar. |
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 |
BRemoveStatusCE
public BRemoveStatusCE(Object source,
JPanel fPanel)
- Creates a new remove status event with the given
panel to remove from the status bar.
- Parameters:
source
- The creator of the eventfPanel
- The panel to remove from the status bar