Uses of Interface
uk.ac.kcl.cch.jb.pliny.dnd.IGetsArchiveEntries

Packages that use IGetsArchiveEntries
uk.ac.kcl.cch.jb.pliny.dnd   
uk.ac.kcl.cch.jb.pliny.imageRes.dnd   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd   
uk.ac.kcl.cch.jb.pliny.views.utils   
 

Uses of IGetsArchiveEntries in uk.ac.kcl.cch.jb.pliny.dnd
 

Methods in uk.ac.kcl.cch.jb.pliny.dnd with parameters of type IGetsArchiveEntries
 void IResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource r)
          provides a way for the Pliny archive importer to give your access to data from its archive that you will want to store in a local cache.
 void AbstractResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource r)
          override this method to provide support for creating cache data from Pliny archive files.
 

Uses of IGetsArchiveEntries in uk.ac.kcl.cch.jb.pliny.imageRes.dnd
 

Methods in uk.ac.kcl.cch.jb.pliny.imageRes.dnd with parameters of type IGetsArchiveEntries
 void ImageEditorResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource resource)
           
 

Uses of IGetsArchiveEntries in uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd
 

Methods in uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd with parameters of type IGetsArchiveEntries
 void PdfEditorResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource r)
           
 

Uses of IGetsArchiveEntries in uk.ac.kcl.cch.jb.pliny.views.utils
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils that implement IGetsArchiveEntries
 class PlinyArchiveImporter
          the Pliny Archive importer.