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.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 SummaryNested classes/interfaces inherited from class org.jdesktop.application.Applicationorg.jdesktop.application.Application.ExitListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbrowse()Shows all the documents into the selected archive.static Filestatic IndexgetIndex()static voidvoidopen()Retrieves the archive directory choosed by the user.voidsearch()Search into the selected archive the documents that matches the search criteria.static voidsetArchiveDir(File archiveDir) static voidvoidshowContentPanel(JPanel panel) Methods inherited from class org.jdesktop.application.SingleFrameApplicationgetMainFrame, getMainView, show, show, showMethods inherited from class org.jdesktop.application.ApplicationaddExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, removeExitListenerMethods inherited from class org.jdesktop.application.AbstractBeanaddPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener
- 
Constructor Details- 
ArchiveViewerpublic ArchiveViewer()
 
- 
- 
Method Details- 
showContentPanel
- 
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
- 
getVerifier
- 
getArchiveDir
- 
setArchiveDir
- 
getIndex
- 
setIndex
 
-