public class CaptureManager
extends java.lang.Object
Constructor and Description |
---|
CaptureManager(IntegratedDataViewer idv,
CollabManager collabManager)
Create the capture manager
|
Modifier and Type | Method and Description |
---|---|
protected void |
addEvent(CaptureEvent event)
Add the given event to the captureList
|
protected boolean |
doingCapture()
Are we currently capturing events.
|
boolean |
loadCaptureFile(java.lang.String filename)
Load in the capture events held by the given file
|
void |
runCaptureFile(java.lang.String filename)
Load the given capture file and then start running
|
void |
showCaptureWindow()
Popup the window.
|
public CaptureManager(IntegratedDataViewer idv, CollabManager collabManager)
idv
- The idvcollabManager
- The Collaboration manager.protected boolean doingCapture()
protected void addEvent(CaptureEvent event)
event
- The eventpublic boolean loadCaptureFile(java.lang.String filename)
filename
- The file to loadpublic void runCaptureFile(java.lang.String filename)
filename
- The file to loadpublic void showCaptureWindow()