org.eclipse.gmt.umlx.tx.editor.domains
Class UMappingsDomainProvider<T extends UMapping>

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider<T>
      extended by org.eclipse.gmt.umlx.editor.property.domains.ContextDomainProvider<UTransformation,T>
          extended by org.eclipse.gmt.umlx.tx.editor.domains.UMappingsDomainProvider<T>
All Implemented Interfaces:
IDomainProvider<T>

public class UMappingsDomainProvider<T extends UMapping>
extends ContextDomainProvider<UTransformation,T>


Constructor Summary
UMappingsDomainProvider(UTransformation context, T nullElement, java.lang.Class<T> typeClass)
           
 
Method Summary
 java.util.Collection<T> getDomain()
          Return the elements that define the domain.
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.ContextDomainProvider
getNullElement, getTitle
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider
getElementsTitle, getImage, getLabel, getParentImage, getParentLabel, getParentsTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMappingsDomainProvider

public UMappingsDomainProvider(UTransformation context,
                               T nullElement,
                               java.lang.Class<T> typeClass)
Method Detail

getDomain

public java.util.Collection<T> getDomain()
Description copied from interface: IDomainProvider
Return the elements that define the domain.

Returns:
the domain elements