org.eclipse.gmt.umlx.editor.property.domains
Class EAttributesDomainProvider

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider<T>
      extended by org.eclipse.gmt.umlx.editor.property.domains.GImportsDomainProvider<org.eclipse.emf.ecore.EAttribute>
          extended by org.eclipse.gmt.umlx.editor.property.domains.EAttributesDomainProvider
All Implemented Interfaces:
IDomainProvider<org.eclipse.emf.ecore.EAttribute>

public class EAttributesDomainProvider
extends GImportsDomainProvider<org.eclipse.emf.ecore.EAttribute>

A EAttributesDomainProvider provides all EAttributes of all imported models as the domain available for selection in an EObjectListSelectionDialog.


Field Summary
static EAttributesDomainProvider INSTANCE
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.GImportsDomainProvider
getDomain, getNullElement, getParentImage, getParentLabel, getTitle
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider
getElementsTitle, getImage, getLabel, getParentsTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static EAttributesDomainProvider INSTANCE