|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileRequestListener | |
org.annotation.wordfreak | Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. |
org.annotation.wordfreak.project | Provides support for projects within WordFreak. |
Uses of FileRequestListener in org.annotation.wordfreak |
Classes in org.annotation.wordfreak that implement FileRequestListener | |
class |
AnnotatedFileManager
Class that handles and disbatches file related events to AnnotatedFileListener s. |
Methods in org.annotation.wordfreak with parameters of type FileRequestListener | |
void |
AnnotationManager.setFileRequestListener(FileRequestListener frl)
|
Uses of FileRequestListener in org.annotation.wordfreak.project |
Methods in org.annotation.wordfreak.project with parameters of type FileRequestListener | |
static ProjectItem |
ProjectItem.parseOldProjectItem(java.lang.String s,
FileRequestListener frl)
|
void |
Project.setFileRequestListener(FileRequestListener frl)
|
void |
ProjectViewer.setFileRequestListener(FileRequestListener frl)
|
void |
ProjectItemsViewer.setFileRequestListener(FileRequestListener frl)
|
Constructors in org.annotation.wordfreak.project with parameters of type FileRequestListener | |
Project(java.lang.String path,
FileRequestListener frl)
Initialize the project, set's it's default path used when saving the file, and parse the config file specified. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |