Eidola home

Uses of Class
org.eidola.kernel.ContainerPart

Packages that use ContainerPart
org.eidola.kernel   
org.eidola.kernel.error   
org.eidola.kernel.event   
 

Uses of ContainerPart in org.eidola.kernel
 

Fields in org.eidola.kernel declared as ContainerPart
static ContainerPart Container.CONTENTS
          Part of a container.
static ContainerPart Element.OWNER
          Part of an element.
static ContainerPart NamedElement.NAME
           
static ContainerPart Capsule.PUBLIC_MEMBERS
          Part of a capsule.
static ContainerPart Capsule.PRIVATE_MEMBERS
          Part of a capsule.
static ContainerPart Namespace.ROOT
          Part of an container.
static ContainerPart Variable.TYPE
          Part of an element.
static ContainerPart Function.INPUTS
          Part of a function.
static ContainerPart Function.OUTPUTS
          Part of a function.
static ContainerPart Function.BODY
          Part of a function.
static ContainerPart Class.PARENTS
          Part of an element.
 

Uses of ContainerPart in org.eidola.kernel.error
 

Methods in org.eidola.kernel.error that return ContainerPart
 ContainerPart DuplicateParameter.getPart()
           
 ContainerPart UninitializedPart.getPart()
           
 

Constructors in org.eidola.kernel.error with parameters of type ContainerPart
DuplicateParameter(Element culprit, ContainerPart part, String s)
           
UninitializedPart(Container culprit, String s, ContainerPart part)
           
 

Uses of ContainerPart in org.eidola.kernel.event
 

Methods in org.eidola.kernel.event that return ContainerPart
 ContainerPart StructureChanged.getPart()
          Returns which part of the element's structure has changed (e.g. Element.OWNER)
 

Constructors in org.eidola.kernel.event with parameters of type ContainerPart
StructureChanged(Container source, ContainerPart part)
           
 


Eidola home