Uses of Interface
uk.ac.kcl.cch.jb.pliny.views.utils.IResourceExplorerItem

Packages that use IResourceExplorerItem
uk.ac.kcl.cch.jb.pliny.views.utils   
 

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

Classes in uk.ac.kcl.cch.jb.pliny.views.utils that implement IResourceExplorerItem
 class NoteSearchRoot
          used by the NoteSearchView as the root of the model for its display, and contains items that were selected by the query.
 class ResourceExplorerContainsList
          the Resource Explorer's model element for the 4th level "Contains" item.
 class ResourceExplorerDisplayedInItem
          the Resource Explorer's model element for the 5th level items displayed under the 4th level "Displayed In" item.
 class ResourceExplorerDisplayedInList
          the Resource Explorer's model element for the 4th level "Displayed In" item.
 class ResourceExplorerFavGroupItem
          provides the model object for the Favourites (now called 'Bookmarks') list.
 class ResourceExplorerFavouriteItem
          provides the model object for each Favourites (now called 'Bookmarks') list.
 class ResourceExplorerInitialLetterItem
          represents the Resource Explorer's 2nd level (initial letter of name) level item in its data model.
 class ResourceExplorerItemBase
          provides an abstract base class that provides functionality shared by many of the classes that make up the Resource Explorer's data model.
 class 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.
 class ResourceExplorerObjectTypeItem
          provides Resource Explorer model elements for Pliny ObjectTypes -- the top level of the Resource Explorer's display.
 class ResourceExplorerResourceItem
          provides Resource Explorer model elements for Pliny Resources displayed in the Resource Explorer's display.
 class ResourceExplorerRoot
          the root object for the Resource Explorer's tree display.
 class ResourceExplorerSurrogateItem
          the Resource Explorer's model element for data that appears in a Resource's reference/annotation area.
 class ResourceExplorerSurrogateListItemBase
          an abstract class that provides base functionality for those Resource Explorer model items that manage lists of Pliny Resources.
 

Fields in uk.ac.kcl.cch.jb.pliny.views.utils declared as IResourceExplorerItem
protected  IResourceExplorerItem ResourceExplorerSurrogateListItemBase.parent
           
 

Methods in uk.ac.kcl.cch.jb.pliny.views.utils that return IResourceExplorerItem
 IResourceExplorerItem ResourceExplorerSurrogateListItemBase.getParent()
           
abstract  IResourceExplorerItem ResourceExplorerSurrogateListItemBase.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerRoot.getParent()
           
 IResourceExplorerItem ResourceExplorerRoot.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerResourceItem.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerObjectTypeItem.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerNamedModelItem.getParent()
           
abstract  IResourceExplorerItem ResourceExplorerItemBase.getParent()
           
abstract  IResourceExplorerItem ResourceExplorerItemBase.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerInitialLetterItem.getParent()
           
 IResourceExplorerItem ResourceExplorerInitialLetterItem.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerFavGroupItem.getParent()
           
 IResourceExplorerItem ResourceExplorerFavGroupItem.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerDisplayedInList.makeChild(Object item)
           
 IResourceExplorerItem ResourceExplorerContainsList.makeChild(Object item)
           
 IResourceExplorerItem NoteSearchRoot.getParent()
           
 IResourceExplorerItem IResourceExplorerItem.getParent()
          returns the parent item of this item in the Resource Explorer display tree.
 

Constructors in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type IResourceExplorerItem
ResourceExplorerSurrogateListItemBase(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject, String myName, String trackingProperty, List surrogateList)
           
ResourceExplorerSurrogateItem(IResourceTreeView myView, IResourceExplorerItem parent, LinkableObject linkableObject)
           
ResourceExplorerResourceItem(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject)
           
ResourceExplorerObjectTypeItem(IResourceTreeView myView, IResourceExplorerItem parent, ObjectType theObject)
           
ResourceExplorerNamedModelItem(IResourceTreeView myView, IResourceExplorerItem parent, INamedObject theObject, String trackingProperty, String nameProperty)
           
ResourceExplorerFavouriteItem(IResourceTreeView myView, IResourceExplorerItem parent, Favourite favourite)
           
ResourceExplorerDisplayedInList(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject)
           
ResourceExplorerDisplayedInItem(IResourceTreeView myView, IResourceExplorerItem parent, LinkableObject linkableObject)
           
ResourceExplorerContainsList(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject)