Package ucar.unidata.idv.collab
Class CaptureManager
java.lang.Object
ucar.unidata.idv.collab.CaptureManager
This class manages both the IDV collaboration mechanism
as well as the event capture mechanism.
- Version:
- $Revision: 1.16 $Date: 2005/10/20 20:46:39 $
- Author:
- IDV development team
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureManager
(IntegratedDataViewer idv, CollabManager collabManager) Create the capture manager -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addEvent
(CaptureEvent event) Add the given event to the captureListprotected boolean
Are we currently capturing events.boolean
loadCaptureFile
(String filename) Load in the capture events held by the given filevoid
runCaptureFile
(String filename) Load the given capture file and then start runningvoid
Popup the window.
-
Constructor Details
-
CaptureManager
Create the capture manager- Parameters:
idv
- The idvcollabManager
- The Collaboration manager.
-
-
Method Details
-
doingCapture
protected boolean doingCapture()Are we currently capturing events.- Returns:
- Are we capturing events
-
addEvent
Add the given event to the captureList- Parameters:
event
- The event
-
loadCaptureFile
Load in the capture events held by the given file- Parameters:
filename
- The file to load- Returns:
- Was load successful
-
runCaptureFile
Load the given capture file and then start running- Parameters:
filename
- The file to load
-
showCaptureWindow
public void showCaptureWindow()Popup the window.
-