Serialized Form
|
Package edu.ucsb.nmsl.tools |
player
javax.media.Player player
- The player object from JMF to play the media file.
caption
javax.swing.JTextPane caption
- The JTextPane object that displays the captions.
container
java.awt.Container container
- The Container object that holds the captions and media controls.
builder
javax.xml.parsers.DocumentBuilder builder
- The DocumentBuilder object used for parsing the caption XML file.
captions
org.w3c.dom.Document captions
- The Document object that actually contains the caption XML file.
captionList
java.util.Vector<E> captionList
- The list of captions and their times.
captionIndex
int captionIndex
- Index of the current caption.
captionTimer
javax.swing.Timer captionTimer
- The timer that is used to synchronize the media and the caption text.