|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.collab.CaptureManager
public class CaptureManager
This class manages both the IDV collaboration mechanism as well as the event capture mechanism.
| Constructor Summary | |
|---|---|
CaptureManager(IntegratedDataViewer idv,
CollabManager collabManager)
Create the capture manager |
|
| Method Summary | |
|---|---|
protected void |
addEvent(CaptureEvent event)
Add the given event to the captureList |
protected boolean |
doingCapture()
Are we currently capturing events. |
boolean |
loadCaptureFile(String filename)
Load in the capture events held by the given file |
void |
runCaptureFile(String filename)
Load the given capture file and then start running |
void |
showCaptureWindow()
Popup the window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaptureManager(IntegratedDataViewer idv,
CollabManager collabManager)
idv - The idvcollabManager - The Collaboration manager.| Method Detail |
|---|
protected boolean doingCapture()
protected void addEvent(CaptureEvent event)
event - The eventpublic boolean loadCaptureFile(String filename)
filename - The file to load
public void runCaptureFile(String filename)
filename - The file to loadpublic void showCaptureWindow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||