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

Packages that use ContainmentSet
uk.ac.kcl.cch.jb.pliny.containmentView   
uk.ac.kcl.cch.jb.pliny.containmentView.actions   
uk.ac.kcl.cch.jb.pliny.containmentView.model   
uk.ac.kcl.cch.jb.pliny.containmentView.parts   
 

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

Methods in uk.ac.kcl.cch.jb.pliny.containmentView that return ContainmentSet
 ContainmentSet ContainmentViewPage.getContainmentSet()
          gets the ContainmentSet this page is using as the basis for its display.
 

Uses of ContainmentSet in uk.ac.kcl.cch.jb.pliny.containmentView.actions
 

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.actions with parameters of type ContainmentSet
SpecifyTypeExclusionAction(ContainmentSet containmentSet, LOType type)
          generates an instance of the action to include or exclude the given LOtype from the types to be displayed in the Containment View.
AddParentsAction(ContainmentSet set, Vector items)
          constructs the action so that it will add parents of selected ContainmentItems contained in items that appear within the given ContainmentSet
AddChildrenAction(ContainmentSet set, Vector items)
          constructs the action so that it will add children of selected ContainmentItems contained in items that appear within the given ContainmentSet
AddBothAction(ContainmentSet set, Vector items)
          constructs the action so that it will add parents and children of selected ContainmentItems contained in items that appear within the given ContainmentSet
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.model with parameters of type ContainmentSet
ContainmentLink(ContainmentItem from, ContainmentItem to, ContainmentSet containmentSet)
          constructs this object for a given pair of ContainmentItems that belong in the given ContainmentSet.
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.
 

Uses of ContainmentSet in uk.ac.kcl.cch.jb.pliny.containmentView.parts
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView.parts that return ContainmentSet
 ContainmentSet ContainmentSetPart.getContainmentSet()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.parts with parameters of type ContainmentSet
ContainmentSetPart(ContainmentSet set)