Uses of Class
org.annotation.wordfreak.AnnotationFile

Packages that use AnnotationFile
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.annotator Provides automatic annotation or tagging functionality for WordFreak. 
org.annotation.wordfreak.chooser Provides the annotation input functionality for WordFreak. 
org.annotation.wordfreak.io Provides I/O functionality for WordFreak including support for multiple file formats. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
org.annotation.wordfreak.util Provides utility functionality for WordFreak which is specific to WordFreak. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of AnnotationFile in org.annotation.wordfreak
 

Fields in org.annotation.wordfreak declared as AnnotationFile
protected  AnnotationFile AnnotationTree.file
          The i/o file for this Tree.
 

Methods in org.annotation.wordfreak that return AnnotationFile
 AnnotationFile Annotation.getAnnotationFile()
           
 AnnotationFile Annotation.getFile()
           
 AnnotationFile AnnotationFile.readAnnotationFile(java.lang.String textFile, java.lang.String annFile)
           
 AnnotationFile AnnotationFile.readAnnotationFile(java.lang.String textFile, java.lang.String annFile, java.lang.String enc)
           
 AnnotationFile AnnotatedFileManager.getFileFromPath(java.lang.String p)
           
 AnnotationFile AnnotationTree.getAnnotationFile()
           
 AnnotationFile FileRequestListener.getFileFromPath(java.lang.String p)
          Returns the annotated file associated with the name/path of the file sent as a parameter.
 

Methods in org.annotation.wordfreak with parameters of type AnnotationFile
 void AnnotationManager.viewAnnotatedFile(AnnotationFile af)
           
 void SettingsListener.viewAnnotatedFile(AnnotationFile af)
          Indicates that the user wants the specified file to be displayed.
static boolean AnnotatedFileManager.saveTextFile(AnnotationFile f)
           
static boolean AnnotatedFileManager.saveTextFile(AnnotationFile f, java.lang.String name)
           
 boolean AnnotatedFileManager.saveAnnotatedFile(AnnotationFile af, java.lang.String name, java.awt.Component source)
           
static boolean AnnotatedFileManager.saveAnnotatedFile(AnnotationFile f, java.lang.String name)
           
 void WordFreakKeyboardFocusManager.file(AnnotationFile af)
           
 void WordFreakKeyboardFocusManager.removeAnnotatedFile(AnnotationFile af)
           
 void AnnotatedFileListener.annotatedFile(AnnotationFile file)
          Notofies the listener that the specified file was openend.
 void AnnotatedFileListener.closeAnnotatedFile(AnnotationFile file)
          Notifies the listener that the specified file was closed.
 

Constructors in org.annotation.wordfreak with parameters of type AnnotationFile
AnnotationTree(AnnotationFile f, AnnotationSource s)
           
 

Uses of AnnotationFile in org.annotation.wordfreak.annotator
 

Methods in org.annotation.wordfreak.annotator with parameters of type AnnotationFile
 void ParagraphAnnotator.annotatedFile(AnnotationFile f)
           
 void Annotator.annotatedFile(AnnotationFile f)
          Selects annotations from f required for annotator.
 void Annotator.closeAnnotatedFile(AnnotationFile f)
           
 

Uses of AnnotationFile in org.annotation.wordfreak.chooser
 

Methods in org.annotation.wordfreak.chooser with parameters of type AnnotationFile
 void ChooserComponent.file(AnnotationFile af)
           
 void ChooserComponent.removeAnnotatedFile(AnnotationFile af)
           
 

Uses of AnnotationFile in org.annotation.wordfreak.io
 

Methods in org.annotation.wordfreak.io that return AnnotationFile
 AnnotationFile TreebankHandler.getAnnotatedFile()
           
 AnnotationFile WordFreakFileFormat.read(java.lang.String source, java.lang.String ann, java.lang.String encoding)
           
 AnnotationFile AnnotationFileParser.parse(java.lang.String ann, java.lang.String encoding)
           
 AnnotationFile TextColumnsFileFormat.read(java.lang.String source, java.lang.String ann, java.lang.String encoding)
           
 AnnotationFile AnnotatedFileFormat.read(java.lang.String source, java.lang.String ann, java.lang.String encoding)
          Reads an annotated file specified by ann and returns an AnnotationFile object representing its contents.
 AnnotationFile TextColumnsHandler.getAnnotatedFile()
           
 AnnotationFile TreebankFileFormat.read(java.lang.String source, java.lang.String ann, java.lang.String encoding)
           
 

