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

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

public class UDomainsDomainProvider
extends ContextDomainProvider<UTransformation,UDomain>


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

UDomainsDomainProvider

public UDomainsDomainProvider(UTransformation context)
Method Detail

getDomain

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

Returns:
the domain elements