Serialized Form

  • Package org.apache.uima.tools

  • Package org.apache.uima.tools.cpm

    • Class org.apache.uima.tools.cpm.AnalysisEnginePanel

      class AnalysisEnginePanel extends MetaDataPanel implements Serializable
      serialVersionUID:
      -5927337001602381195L
      • Serialized Fields

        • aeSpecifier
          org.apache.uima.resource.ResourceSpecifier aeSpecifier
          The ae specifier.
        • lastFileSyncTimestamp
          long lastFileSyncTimestamp
          The last file sync timestamp.
        • shouldRunCheckBox
          JCheckBox shouldRunCheckBox
          The should run check box.
        • specifierFile
          File specifierFile
          The specifier file.
    • Class org.apache.uima.tools.cpm.ConsumerPanel

      class ConsumerPanel extends MetaDataPanel implements Serializable
      serialVersionUID:
      -6822046781435538398L
      • Serialized Fields

        • casConsumerSpecifier
          org.apache.uima.resource.ResourceSpecifier casConsumerSpecifier
          The cas consumer specifier.
        • lastFileSyncTimestamp
          long lastFileSyncTimestamp
          The last file sync timestamp.
        • specifierFile
          File specifierFile
          The specifier file.
    • Class org.apache.uima.tools.cpm.CpmFrame

      class CpmFrame extends JFrame implements Serializable
      serialVersionUID:
      756368351780483658L
      • Serialized Fields

        • aboutDialog
          JDialog aboutDialog
          The about dialog.
        • aboutMenuItem
          JMenuItem aboutMenuItem
          The about menu item.
        • cpmPanel
          CpmPanel cpmPanel
          The cpm panel.
        • exitMenuItem
          JMenuItem exitMenuItem
          The exit menu item.
        • helpMenuItem
          JMenuItem helpMenuItem
          The help menu item.
        • menuBar
          JMenuBar menuBar
          The menu bar.
    • Class org.apache.uima.tools.cpm.CpmPanel

      class CpmPanel extends JPanel implements Serializable
      serialVersionUID:
      -5096300176103368922L
      • Serialized Fields

        • addAeButton
          JButton addAeButton
          The add ae button.
        • addConsumerButton
          JButton addConsumerButton
          The add consumer button.
        • aeFileChooser
          JFileChooser aeFileChooser
          The ae file chooser.
        • aeMainPanel
          JPanel aeMainPanel
          The ae main panel.
        • aeSpecifiers
          Vector aeSpecifiers
          The ae specifiers.
        • aeTabbedPane
          JTabbedPaneWithCloseIcons aeTabbedPane
          The ae tabbed pane.
        • aeTitledBorder
          TitledBorder aeTitledBorder
          The ae titled border.
        • casInitializerDesc
          org.apache.uima.collection.CasInitializerDescription casInitializerDesc
          The cas initializer desc.
        • casInitializerFileSelector
          FileSelector casInitializerFileSelector
          The cas initializer file selector.
        • casInitializerLastFileSyncTimestamp
          long casInitializerLastFileSyncTimestamp
          The cas initializer last file sync timestamp.
        • casInitializerPanel
          org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel casInitializerPanel
          The cas initializer panel.
        • casInitializerTitledBorder
          TitledBorder casInitializerTitledBorder
          The cas initializer titled border.
        • clearAllMenuItem
          JMenuItem clearAllMenuItem
          The clear all menu item.
        • collectionReaderDesc
          org.apache.uima.collection.CollectionReaderDescription collectionReaderDesc
          The collection reader desc.
        • collectionReaderLastFileSyncTimestamp
          long collectionReaderLastFileSyncTimestamp
          The collection reader last file sync timestamp.
        • collectionReaderPanel
          org.apache.uima.tools.cpm.CpmPanel.ResetableMetaDataPanel collectionReaderPanel
          The collection reader panel.
        • collectionReaderTitledBorder
          TitledBorder collectionReaderTitledBorder
          The collection reader titled border.
        • consumerFileChooser
          JFileChooser consumerFileChooser
          The consumer file chooser.
        • consumersPanel
          JPanel consumersPanel
          The consumers panel.
        • consumerSpecifiers
          Vector consumerSpecifiers
          The consumer specifiers.
        • consumerTabbedPane
          JTabbedPaneWithCloseIcons consumerTabbedPane
          The consumer tabbed pane.
        • consumerTitledBorder
          TitledBorder consumerTitledBorder
          The consumer titled border.
        • currentCpeDesc
          org.apache.uima.collection.metadata.CpeDescription currentCpeDesc
          The current cpe desc.
        • defaultResourceManager
          org.apache.uima.resource.ResourceManager defaultResourceManager
          The default resource manager.
        • elapsedTime
          int elapsedTime
          The elapsed time.
        • fileChooserRootDir
          File fileChooserRootDir
          The file chooser root dir.
        • indeterminateProgressPause
          boolean indeterminateProgressPause
          The indeterminate progress pause.
        • lastFileSyncUserPromptTime
          long lastFileSyncUserPromptTime
          The last file sync user prompt time.
        • mainSplitPane
          JSplitPane mainSplitPane
          The main split pane.
        • mCPE
          org.apache.uima.collection.CollectionProcessingEngine mCPE
          The m CPE.
        • moveAeLeftButton
          JButton moveAeLeftButton
          The move ae left button.
        • moveAeRightButton
          JButton moveAeRightButton
          The move ae right button.
        • moveConsumerLeftButton
          JButton moveConsumerLeftButton
          The move consumer left button.
        • moveConsumerRightButton
          JButton moveConsumerRightButton
          The move consumer right button.
        • mPaused
          boolean mPaused
          The m paused.
        • mShuttingDown
          boolean mShuttingDown
          The m shutting down.
        • openCpeDescMenuItem
          JMenuItem openCpeDescMenuItem
          The open cpe desc menu item.
        • openSaveFileChooser
          JFileChooser openSaveFileChooser
          The open save file chooser.
        • performanceQueryTimer
          Timer performanceQueryTimer
          The performance query timer.
        • prefs
          Preferences prefs
          Stores user preferences.
        • progressBar
          JProgressBar progressBar
          The progress bar.
        • progressTimer
          Timer progressTimer
          The progress timer.
        • readerFileSelector
          FileSelector readerFileSelector
          The reader file selector.
        • readerInitializerSplitPane
          JSplitPane readerInitializerSplitPane
          The reader initializer split pane.
        • refreshMenuItem
          JMenuItem refreshMenuItem
          The refresh menu item.
        • saveCpeDescMenuItem
          JMenuItem saveCpeDescMenuItem
          The save cpe desc menu item.
        • saveUsingImportMenuItem
          JCheckBoxMenuItem saveUsingImportMenuItem
          The save using import menu item.
        • saveUsingImports
          boolean saveUsingImports
          The save using imports.
        • selectedComponentsChanged
          boolean selectedComponentsChanged
          The selected components changed.
        • startButton
          AbstractButton startButton
          The start button.
        • statusLabel
          JLabel statusLabel
          The status label.
        • stopButton
          AbstractButton stopButton
          The stop button.
        • transportControlPanel
          TransportControlPanel transportControlPanel
          The transport control panel.
        • viewCasInitializerPanelMenuItem
          JMenuItem viewCasInitializerPanelMenuItem
          The view cas initializer panel menu item.
    • Class org.apache.uima.tools.cpm.JTabbedPaneWithCloseIcons

      class JTabbedPaneWithCloseIcons extends JTabbedPane implements Serializable
      serialVersionUID:
      7680554379341154297L
      • Serialized Fields

    • Class org.apache.uima.tools.cpm.MetaDataPanel

      class MetaDataPanel extends FormPanel implements Serializable
      serialVersionUID:
      2002216386886772644L
      • Serialized Fields

        • fieldsList
          ArrayList fieldsList
          The fields list.
        • metaData
          org.apache.uima.resource.metadata.ResourceMetaData metaData
          The meta data.
    • Class org.apache.uima.tools.cpm.PerformanceReportDialog

      class PerformanceReportDialog extends JDialog implements Serializable
      serialVersionUID:
      7747258424181047062L
      • Serialized Fields

        • docsProcessedLabel
          JLabel docsProcessedLabel
          The docs processed label.
        • mEventTypeMap
          Map mEventTypeMap
          The m event type map.
        • statusLabel
          JLabel statusLabel
          The status label.
        • totalTimeLabel
          JLabel totalTimeLabel
          The total time label.
        • tree
          JTree tree
          The tree.
  • Package org.apache.uima.tools.cvd

    • Class org.apache.uima.tools.cvd.AnnotationDisplayCustomizationFrame

      class AnnotationDisplayCustomizationFrame extends JFrame implements Serializable
      serialVersionUID:
      -6695661439132793537L
      • Serialized Fields

        • acceptButton
          JButton acceptButton
          The accept button.
        • bgColor
          Color bgColor
          The bg color.
        • bgIcon
          ColorIcon bgIcon
          The bg icon.
        • cancelButton
          JButton cancelButton
          The cancel button.
        • currentStyle
          Style currentStyle
          The current style.
        • currentTypeName
          String currentTypeName
          The current type name.
        • fgColor
          Color fgColor
          The fg color.
        • fgIcon
          ColorIcon fgIcon
          The fg icon.
        • splitPane
          JSplitPane splitPane
          The split pane.
        • styleMap
          Map<String,Style> styleMap
          The style map.
        • textPane
          JTextPane textPane
          The text pane.
        • tree
          JTree tree
          The tree.
    • Class org.apache.uima.tools.cvd.AutoFoldingMenu

      class AutoFoldingMenu extends JMenu implements Serializable
      • Serialized Fields

        • count
          int count
          The count.
        • maxSize
          int maxSize
          The max size.
        • submenu
          AutoFoldingMenu submenu
          The submenu.
    • Class org.apache.uima.tools.cvd.LogFileViewer

      class LogFileViewer extends JFrame implements Serializable
      serialVersionUID:
      3599235286749804258L
      • Serialized Fields

        • logFile
          File logFile
          The log file.
        • scrollPane
          JScrollPane scrollPane
          The scroll pane.
        • textArea
          JTextArea textArea
          The text area.
    • Class org.apache.uima.tools.cvd.MainFrame

      class MainFrame extends JFrame implements Serializable
      serialVersionUID:
      -1357410768440678886L
      • Serialized Fields

        • acdItem
          JMenuItem acdItem
          The acd item.
        • ae
          org.apache.uima.analysis_engine.AnalysisEngine ae
          The ae.
        • aeDescriptorFile
          File aeDescriptorFile
          The ae descriptor file.
        • aeStatus
          JTextField aeStatus
          The ae status.
        • allAnnotationViewerItem
          JMenuItem allAnnotationViewerItem
          The all annotation viewer item.
        • annotOpenDir
          File annotOpenDir
          The annot open dir.
        • caretStatus
          JTextField caretStatus
          The caret status.
        • cas
          org.apache.uima.cas.CAS cas
          The cas.
        • codePage
          String codePage
          The code page.
        • codePages
          List<String> codePages
          The code pages.
        • colorSettingFile
          File colorSettingFile
          The color setting file.
        • colorSettingsDir
          File colorSettingsDir
          The color settings dir.
        • copyAction
          Action copyAction
          The copy action.
        • cpButtons
          ButtonGroup cpButtons
          The cp buttons.
        • cpMenu
          JMenu cpMenu
          The cp menu.
        • cursorCache
          List<Cursor> cursorCache
          The cursor cache.
        • cursorOwningComponents
          List<Component> cursorOwningComponents
          The cursor owning components.
        • cutAction
          Action cutAction
          The cut action.
        • dataPathName
          String dataPathName
          The data path name.
        • descFileNameList
          List<String> descFileNameList
          The desc file name list.
        • editMenu
          JMenu editMenu
          The edit menu.
        • exitOnClose
          boolean exitOnClose
          The exit on close.
        • fileMenu
          JMenu fileMenu
          The file menu.
        • fileOpenDir
          File fileOpenDir
          The file open dir.
        • fileSaveItem
          JMenuItem fileSaveItem
          The file save item.
        • fileStatus
          JTextField fileStatus
          The file status.
        • fsTree
          JTree fsTree
          The fs tree.
        • fsTreeScrollPane
          JScrollPane fsTreeScrollPane
          The fs tree scroll pane.
        • index
          org.apache.uima.cas.FSIndex index
          The index.
        • indexLabel
          String indexLabel
          The index label.
        • indexTree
          JTree indexTree
          The index tree.
        • indexTreeScrollPane
          JScrollPane indexTreeScrollPane
          The index tree scroll pane.
        • iniFile
          File iniFile
          The ini file.
        • isAnnotationIndex
          boolean isAnnotationIndex
          The is annotation index.
        • isDirty
          boolean isDirty
          The is dirty.
        • langButtons
          ButtonGroup langButtons
          The lang buttons.
        • langMenu
          JMenu langMenu
          The lang menu.
        • language
          String language
          The language.
        • languagePrefsList
          String languagePrefsList
          The language prefs list.
        • languages
          List<String> languages
          The languages.
        • lastRunProcessTrace
          org.apache.uima.util.ProcessTrace lastRunProcessTrace
          The last run process trace.
        • log
          org.apache.uima.util.Logger log
          The log.
        • logFile
          File logFile
          The log file.
        • preferences
          Properties preferences
          The preferences.
        • recentDescFileMenu
          JMenu recentDescFileMenu
          The recent desc file menu.
        • recentDescFiles
          RecentFilesList recentDescFiles
          The recent desc files.
        • recentTextFileMenu
          JMenu recentTextFileMenu
          The recent text file menu.
        • recentTextFiles
          RecentFilesList recentTextFiles
          The recent text files.
        • reRunMenu
          JMenuItem reRunMenu
          The re run menu.
        • runCPCMenu
          JMenuItem runCPCMenu
          The run CPC menu.
        • runOnCasMenuItem
          JMenuItem runOnCasMenuItem
          The run on cas menu item.
        • showPerfReportItem
          JMenuItem showPerfReportItem
          The show perf report item.
        • sofaSelectionComboBox
          JComboBox sofaSelectionComboBox
          The sofa selection combo box.
        • sofaSelectionPanel
          JPanel sofaSelectionPanel
          The sofa selection panel.
        • statusBar
          JTextField statusBar
          The status bar.
        • statusPanel
          JPanel statusPanel
          The status panel.
        • styleMap
          Map<String,Style> styleMap
          The style map.
        • textArea
          JTextArea textArea
          The text area.
        • textFile
          File textFile
          The text file.
        • textFileNameList
          List<String> textFileNameList
          The text file name list.
        • textPopup
          JPopupMenu textPopup
          The text popup.
        • textScrollPane
          JScrollPane textScrollPane
          The text scroll pane.
        • textTitleBorder
          Border textTitleBorder
          The text title border.
        • tsViewerItem
          JMenuItem tsViewerItem
          The ts viewer item.
        • typeSystemReadItem
          JMenuItem typeSystemReadItem
          The type system read item.
        • typeSystemWriteItem
          JMenuItem typeSystemWriteItem
          The type system write item.
        • undoItem
          JMenuItem undoItem
          The undo item.
        • undoMgr
          UndoMgr undoMgr
          The undo mgr.
        • xcasFileOpenDir
          File xcasFileOpenDir
          The xcas file open dir.
        • xcasReadItem
          JMenuItem xcasReadItem
          The xcas read item.
        • xcasWriteItem
          JMenuItem xcasWriteItem
          The xcas write item.
        • xmiCasReadItem
          JMenuItem xmiCasReadItem
          The xmi cas read item.
        • xmiCasWriteItem
          JMenuItem xmiCasWriteItem
          The xmi cas write item.
    • Class org.apache.uima.tools.cvd.MultiAnnotViewerFrame

      class MultiAnnotViewerFrame extends JFrame implements Serializable
      serialVersionUID:
      -920372876117526451L
      • Serialized Fields

  • Package org.apache.uima.tools.cvd.control

  • Package org.apache.uima.tools.cvd.tsview

  • Package org.apache.uima.tools.docanalyzer

    • Class org.apache.uima.tools.docanalyzer.AnnotationViewerDialog

      class AnnotationViewerDialog extends JDialog implements Serializable
      serialVersionUID:
      -7259891069111863433L
      • Serialized Fields

        • analyzedResultsList
          JList<String> analyzedResultsList
          the list of analyzed results
        • annotationViewGenerator
          AnnotationViewGenerator annotationViewGenerator
          The annotation view generator.
        • cas
          org.apache.uima.cas.CAS cas
          The cas.
        • defaultCasViewName
          String defaultCasViewName
          The default cas view name.
        • htmlRB
          JRadioButton htmlRB
          The html RB.
        • inputDirPath
          String inputDirPath
          The input dir path.
        • javaViewerRB
          JRadioButton javaViewerRB
          The java viewer RB.
        • javaViewerUCRB
          JRadioButton javaViewerUCRB
          The java viewer UCRB.
        • med1
          PrefsMediator med1
          The med 1.
        • processedStyleMap
          boolean processedStyleMap
          The processed style map.
        • styleMapEditor
          StyleMapEditor styleMapEditor
          The style map editor.
        • styleMapFile
          File styleMapFile
          The style map file.
        • tempDir
          File tempDir
          The temp dir.
        • typesToDisplay
          String[] typesToDisplay
          The types to display.
        • typeSystem
          org.apache.uima.cas.TypeSystem typeSystem
          The type system.
        • xmlRB
          JRadioButton xmlRB
          The xml RB.
    • Class org.apache.uima.tools.docanalyzer.DocumentAnalyzer

      class DocumentAnalyzer extends JFrame implements Serializable
      serialVersionUID:
      8795969283257780425L
      • Serialized Fields

        • aboutDialog
          JDialog aboutDialog
          The about dialog.
        • aeSpecifierFile
          File aeSpecifierFile
          The ae specifier file.
        • analyzeInputDialog
          JDialog analyzeInputDialog
          The analyze input dialog.
        • cas
          org.apache.uima.cas.CAS cas
          The cas.
        • collectionReader
          FileSystemCollectionReader collectionReader
          The collection reader.
        • currentTaeOutputTypes
          String[] currentTaeOutputTypes
          The current tae output types.
        • currentTypeSystem
          org.apache.uima.cas.TypeSystem currentTypeSystem
          The current type system.
        • encodingComboBox
          JComboBox encodingComboBox
          The encoding combo box.
        • htmlRB
          JRadioButton htmlRB
          The html RB.
        • inputFileFormatComboBox
          JComboBox inputFileFormatComboBox
          The input file format combo box.
        • inputFileSelector
          FileSelector inputFileSelector
          The input file selector.
        • interactive
          boolean interactive
          The interactive.
        • interactiveTempFN
          String interactiveTempFN
          The interactive temp FN.
        • interButton
          JButton interButton
          The inter button.
        • javaViewerRB
          JRadioButton javaViewerRB
          The java viewer RB.
        • javaViewerRBisSelected
          boolean javaViewerRBisSelected
          The java viewer R bis selected.
        • javaViewerUCRB
          JRadioButton javaViewerUCRB
          The java viewer UCRB.
        • javaViewerUCRBisSelected
          boolean javaViewerUCRBisSelected
          The java viewer UCR bis selected.
        • languageComboBox
          JComboBox languageComboBox
          The language combo box.
        • lenientCheckbox
          JCheckBox lenientCheckbox
          The lenient checkbox.
        • mCPM
          org.apache.uima.collection.CollectionProcessingManager mCPM
          The m CPM.
        • numDocs
          int numDocs
          The num docs.
        • numDocsProcessed
          int numDocsProcessed
          The num docs processed.
        • outputDirectory
          File outputDirectory
          Directory in which this program will write its output files.
        • outputFileSelected
          String outputFileSelected
          The output file selected.
        • outputFileSelector
          FileSelector outputFileSelector
          The output file selector.
        • prefsMed
          PrefsMediator prefsMed
          The prefs med.
        • progressMonitor
          ProgressMonitor progressMonitor
          The progress monitor.
        • progressTimer
          Timer progressTimer
          The progress timer.
        • runButton
          JButton runButton
          The run button.
        • runParametersField
          JTextField runParametersField
          The run parameters field.
        • statsString
          String statsString
          The stats string.
        • taeDescFile
          File taeDescFile
          The tae desc file.
        • taeDescFileName
          String taeDescFileName
          The tae desc file name.
        • useGeneratedStyleMap
          boolean useGeneratedStyleMap
          The use generated style map.
        • userStyleMapFile
          File userStyleMapFile
          The user style map file.
        • usingXmlDetagger
          boolean usingXmlDetagger
          The using xml detagger.
        • xmlFileSelector
          FileSelector xmlFileSelector
          The xml file selector.
        • xmlRB
          JRadioButton xmlRB
          The xml RB.
    • Class org.apache.uima.tools.docanalyzer.FileSelector

      class FileSelector extends JPanel implements Serializable
      serialVersionUID:
      -8710960143421949274L
      • Serialized Fields

        • browseButton
          org.apache.uima.tools.docanalyzer.FileSelector.BrowseButton browseButton
          The browse button.
        • externalFl
          FocusListener externalFl
          The external fl.
        • field
          JTextField field
          The field.
        • fileChooser
          JFileChooser fileChooser
          The file chooser.
        • fileSelectorListener
          FileSelectorListener fileSelectorListener
          The file selector listener.
        • previousValue
          String previousValue
          The previous value.
  • Package org.apache.uima.tools.jcasgen

  • Package org.apache.uima.tools.pear.install

    • Class org.apache.uima.tools.pear.install.InstallPear

      class InstallPear extends JFrame implements Serializable
      serialVersionUID:
      -450696952085640703L
      • Serialized Fields

        • aboutMenuItem
          JMenuItem aboutMenuItem
          The about menu item.
        • browseButton
          JButton browseButton
          The browse button.
        • browseDirButton
          JButton browseDirButton
          The browse dir button.
        • fileMenu
          JMenu fileMenu
          The file menu.
        • fileMenuItem
          JMenuItem fileMenuItem
          The file menu item.
        • helpButton
          JButton helpButton
          The help button.
        • helpMenu
          JMenu helpMenu
          The help menu.
        • helpMenuItem
          JMenuItem helpMenuItem
          The help menu item.
        • installButton
          JButton installButton
          The install button.
        • menuBar
          JMenuBar menuBar
          The menu bar.
        • pearFileTextField
          JTextField pearFileTextField
          The pear file text field.
  • Package org.apache.uima.tools.stylemap

  • Package org.apache.uima.tools.util.gui

  • Package org.apache.uima.tools.viewer

    • Class org.apache.uima.tools.viewer.CasAnnotationViewer

      class CasAnnotationViewer extends JPanel implements Serializable
      serialVersionUID:
      3559118488371946999L
      • Serialized Fields

        • annotationModeButton
          JRadioButton annotationModeButton
          The annotation mode button.
        • boldFaceKeyWords
          String[] boldFaceKeyWords
          The bold face key words.
        • boldFaceSpans
          int[] boldFaceSpans
          The bold face spans.
        • cas
          org.apache.uima.cas.CAS cas
          The cas.
        • disableSofaSelectionComboBoxStateChangeAction
          boolean disableSofaSelectionComboBoxStateChangeAction
          The disable sofa selection combo box state change action.
        • displayedTypeNames
          Set<String> displayedTypeNames
          The displayed type names.
        • entityCheckBoxScrollPane
          JScrollPane entityCheckBoxScrollPane
          The entity check box scroll pane.
        • entityCheckBoxVerticalScrollPanel
          org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel entityCheckBoxVerticalScrollPanel
          The entity check box vertical scroll panel.
        • entityModeButton
          JRadioButton entityModeButton
          The entity mode button.
        • entityResolver
          EntityResolver entityResolver
          The entity resolver.
        • entityToCheckBoxMap
          Map<EntityResolver.Entity,JCheckBox> entityToCheckBoxMap
          The entity to check box map.
        • featureColorMap
          Map<String,Color> featureColorMap
          The feature color map.
        • featureModeButton
          JRadioButton featureModeButton
          The feature mode button.
        • featureRadioButtonMap
          Map<String,JRadioButton> featureRadioButtonMap
          The feature radio button map.
        • featureRadioButtonScrollPane
          JScrollPane featureRadioButtonScrollPane
          The feature radio button scroll pane.
        • featureRadioButtonVerticalScrollPanel
          org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel featureRadioButtonVerticalScrollPanel
          The feature radio button vertical scroll panel.
        • featureValueCheckBoxMap
          Map<String,JCheckBox> featureValueCheckBoxMap
          The feature value check box map.
        • featureValueCheckBoxScrollPane
          JScrollPane featureValueCheckBoxScrollPane
          The feature value check box scroll pane.
        • featureValueCheckBoxVerticalScrollPanel
          org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel featureValueCheckBoxVerticalScrollPanel
          The feature value check box vertical scroll panel.
        • featureValueColorMap
          Map<String,Color> featureValueColorMap
          The feature value color map.
        • fsArrayType
          org.apache.uima.cas.Type fsArrayType
          The fs array type.
        • hiddenFeatureNames
          Set<String> hiddenFeatureNames
          The hidden feature names.
        • hiddenTypeNames
          Set<String> hiddenTypeNames
          The hidden type names.
        • hideUnselectedCheckBoxes
          boolean hideUnselectedCheckBoxes
          The hide unselected check boxes.
        • highFrequencyTypes
          List<String> highFrequencyTypes
          The high frequency types.
        • horizontalSplitPane
          JSplitPane horizontalSplitPane
          The horizontal split pane.
        • initiallySelectedTypeNames
          Set<String> initiallySelectedTypeNames
          The initially selected type names.
        • selectedAnnotationTree
          JTree selectedAnnotationTree
          The selected annotation tree.
        • selectedAnnotationTreeModel
          DefaultTreeModel selectedAnnotationTreeModel
          The selected annotation tree model.
        • showHideUnselectedButton
          JButton showHideUnselectedButton
          The show hide unselected button.
        • sofaSelectionComboBox
          JComboBox sofaSelectionComboBox
          The sofa selection combo box.
        • sofaSelectionPanel
          JPanel sofaSelectionPanel
          The sofa selection panel.
        • stringType
          org.apache.uima.cas.Type stringType
          The string type.
        • tabbedChoicePane
          JTabbedPane tabbedChoicePane
          The tabbed choice pane.
        • textPane
          JTextPane textPane
          The text pane.
        • textScrollPane
          JScrollPane textScrollPane
          The text scroll pane.
        • typeCheckBoxScrollPane
          JScrollPane typeCheckBoxScrollPane
          The type check box scroll pane.
        • typeCheckBoxVerticalScrollPanel
          org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel typeCheckBoxVerticalScrollPanel
          The type check box vertical scroll panel.
        • typeColorMap
          Map<String,Color> typeColorMap
          The type color map.
        • typeRadioButtonMap
          Map<org.apache.uima.cas.Type,JRadioButton> typeRadioButtonMap
          The type radio button map.
        • typeRadioButtonScrollPane
          JScrollPane typeRadioButtonScrollPane
          The type radio button scroll pane.
        • typeRadioButtonVerticalScrollPanel
          org.apache.uima.tools.viewer.CasAnnotationViewer.VerticallyScrollablePanel typeRadioButtonVerticalScrollPanel
          The type radio button vertical scroll panel.
        • typesNotChecked
          Set<String> typesNotChecked
          The types not checked.
        • typeSystem
          org.apache.uima.cas.TypeSystem typeSystem
          The type system.
        • typeToCheckBoxMap
          Map<org.apache.uima.cas.Type,JCheckBox> typeToCheckBoxMap
          The type to check box map.
        • useConsistentColors
          boolean useConsistentColors
          The use consistent colors.
        • userTypes
          List<String> userTypes
          The user types.
        • verticalSplitPane
          JSplitPane verticalSplitPane
          The vertical split pane.
        • viewMode
          short viewMode
          The view mode.
    • Class org.apache.uima.tools.viewer.CasTreeViewer

      class CasTreeViewer extends JPanel implements Serializable
      serialVersionUID:
      -674412767134245565L
      • Serialized Fields

        • annotationTextPane
          JTextPane annotationTextPane
          The annotation text pane.
        • annotationTypeLabel
          JLabel annotationTypeLabel
          The annotation type label.
        • featureTable
          JTable featureTable
          The feature table.
        • rightPanel
          JPanel rightPanel
          The right panel.
        • splitPane
          JSplitPane splitPane
          The split pane.
        • tree
          JTree tree
          The tree.