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

Packages that use IPropertyChangeObject
uk.ac.kcl.cch.jb.pliny.browser   
uk.ac.kcl.cch.jb.pliny.containmentView.model   
uk.ac.kcl.cch.jb.pliny.editors   
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.jb.pliny.views.utils   
uk.ac.kcl.cch.rdb2java.dynData   
 

Uses of IPropertyChangeObject in uk.ac.kcl.cch.jb.pliny.browser
 

Classes in uk.ac.kcl.cch.jb.pliny.browser that implement IPropertyChangeObject
 class BrowserEditor
          A web browser integrated with Pliny so that it runs a browser and a Pliny reference area separated by a SWT sash.
 

Uses of IPropertyChangeObject in uk.ac.kcl.cch.jb.pliny.containmentView.model
 

Classes in uk.ac.kcl.cch.jb.pliny.containmentView.model that implement IPropertyChangeObject
 class ContainmentItem
          this model class for the ContainmentView corresponds to the boxes in the graph that, in turn, correspond to the Resources that are connected to the main resource the display is centered around.
 class ContainmentLink
          this model class for the ContainmentView represents a link between two ContainmentItems.
 class ContainmentLinkEnd
          part of the data model for the ContainmentView that represents the ends (arrowheads) of the links between ContainmentItems.
 class ContainmentSet
          this model class for the ContainmentView represents the top level object for the a view page.
 class IncludedTypeManager
          an object from this class manages information about which links of which LOType should be included or excluded from the Containment View.
 

Uses of IPropertyChangeObject in uk.ac.kcl.cch.jb.pliny.editors
 

Subinterfaces of IPropertyChangeObject in uk.ac.kcl.cch.jb.pliny.editors
 interface IResourceChangeablePart
          Editor or view parts should implement this interface when they operate in such a way that the Resource they work with can change during operation.
 

Classes in uk.ac.kcl.cch.jb.pliny.editors that implement IPropertyChangeObject
 class ResourceChangingAnnouncer
          A convenience class to implement code that provides a service of announcing a property change whenever a Resource changes.
 

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

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

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

Classes in uk.ac.kcl.cch.jb.pliny.model that implement IPropertyChangeObject
 class DBServices
          provides linking services between the DB engine and the rdb2java model objects.
 class Favourite
           
 class GlobalData
           
 class Link
           
 class LinkableObject
           
 class LOType
           
static class LOType.CurrentTypeManager
           
 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 ReferencerList
          the model class that corresponds to the Pliny referencer for a LinkableObject that can be displayed in a reference/annotation area.
 class Resource
           
 class ResourceHolder
          acts as a surrogate for a {link Resource} which is acting as the root part for a GEF reference/annotation area display.
 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 IPropertyChangeObject in uk.ac.kcl.cch.jb.pliny.pdfAnnot.model
 

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

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

Classes in uk.ac.kcl.cch.jb.pliny.views.utils that implement IPropertyChangeObject
 class ResourceNameInitialLetter
          this class is part of the Resource Explorer data model and keeps track of Pliny Resources of a certain ObjectType with a specified intial letter.
 class ResourceNameManager
          manages the Resource items associated with a particular ObjectType by working with their names to handle the grouping of resources by the initial letter of their name and creating the required set of ResourceNameInitialLetter objects.
 

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

Classes in uk.ac.kcl.cch.rdb2java.dynData that implement IPropertyChangeObject
 class BaseNodeObject
           
 class BaseObject
           
 class ConnectorObject
           
 class PropertyChangeObject