Package com.logicaldoc.impex.application
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.SingleFrameApplicationApplication 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
 
- 
- 
Field SummaryFields Modifier and Type Field Description static FilearchiveDirstatic Indexindex
 - 
Constructor SummaryConstructors Constructor Description ArchiveViewer()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbrowse()Shows all the documents into the selected archive.ArchiveVerifiergetVerifier()static voidmain(String[] args)voidopen()Retrieves the archive directory choosed by the user.voidsearch()Search into the selected archive the documents that matches the search criteria.voidshowContentPanel(JPanel panel)- 
Methods inherited from class org.jdesktop.application.SingleFrameApplicationgetMainFrame, getMainView, show, show, show
 - 
Methods inherited from class org.jdesktop.application.ApplicationaddExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, removeExitListener
 
- 
 
- 
- 
- 
Method Detail- 
showContentPanelpublic 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.
 - 
mainpublic static void main(String[] args) 
 - 
getVerifierpublic ArchiveVerifier getVerifier() 
 
- 
 
-