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 PrefsMediatorTfDocumentListener. medThe med.private PrefsMediatorTfFileSelectorListener. medThe med.private PrefsMediatorTfFocusListener. medThe med.private PrefsMediatorAnnotationViewerDialog. med1The med 1.protected PrefsMediatorDocumentAnalyzer. prefsMedThe 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.
-