edu.stanford.hci.r3.events.replay
Class EventBrowser

java.lang.Object
  extended by edu.stanford.hci.r3.events.replay.EventBrowser

public class EventBrowser
extends java.lang.Object

Allows developers to load a saved event stream (either from batched or streaming modes) and replay them. You can also load ALL events, and browse through them. This class maintains the Visualization, and interacts with the EventReplayManager, which does all the hard work.

This software is distributed under the BSD License.


Constructor Summary
EventBrowser(EventReplayManager replayMgr)
           
 
Method Summary
 void clearLoadedEvents()
           
 void loadEventData(java.io.File f)
           
static void main(java.lang.String[] args)
           
 void replayLoadedEvents()
           
 void setDefaultCloseOperationToExit()
           
 void setVisible(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBrowser

public EventBrowser(EventReplayManager replayMgr)
Parameters:
eventReplayManager -
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

clearLoadedEvents

public void clearLoadedEvents()

loadEventData

public void loadEventData(java.io.File f)
Parameters:
f -

replayLoadedEvents

public void replayLoadedEvents()

setDefaultCloseOperationToExit

public void setDefaultCloseOperationToExit()

setVisible

public void setVisible(boolean b)
Parameters:
b -

Copyright 2006 Stanford University