Class TikaGUI

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

public class TikaGUI extends JFrame implements ActionListener, HyperlinkListener
Simple Swing GUI for Apache Tika. You can drag and drop files on top of the window to have them parsed.
See Also:
  • Constructor Details

    • TikaGUI

      public TikaGUI(Parser parser)
  • Method Details