Package org.eclipse.gmt.umlx.editor.property.domains

Interface Summary
IDomainProvider<T> IDomainProvider defines the domain of potential selections for an ObjectListSelectionDialog.
 

Class Summary
AbstractDomainProvider<T>  
ChildEAttributesDomainProvider  
ContextDomainProvider<M,T>  
EAttributesDomainProvider A EAttributesDomainProvider provides all EAttributes of all imported models as the domain available for selection in an EObjectListSelectionDialog.
EClassesDomainProvider A EClassesDomainProvider provides all EClasses of all imported models as the domain available for selection in an EObjectListSelectionDialog.
EClassifiersDomainProvider A EClassifiersDomainProvider provides all EClassifiers of all imported models as the domain available for selection in an EObjectListSelectionDialog.
EDataTypesDomainProvider A EDataTypesDomainProvider provides all EDataTypes of all imported models as the domain available for selection in an EObjectListSelectionDialog.
EPackagesDomainProvider A EPackagesDomainProvider provides all EPackages of all imported models as the domain available for selection in an EObjectListSelectionDialog.
GImportsDomainProvider<T extends EObject> A GImportsDomainProvider provides all elements of all imported models that inherited from a specified type as the domain availbalefor selection in an EObjectListSelectionDialog.
OCLExpressionTypeDomainProvider A OCLExpressionTypeDomainProvider provides the list of concrete instantiable Ocl types.