org.eclipse.gmt.umlx.tx.editor.domains
Class UTypedModelsDomainProvider

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,UTypedModel>
          extended by org.eclipse.gmt.umlx.tx.editor.domains.UTypedModelsDomainProvider
All Implemented Interfaces:
IDomainProvider<UTypedModel>

public class UTypedModelsDomainProvider
extends ContextDomainProvider<UTransformation,UTypedModel>


Constructor Summary
UTypedModelsDomainProvider(UTransformation context)
           
 
Method Summary
 java.util.Collection<UTypedModel> 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

UTypedModelsDomainProvider

public UTypedModelsDomainProvider(UTransformation context)
Method Detail

getDomain

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

Returns:
the domain elements