Package ecologylab.services.logging.playback

Program elements for building log playback applications.

See:
          Description

Interface Summary
PlaybackControlCommands Status indicators for log playback application.
 

Class Summary
LogFileFilter Log files should be XML files; this file filter only displays files whose filetype is XML.
LogPlaybackControlModel<E extends MixedInitiativeOp,T extends Logging<E>> Model of playback for logged operations.
LogPlaybackControls<E extends MixedInitiativeOp,T extends Logging<E>> GUI elements for the log playback application.
LogPlayer<OP extends MixedInitiativeOp,LOG extends Logging<OP>> The main application for playing back log files.
View<T extends MixedInitiativeOp> Abstract class for displaying logged operations.
 

Package ecologylab.services.logging.playback Description

Program elements for building log playback applications.