Uses of Interface
uk.ac.kcl.cch.rdb2java.dynData.IAuthorityListItem

Packages that use IAuthorityListItem
uk.ac.kcl.cch.jb.pliny.imageRes.model   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.model   
uk.ac.kcl.cch.rdb2java.dynData   
 

Uses of IAuthorityListItem in uk.ac.kcl.cch.jb.pliny.imageRes.model
 

Classes in uk.ac.kcl.cch.jb.pliny.imageRes.model that implement IAuthorityListItem
 class ImageResource
          an extension on the Pliny Resource that contains special data for Images.
 

Uses of IAuthorityListItem in uk.ac.kcl.cch.jb.pliny.model
 

Subinterfaces of IAuthorityListItem in uk.ac.kcl.cch.jb.pliny.model
 interface IHasLoType
          announces that the model data has a LOType value, and defines the method names used to access them.
 

Classes in uk.ac.kcl.cch.jb.pliny.model that implement IAuthorityListItem
 class Favourite
           
 class GlobalData
           
 class Link
           
 class LinkableObject
           
 class LOType
           
 class Note
           
 class NoteLucened
          an extension of the {link Note} class generated by rdb2java and managing the DB storage of data to support the simultaneous storing of Note text by Lucene.
 class ObjectType
           
 class Plugin
           
 class Resource
           
 class VirtualResource
          VirtualResource is used in places where a resource item needs to be shown for a reference/annotation area -- but there is as of yet no data in the reference/annotation area and hence a corresponding Resource to hold it is not yet needed in the backing store DB.
 

Uses of IAuthorityListItem in uk.ac.kcl.cch.jb.pliny.pdfAnnot.model
 

Classes in uk.ac.kcl.cch.jb.pliny.pdfAnnot.model that implement IAuthorityListItem
 class PdfResource
          an extension on the Pliny Resource that contains special data for PDF files.
 

Uses of IAuthorityListItem in uk.ac.kcl.cch.rdb2java.dynData
 

Methods in uk.ac.kcl.cch.rdb2java.dynData with parameters of type IAuthorityListItem
 boolean FKReferenceList.add(IAuthorityListItem thisItem)
           
 boolean FKReferenceList.remove(IAuthorityListItem thisItem)