Uses of Package
uk.ac.kcl.cch.jb.pliny.views.utils

Packages that use uk.ac.kcl.cch.jb.pliny.views.utils
uk.ac.kcl.cch.jb.pliny.actions   
uk.ac.kcl.cch.jb.pliny.commands   
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   
uk.ac.kcl.cch.jb.pliny.views.utils   
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.actions
IResourceTreeView
          all ViewParts that wish to implement a Resource Explorer like GUI should implement this interface.
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.commands
IResourceTreeView
          all ViewParts that wish to implement a Resource Explorer like GUI should implement this interface.
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.dnd
IResourceTreeView
          all ViewParts that wish to implement a Resource Explorer like GUI should implement this interface.
PlinyImportException
          the exception to use when exceptional problems arise during importing of data from Pliny.
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.imageRes.dnd
PlinyImportException
          the exception to use when exceptional problems arise during importing of data from Pliny.
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd
PlinyImportException
          the exception to use when exceptional problems arise during importing of data from Pliny.
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.views
IResourceTreeView
          all ViewParts that wish to implement a Resource Explorer like GUI should implement this interface.
 

Classes in uk.ac.kcl.cch.jb.pliny.views.utils used by uk.ac.kcl.cch.jb.pliny.views.utils
IPlinyExporter
          code that wishes to act as an exporter for Pliny data must implement this interface.
IPlinyImporter
          code that wishes to act as an importer for Pliny data must implement this interface.
IResourceExplorerItem
          items that participate as model items in the Resource Explorer's tree display should implement this interface.
IResourceTreeView
          all ViewParts that wish to implement a Resource Explorer like GUI should implement this interface.
PlinyExportException
          the exception to use when exceptional problems arise during exporting of data from Pliny.
PlinyImportException
          the exception to use when exceptional problems arise during importing of data from Pliny.
PlinyTxtImporter
          the importer to take a plain text file delineated into notes and create a set of Pliny NoteLucened objects from them.
ResourceExplorerInitialLetterItem
          represents the Resource Explorer's 2nd level (initial letter of name) level item in its data model.
ResourceExplorerItemBase
          provides an abstract base class that provides functionality shared by many of the classes that make up the Resource Explorer's data model.
ResourceExplorerNamedModelItem
          this abstract class provides base implementation for all Resource Explorer display items which display names that come from the Pliny data model, and hence can be edited.
ResourceExplorerObjectTypeItem
          provides Resource Explorer model elements for Pliny ObjectTypes -- the top level of the Resource Explorer's display.
ResourceExplorerResourceItem
          provides Resource Explorer model elements for Pliny Resources displayed in the Resource Explorer's display.
ResourceExplorerRoot
          the root object for the Resource Explorer's tree display.
ResourceExplorerSurrogateListItemBase
          an abstract class that provides base functionality for those Resource Explorer model items that manage lists of Pliny Resources.
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.
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.