Uses of Interface
org.eclipse.graphiti.mm.pictograms.ContainerShape

Packages that use ContainerShape
org.eclipse.graphiti.features.context   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.mm.pictograms   
org.eclipse.graphiti.mm.pictograms.impl   
org.eclipse.graphiti.mm.pictograms.util   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.services   
org.eclipse.graphiti.tb   
 

Uses of ContainerShape in org.eclipse.graphiti.features.context
 

Methods in org.eclipse.graphiti.features.context that return ContainerShape
 ContainerShape IMoveShapeContext.getSourceContainer()
          Gets the source container.
 ContainerShape ITargetContext.getTargetContainer()
          Gets the target container.
 

Uses of ContainerShape in org.eclipse.graphiti.features.context.impl
 

Fields in org.eclipse.graphiti.features.context.impl declared as ContainerShape
private  ContainerShape MoveShapeContext.sourceContainer
           
private  ContainerShape AddContext.targetContainer
           
private  ContainerShape CreateContext.targetContainer
           
private  ContainerShape MoveShapeContext.targetContainer
           
 

Methods in org.eclipse.graphiti.features.context.impl that return ContainerShape
 ContainerShape MoveShapeContext.getSourceContainer()
           
 ContainerShape AddContext.getTargetContainer()
           
 ContainerShape CreateContext.getTargetContainer()
           
 ContainerShape MoveShapeContext.getTargetContainer()
           
 

Methods in org.eclipse.graphiti.features.context.impl with parameters of type ContainerShape
 void MoveShapeContext.setSourceContainer(ContainerShape sourceContainer)
          Sets the source container.
 void AddContext.setTargetContainer(ContainerShape targetContainer)
          Sets the target container.
 void CreateContext.setTargetContainer(ContainerShape targetContainer)
          Sets the target container.
 void MoveShapeContext.setTargetContainer(ContainerShape targetContainer)
          Sets the target container.
 

Uses of ContainerShape in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl with parameters of type ContainerShape
private  java.util.List<Anchor> DefaultMoveShapeFeature.getAnchors(ContainerShape containerShape)
           
 

Uses of ContainerShape in org.eclipse.graphiti.mm.pictograms
 

Subinterfaces of ContainerShape in org.eclipse.graphiti.mm.pictograms
 interface Diagram
          A representation of the model object 'Diagram'.
 

Methods in org.eclipse.graphiti.mm.pictograms that return ContainerShape
 ContainerShape PictogramsFactory.createContainerShape()
          Returns a new object of class 'Container Shape'.
 ContainerShape Shape.getContainer()
          Returns the value of the 'Container' container reference.
 

Methods in org.eclipse.graphiti.mm.pictograms with parameters of type ContainerShape
 void Shape.setContainer(ContainerShape value)
          Sets the value of the 'Container' container reference.
 

Uses of ContainerShape in org.eclipse.graphiti.mm.pictograms.impl
 

Classes in org.eclipse.graphiti.mm.pictograms.impl that implement ContainerShape
 class ContainerShapeImpl
          An implementation of the model object 'Container Shape'.
 class DiagramImpl
          An implementation of the model object 'Diagram'.
 

Methods in org.eclipse.graphiti.mm.pictograms.impl that return ContainerShape
 ContainerShape ShapeImpl.basicGetContainer()
           
 ContainerShape PictogramsFactoryImpl.createContainerShape()
           
 ContainerShape ShapeImpl.getContainer()
           
 

Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type ContainerShape
 NotificationChain ShapeImpl.basicSetContainer(ContainerShape newContainer, NotificationChain msgs)
           
 void ShapeImpl.setContainer(ContainerShape newContainer)
           
 

Uses of ContainerShape in org.eclipse.graphiti.mm.pictograms.util
 

Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type ContainerShape
 T PictogramsSwitch.caseContainerShape(ContainerShape object)
          Returns the result of interpreting the object as an instance of 'Container Shape'.
 

Uses of ContainerShape in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern with parameters of type ContainerShape
private  java.util.List<Anchor> AbstractPattern.getAnchors(ContainerShape containerShape)
           
 

Uses of ContainerShape in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return ContainerShape
 ContainerShape IPeCreateService.createContainerShape(ContainerShape parentContainerShape, boolean active)
          Creates a container shape inside the given parent container shape.
 

Methods in org.eclipse.graphiti.services with parameters of type ContainerShape
 ContainerShape IPeCreateService.createContainerShape(ContainerShape parentContainerShape, boolean active)
          Creates a container shape inside the given parent container shape.
 Shape IPeCreateService.createShape(ContainerShape parentContainerShape, boolean active)
          Creates a shape inside the given parent container shape.
 java.util.Collection<Shape> IPeService.getAllContainedShapes(ContainerShape cs)
          Returns all the contained container shapes.
 

Uses of ContainerShape in org.eclipse.graphiti.tb
 

Methods in org.eclipse.graphiti.tb with parameters of type ContainerShape
 GraphicsAlgorithm DefaultToolBehaviorProvider.getContentArea(ContainerShape cs)
           
 GraphicsAlgorithm IToolBehaviorProvider.getContentArea(ContainerShape cs)
          The returned graphics algorithm defines the technical container for active children.
 



Copyright (c) SAP AG 2005, 2010.