|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileFormat | |
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. |
org.annotation.wordfreak.project | Provides support for projects within WordFreak. |
Uses of FileFormat in org.annotation.wordfreak |
Methods in org.annotation.wordfreak that return FileFormat | |
FileFormat |
AnnotatedFileManager.getFileFormatForFile(java.lang.String fileName)
|
FileFormat |
AnnotatedFileManager.getFileFormat(java.lang.String name)
|
FileFormat |
AnnotatedFileManager.getFileFormat(javax.swing.filechooser.FileFilter ff)
|
FileFormat |
FileRequestListener.getFileFormat(java.lang.String name)
Returns the file format associated with the specified file format name. |
FileFormat |
FileRequestListener.getFileFormat(javax.swing.filechooser.FileFilter ff)
Returns the file format associated with the specified file filter. |
FileFormat |
FileRequestListener.getFileFormatForFile(java.lang.String fileName)
Returns the file format associated with the specified file name. |
Methods in org.annotation.wordfreak with parameters of type FileFormat | |
void |
AnnotationFile.print(java.io.Writer out,
FileFormat format)
|
Uses of FileFormat in org.annotation.wordfreak.io |
Subinterfaces of FileFormat in org.annotation.wordfreak.io | |
interface |
AnnotatedFileFormat
This defines the interface for implementing new annotated file formats. |
interface |
SourceFileFormat
This defines the interface for implementing new source file formats. |
Classes in org.annotation.wordfreak.io that implement FileFormat | |
class |
AbstractAnnotatedFileFormat
|
class |
TextColumnsFileFormat
Implements the native TextColumns file format. |
class |
TextFileFormat
|
class |
TreebankFileFormat
Implements the native Treebank file format. |
class |
WordFreakFileFormat
Implements the native WordFreak file format. |
Methods in org.annotation.wordfreak.io with parameters of type FileFormat | |
void |
FileInputMethod.setFileFormats(FileFormat[] ff)
|
void |
InputMethod.setFileFormats(FileFormat[] ff)
|
Uses of FileFormat in org.annotation.wordfreak.project |
Methods in org.annotation.wordfreak.project with parameters of type FileFormat | |
void |
ProjectItem.addAnnotatedFile(FileFormat ff,
java.lang.String annPath)
|
Constructors in org.annotation.wordfreak.project with parameters of type FileFormat | |
ProjectItem(FileFormat fileFormat,
java.lang.String path)
Creates a new project item with the specified file format and path. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |