Class DocumentAnalyzer

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BaseStatusCallbackListener, StatusCallbackListener

public class DocumentAnalyzer extends JFrame implements StatusCallbackListener, ActionListener
A simple GUI for the RunTextAnalysis application library. Note that currently this will only run under Windows since it relies on Windows-specific commands for invoking a web browser to view the annotated documents.
See Also:
  • Field Details

    • outputFileSelector

      protected FileSelector outputFileSelector
      The output file selector.
    • xmlFileSelector

      protected FileSelector xmlFileSelector
      The xml file selector.
    • outputFileSelected

      protected String outputFileSelected
      The output file selected.
    • currentTypeSystem

      protected TypeSystem currentTypeSystem
      The current type system.
    • currentTaeOutputTypes

      protected String[] currentTaeOutputTypes
      The current tae output types.
    • useGeneratedStyleMap

      protected boolean useGeneratedStyleMap
      The use generated style map.
    • interactiveTempFN

      protected String interactiveTempFN
      The interactive temp FN.
    • interactive

      protected boolean interactive
      The interactive.
    • xmlRB

      protected final JRadioButton xmlRB
      The xml RB.
    • javaViewerRBisSelected

      protected boolean javaViewerRBisSelected
      The java viewer R bis selected.
    • javaViewerUCRBisSelected

      protected boolean javaViewerUCRBisSelected
      The java viewer UCR bis selected.
    • prefsMed

      protected PrefsMediator prefsMed
      The prefs med.
    • statsString

      protected String statsString
      The stats string.
    • taeDescFile

      protected File taeDescFile
      The tae desc file.
    • taeDescFileName

      protected String taeDescFileName
      The tae desc file name.
    • cas

      protected CAS cas
      The cas.
  • Constructor Details

    • DocumentAnalyzer

      public DocumentAnalyzer()
      Constructor. Sets up the GUI.
    • DocumentAnalyzer

      public DocumentAnalyzer(String outputFileSelected, boolean interactiveDA, boolean jvucrbis)
      Instantiates a new document analyzer.
      Parameters:
      outputFileSelected - the output file selected
      interactiveDA - the interactive DA
      jvucrbis - the jvucrbis
  • Method Details