|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface by which listeners are notified of changes in wordfreak's UI settings.
Method Summary | |
void |
addViewer(java.lang.String name)
Indicates that a viewer with the specified name has been added to wordfreak's UI. |
void |
adjudicate()
Indicates that the user has requested to switch into adjudication mode. |
void |
annotate()
Indicates that the user has requested to switch into annotation mode. |
void |
filter()
Indicates that the annotation filter should be applied. |
void |
setAnnotationFilter(AnnotationFilter af)
Indicates that the specified filter should be applied to annotations being displayed. |
void |
setAnnotationScheme(java.lang.String name)
Indicates that a scheme with the specified name has been selected. |
void |
setAnnotator(java.lang.String name)
Indicates that the annotator with the specified name has been selected. |
void |
setDataDirectory(java.lang.String dir)
Indicates that the data directory has been set to the specified value. |
void |
setProject(Project p)
Indicates that the specified project is being used. |
void |
setSavingFilter(AnnotationFilter af)
Indicates that the specified filter should be applied to annotations being used saved. |
void |
setTaggingFilter(AnnotationFilter af)
Indicates that the specified filter should be applied to annotations being automatically annotated (tagged). |
void |
setTrainingFilter(AnnotationFilter af)
Indicates that the specified filter should be applied to annotations being used for training. |
void |
viewAnnotatedFile(AnnotationFile af)
Indicates that the user wants the specified file to be displayed. |
Method Detail |
public void addViewer(java.lang.String name)
name
- The name of a viewer being used.public void viewAnnotatedFile(AnnotationFile af)
af
- The annotation file to be displayed.public void setAnnotationScheme(java.lang.String name)
name
- The name of the scheme being used.public void setDataDirectory(java.lang.String dir)
dir
- The path of the data directory.public void setAnnotator(java.lang.String name)
name
- The name of the annotator being used.public void setProject(Project p)
p
- The project that is currently being used.public void setAnnotationFilter(AnnotationFilter af)
af
- The filter to apply to loaded annotations.public void setTaggingFilter(AnnotationFilter af)
af
- The filter to apply to tagged annotations.public void setTrainingFilter(AnnotationFilter af)
af
- The filter to apply to annotations being used for training.public void setSavingFilter(AnnotationFilter af)
af
- The filter to apply to annotations being saved.public void filter()
public void annotate()
public void adjudicate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |