Serialized Form


Package org.apache.tika.gui

Class org.apache.tika.gui.TikaGUI extends JFrame implements Serializable

serialVersionUID: 5883906936187059495L

Serialized Fields

context

org.apache.tika.parser.ParseContext context
Parsing context.


parser

org.apache.tika.parser.Parser parser
Configured parser instance.


imageParser

org.apache.tika.gui.TikaGUI.ImageSavingParser imageParser
Captures requested embedded images


layout

CardLayout layout
The card layout for switching between different views.


cards

JPanel cards
Container for the editor cards.


html

JEditorPane html
Formatted XHTML output.


text

JEditorPane text
Plain text output.


textMain

JEditorPane textMain
Main content output.


xml

JEditorPane xml
Raw XHTML source.


metadata

JEditorPane metadata
Document metadata.


chooser

JFileChooser chooser
File chooser.



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.