Serialized Form

  • Package org.apache.tika.batch

    • Error org.apache.tika.batch.BatchNoRestartError

      class BatchNoRestartError extends Error implements Serializable
  • Package org.apache.tika.gui

    • Class org.apache.tika.gui.TikaGUI

      class TikaGUI extends JFrame implements Serializable
      serialVersionUID:
      5883906936187059495L
      • Serialized Fields

        • cards
          JPanel cards
          Container for the editor cards.
        • chooser
          JFileChooser chooser
          File chooser.
        • context
          org.apache.tika.parser.ParseContext context
          Parsing context.
        • html
          JEditorPane html
          Formatted XHTML output.
        • imageParser
          org.apache.tika.gui.TikaGUI.ImageSavingParser imageParser
          Captures requested embedded images
        • json
          JEditorPane json
          Raw JSON source.
        • layout
          CardLayout layout
          The card layout for switching between different views.
        • metadata
          JEditorPane metadata
          Document metadata.
        • parser
          org.apache.tika.parser.Parser parser
          Configured parser instance.
        • text
          JEditorPane text
          Plain text output.
        • textMain
          JEditorPane textMain
          Main content output.
        • xml
          JEditorPane xml
          Raw XHTML source.