Methods in org.annotation.wordfreak.io with parameters of type AnnotationFile
 void TreebankHandler.setAnnotatedFile(AnnotationFile f)
           
 void WordFreakFileFormat.write(AnnotationFile af, java.io.Writer out)
           
 boolean AbstractAnnotatedFileFormat.hasNextChunk(AnnotationFile af)
           
 boolean AbstractAnnotatedFileFormat.hasPrevChunk(AnnotationFile af)
           
 void AbstractAnnotatedFileFormat.getNextChunk(AnnotationFile af)
           
 void AbstractAnnotatedFileFormat.getPrevChunk(AnnotationFile af)
           
 void TextColumnsFileFormat.write(AnnotationFile af, java.io.Writer out)
           
 void AnnotatedFileFormat.write(AnnotationFile af, java.io.Writer out)
          Writes the contents of the AnnotationFile to the Writer specified by out.
 boolean AnnotatedFileFormat.hasNextChunk(AnnotationFile af)
          Returns true if the specified annotation file has only been partially loaded and a subsequent portion remains can be loaded.
 boolean AnnotatedFileFormat.hasPrevChunk(AnnotationFile af)
          Returns true if the specified annotation file has only been partially loaded and a prior portion remains can be loaded.
 void AnnotatedFileFormat.getNextChunk(AnnotationFile af)
          Indicates that a subsequent portion of the specified file should be read into memory.
 void AnnotatedFileFormat.getPrevChunk(AnnotationFile af)
          Indicates that a previous portion of the specified file should be read into memory.
 void TextColumnsHandler.setAnnotatedFile(AnnotationFile f)
           
 void TextFileFormat.write(AnnotationFile af, java.io.Writer out)
           
 void TreebankFileFormat.write(AnnotationFile af, java.io.Writer out)
           
 void FileFormat.write(AnnotationFile af, java.io.Writer out)
          Writes the contents of the AnnotationFile to the Writer specified by out.
 boolean AnnotationDatabaseWriter.write(AnnotationFile af)
           
 

Constructors in org.annotation.wordfreak.io with parameters of type AnnotationFile
AnnotationFileHandler(AnnotationFile af)
           
AnnotationFileWriter(AnnotationFile af)
           
TreebankWriter(AnnotationFile af)
           
AnnotationDatabaseWriter(AnnotationFile af)
           
AnnotationDatabaseWriter(AnnotationFile af, java.lang.String connectionURL)
           
 

Uses of AnnotationFile in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as AnnotationFile
protected  AnnotationFile AnnotationScheme.currentFile
          Stores the last AnnotatedFile which was sent to the AnnotationListeners.
 

Methods in org.annotation.wordfreak.scheme with parameters of type AnnotationFile
 void AnnotationScheme.annotatedFile(AnnotationFile f)
          Selects annotations from f that this scheme can modify.
protected  AnnotationView AnnotationScheme.createView(AnnotationFile af)
           
protected  void AnnotationScheme.getAnnotationsFromFile(AnnotationFile f)
          Creates data structures needed by the scheme to induce the set of all possible annotations.
 void AnnotationScheme.setAnnotatedFile(AnnotationFile af)
           
 void AnnotationScheme.closeAnnotatedFile(AnnotationFile f)
          Removes annotations in f from the set of possible annotations.
 void DerivativeAnnotationScheme.annotatedFile(AnnotationFile f)
           
 void AnnotationSchemeAdapter.file(AnnotationFile af)
           
 void AnnotationSchemeAdapter.removeAnnotatedFile(AnnotationFile af)
           
 void AnnotationSchemeListener.file(AnnotationFile af)
          Notifies the listener that the specified annotation file should be presented to the user.
 void CoreferenceAnnotationScheme.annotatedFile(AnnotationFile f)
           
protected  void CoreferenceAnnotationScheme.getAnnotationsFromFile(AnnotationFile f)
           
 void EntityAnnotationScheme.annotatedFile(AnnotationFile f)
           
protected  void EntityAnnotationScheme.getAnnotationsFromFile(AnnotationFile f)
           
 void RelationAnnotationScheme.getAnnotationsFromFile(AnnotationFile af)
           
 void RelationAnnotationScheme.closeAnnotatedFile(AnnotationFile f)
           
 

Uses of AnnotationFile in org.annotation.wordfreak.util
 

Methods in org.annotation.wordfreak.util that return AnnotationFile
static AnnotationFile Merger.merge(Annotation first, Annotation second)
           
 

Uses of AnnotationFile in org.annotation.wordfreak.viewer
 

Methods in org.annotation.wordfreak.viewer with parameters of type AnnotationFile
 void TextViewer.file(AnnotationFile af)
           
 void Viewer.file(AnnotationFile af)
           
 void Viewer.removeAnnotatedFile(AnnotationFile af)
           
 



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