Uses of Class
uk.ac.kcl.cch.jb.pliny.containmentView.model.IncludedTypeManager

Packages that use IncludedTypeManager
uk.ac.kcl.cch.jb.pliny.containmentView   
uk.ac.kcl.cch.jb.pliny.containmentView.model   
 

Uses of IncludedTypeManager in uk.ac.kcl.cch.jb.pliny.containmentView
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView that return IncludedTypeManager
 IncludedTypeManager ContainmentViewPage.getTypeManager()
          returns the IncludedTypeManager applicable to this page.
 IncludedTypeManager ContainmentView.getTypeManager()
          gets the IncludedTypeManager in effect at present, or creates one if there is none at present, and returns it.
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.model with parameters of type IncludedTypeManager
ContainmentSet(Resource startingResource, IncludedTypeManager typeManager)
          this constructor creates an instance of this object that is meant to be centered on the startingResource.
ContainmentItem(Resource myResource, ContainmentSet containmentSet, IncludedTypeManager typeManager)
          constructs an instance of a ContainmentItem for myResource, which is an item which needs to appear within the current containmentSet.