Uses of Interface
org.cumt.model.Container

Packages that use Container
org.cumt.model   
org.cumt.model.event   
 

Uses of Container in org.cumt.model
 

Classes in org.cumt.model that implement Container
 class Model
          Represents an UML model
 class PackageObject
          Represents a package
 

Methods in org.cumt.model that return Container
 Container BaseModelNode.getParent()
           
 

Methods in org.cumt.model with parameters of type Container
static
<T extends BaseModelNode>
java.util.List<T>
Model.search(java.lang.Class<T> type, java.lang.String name, Container<BaseModelNode> container)
          Searches for objects of a given type and name in a container
 void BaseModelNode.setParent(Container parent)
           
 

Uses of Container in org.cumt.model.event
 

Methods in org.cumt.model.event that return Container
 Container ContainerEvent.getContainer()
           
 

Constructors in org.cumt.model.event with parameters of type Container
ContainerEvent(java.lang.Object source, Container container, BaseModelNode object, int indexOfChild)
           
 



Copyright © 2006 null. All Rights Reserved.