Uses of Interface
interfaces.IShapeContainerState

Packages that use IShapeContainerState
classes.container   
classes.container.state   
 

Uses of IShapeContainerState in classes.container
 

Fields in classes.container declared as IShapeContainerState
 IShapeContainerState ShapeContainerContext.shapeContainerState
           
 

Constructors in classes.container with parameters of type IShapeContainerState
ShapeContainerContext(ShapeContainer shapeContainer, IShapeContainerState shapeContainerState)
          Initialize with the container and current state object
 

Uses of IShapeContainerState in classes.container.state
 

Classes in classes.container.state that implement IShapeContainerState
 class ShapeContainerEmptyState
          Performs the operations based on the empty state of the container
 class ShapeContainerFullState
          Performs the operations based on the full state of the container
 class ShapeContainerPartialState
          Performs the operations based on the partial state of the container