org.eclipse.gmt.umlx.editor.property.sources
Class ENamedElementPropertySource<M extends org.eclipse.emf.ecore.ENamedElement>

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.property.sources.AbstractPropertySource
      extended by org.eclipse.gmt.umlx.editor.property.sources.ModelPropertySource<M>
          extended by org.eclipse.gmt.umlx.editor.property.sources.EModelPropertySource<M>
              extended by org.eclipse.gmt.umlx.editor.property.sources.ENamedElementPropertySource<M>
All Implemented Interfaces:
IModelPropertySource, IModelPropertySource2<M>, org.eclipse.ui.views.properties.IPropertySource, org.eclipse.ui.views.properties.IPropertySource2

public class ENamedElementPropertySource<M extends org.eclipse.emf.ecore.ENamedElement>
extends EModelPropertySource<M>


Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.editor.property.sources.AbstractPropertySource
READ_ONLY
 
Constructor Summary
ENamedElementPropertySource(java.lang.String categoryName, M model)
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.sources.EModelPropertySource
addBoolean, addBoolean, addBoolean, addEnumerator, addInteger, addInteger, addInteger, addNamedElement, addNamedElement, addNamedElement, addObject, addObject, addObject, addReadOnly, addString, addString, addString
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.sources.ModelPropertySource
add, getCategoryName, getModel, isSettable, toString
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.sources.AbstractPropertySource
getEditableValue, getPropertyDescriptor, getPropertyDescriptors, getPropertySource, getPropertyValue, isPropertyIdentity, isPropertyResettable, isPropertySet, isPropertySettable, isPropertyVolatile, resetPropertyValue, setPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.property.sources.IModelPropertySource2
isPropertyIdentity, isPropertyVolatile
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.property.sources.IModelPropertySource
getPropertyDescriptor, isPropertySettable
 
Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource2
isPropertyResettable, isPropertySet
 
Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource
getEditableValue, getPropertyDescriptors, getPropertyValue, resetPropertyValue, setPropertyValue
 

Constructor Detail

ENamedElementPropertySource

public ENamedElementPropertySource(java.lang.String categoryName,
                                   M model)