Uses of Class
org.apache.uima.tools.docanalyzer.PrefsMediator
-
Packages that use PrefsMediator Package Description org.apache.uima.tools.docanalyzer -
-
Uses of PrefsMediator in org.apache.uima.tools.docanalyzer
Fields in org.apache.uima.tools.docanalyzer declared as PrefsMediator Modifier and Type Field Description private PrefsMediator
TfDocumentListener. med
The med.private PrefsMediator
TfFileSelectorListener. med
The med.private PrefsMediator
TfFocusListener. med
The med.private PrefsMediator
AnnotationViewerDialog. med1
The med 1.protected PrefsMediator
DocumentAnalyzer. prefsMed
The prefs med.Constructors in org.apache.uima.tools.docanalyzer with parameters of type PrefsMediator Constructor Description AnnotationViewerDialog(javax.swing.JFrame aParentFrame, java.lang.String aDialogTitle, PrefsMediator med, java.io.File aStyleMapFile, java.lang.String aPerformanceStats, TypeSystem aTypeSystem, java.lang.String[] aTypesToDisplay, boolean generatedStyleMap, CAS cas)
Instantiates a new annotation viewer dialog.AnnotationViewerDialog(javax.swing.JFrame aParentFrame, java.lang.String aDialogTitle, PrefsMediator med, java.io.File aStyleMapFile, java.lang.String aPerformanceStats, TypeSystem aTypeSystem, java.lang.String[] aTypesToDisplay, java.lang.String interactiveTempFN, boolean javaViewerRBisSelected, boolean javaViewerUCRBisSelected, boolean xmlRBisSelected, CAS cas)
Create an AnnotationViewer Dialog.TfDocumentListener(PrefsMediator med)
Instantiates a new tf document listener.TfFileSelectorListener(PrefsMediator med)
Instantiates a new tf file selector listener.TfFocusListener(PrefsMediator med)
Instantiates a new tf focus listener.
-