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

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

public class UVariablesDomainProvider
extends ContextDomainProvider<URelation,UVariable>


Constructor Summary
UVariablesDomainProvider(URelation context)
           
 
Method Summary
 java.util.Collection<UVariable> 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

UVariablesDomainProvider

public UVariablesDomainProvider(URelation context)
Method Detail

getDomain

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

Returns:
the domain elements