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

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

public class UClassVariablesDomainProvider
extends ContextDomainProvider<URelation,UClassVariable>


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

UClassVariablesDomainProvider

public UClassVariablesDomainProvider(URelation context)
Method Detail

getDomain

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

Returns:
the domain elements