Classes in
org.eclipse.gmf.runtime.emf.type.core used by
org.eclipse.gmf.runtime.emf.type.core
|
ClientContextManager
The context manager loads contexts from the elementTypeBindings
extension point and makes them available to the element type registry. |
ElementType
Abstract implementation for application element types. |
ElementTypeAddedEvent
Notification that an element type has been added to the
ElementTypeRegistry . |
ElementTypeRegistry
The registry of application element types, contributed by the
org.eclipse.gmf.runtime.emf.type.core.elementTypes extension
point, or registered directly through
ElementTypeRegistry.register(IMetamodelType) or
ElementTypeRegistry.register(ISpecializationType) . |
IClientContext
Interface of an object that defines a context to which clients of the element
type registry may bind element types and advice. |
IContainerDescriptor
Describes a model element container using an element matcher and containing
references. |
IEditHelperContext
The context of an editing gesture. |
IElementMatcher
Determines whether or not a model element matches a fixed set of criteria. |
IElementType
Interface used to define application-layer types that describe the kinds of
elements that can be displayed, created, modified and destroyed. |
IElementTypeDescriptor
Descriptor for an element type that has been defined in XML using the
elementTypes extension point. |
IElementTypeFactory
Factory for custom element types, which must implement one of the
IMetamodelType or ISpecializationType
interfaces. |
IElementTypeRegistryListener
Interface implemented by clients wishing to know when element types are added
to the element type registry. |
IMetamodelType
Interface used to define application-layer types that map directly to an
EClass . |
IMetamodelTypeDescriptor
Descriptor for a metamodel element type that has been defined in XML using
the elementTypes extension point. |
ISpecializationType
Interface used to define application-layer types that describe a
specialization of a metamodel type. |
ISpecializationTypeDescriptor
Descriptor for a specialization element type that has been defined in XML
using the elementTypes extension point. |
MetamodelType
Represents an element type that maps directly to a metamodel element type (
EClass ). |
NullElementType
Singleton element type that has no EClass . |