Class ArchiveViewer

java.lang.Object
org.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
com.logicaldoc.impex.application.ArchiveViewer

public class ArchiveViewer extends org.jdesktop.application.SingleFrameApplication
Application used to validate an archive created by LogicalDOC. It also allows to visualise and search documents inside the selected archive.
Since:
4.5
Author:
Matteo Caruso - LogicalDOC
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from class org.jdesktop.application.Application Link icon

    org.jdesktop.application.Application.ExitListener
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Shows all the documents into the selected archive.
    static File
     
    static Index
     
     
    static void
    main(String[] args)
     
    void
    Retrieves the archive directory choosed by the user.
    void
    Search into the selected archive the documents that matches the search criteria.
    static void
    setArchiveDir(File archiveDir)
     
    static void
    setIndex(Index index)
     
    void
     

    Methods inherited from class org.jdesktop.application.SingleFrameApplication Link icon

    getMainFrame, getMainView, show, show, show

    Methods inherited from class org.jdesktop.application.Application Link icon

    addExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, removeExitListener

    Methods inherited from class org.jdesktop.application.AbstractBean Link icon

    addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ArchiveViewer Link icon

      public ArchiveViewer()
  • Method Details Link icon

    • showContentPanel Link icon

      public void showContentPanel(JPanel panel)
    • open Link icon

      @Action public void open()
      Retrieves the archive directory choosed by the user.
    • browse Link icon

      @Action public void browse()
      Shows all the documents into the selected archive.
    • search Link icon

      @Action public void search()
      Search into the selected archive the documents that matches the search criteria.
    • main Link icon

      public static void main(String[] args)
    • getVerifier Link icon

      public ArchiveVerifier getVerifier()
    • getArchiveDir Link icon

      public static File getArchiveDir()
    • setArchiveDir Link icon

      public static void setArchiveDir(File archiveDir)
    • getIndex Link icon

      public static Index getIndex()
    • setIndex Link icon

      public static void setIndex(Index index)