Uses of Interface
org.annotation.gui.ProgressListener

Packages that use ProgressListener
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.io Provides I/O functionality for WordFreak including support for multiple file formats. 
 

Uses of ProgressListener in org.annotation.wordfreak
 

Classes in org.annotation.wordfreak that implement ProgressListener
 class AnnotatedFileManager
          Class that handles and disbatches file related events to AnnotatedFileListeners.
 

Uses of ProgressListener in org.annotation.wordfreak.io
 

Methods in org.annotation.wordfreak.io with parameters of type ProgressListener
 void WordFreakFileFormat.addProgressListener(ProgressListener pl)
           
 void WordFreakFileFormat.removeProgressListener(ProgressListener pl)
           
 void TextColumnsFileFormat.addProgressListener(ProgressListener pl)
           
 void TextColumnsFileFormat.removeProgressListener(ProgressListener pl)
           
 void TextFileFormat.addProgressListener(ProgressListener pl)
           
 void TextFileFormat.removeProgressListener(ProgressListener pl)
           
 void TreebankFileFormat.addProgressListener(ProgressListener pl)
           
 void TreebankFileFormat.removeProgressListener(ProgressListener pl)
           
 void FileFormat.addProgressListener(ProgressListener pl)
           
 void FileFormat.removeProgressListener(ProgressListener pl)
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.