Class 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

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

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

      Constructors 
      Constructor Description
      ArchiveViewer()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void browse()
      Shows all the documents into the selected archive.
      ArchiveVerifier getVerifier()  
      static void main​(String[] args)  
      void open()
      Retrieves the archive directory choosed by the user.
      void search()
      Search into the selected archive the documents that matches the search criteria.
      void showContentPanel​(JPanel panel)  
      • Methods inherited from class org.jdesktop.application.SingleFrameApplication

        getMainFrame, getMainView, show, show, show
      • Methods inherited from class org.jdesktop.application.Application

        addExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, removeExitListener
      • Methods inherited from class org.jdesktop.application.AbstractBean

        addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener
    • Field Detail

      • index

        public static Index index
      • archiveDir

        public static File archiveDir
    • Constructor Detail

      • ArchiveViewer

        public ArchiveViewer()
    • Method Detail

      • showContentPanel

        public void showContentPanel​(JPanel panel)
      • open

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

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

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

        public static void main​(String[] args)