org.eclipse.uml2.uml.editor.presentation
Class UMLEditor.UMLPropertySource

java.lang.Object
  extended byorg.eclipse.emf.edit.ui.provider.PropertySource
      extended byorg.eclipse.uml2.uml.editor.presentation.UMLEditor.UMLPropertySource
All Implemented Interfaces:
IPropertySource
Enclosing class:
UMLEditor

protected static class UMLEditor.UMLPropertySource
extends PropertySource


Field Summary
protected  List stereotypeApplicationItemPropertyDescriptors
           
 
Fields inherited from class org.eclipse.emf.edit.ui.provider.PropertySource
itemPropertySource, object
 
Constructor Summary
protected UMLEditor.UMLPropertySource(Object object, IItemPropertySource itemPropertySource)
           
 
Method Summary
protected  IPropertyDescriptor createPropertyDescriptor(IItemPropertyDescriptor itemPropertyDescriptor)
           
protected  IItemPropertyDescriptor getItemPropertyDescriptor(Object propertyId)
           
 IPropertyDescriptor[] getPropertyDescriptors()
           
 Object getPropertyValue(Object propertyId)
           
 boolean isPropertySet(Object propertyId)
           
 void resetPropertyValue(Object propertyId)
           
 void setPropertyValue(Object propertyId, Object value)
           
 
Methods inherited from class org.eclipse.emf.edit.ui.provider.PropertySource
getEditableValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stereotypeApplicationItemPropertyDescriptors

protected List stereotypeApplicationItemPropertyDescriptors
Constructor Detail

UMLEditor.UMLPropertySource

protected UMLEditor.UMLPropertySource(Object object,
                                      IItemPropertySource itemPropertySource)
Method Detail

createPropertyDescriptor

protected IPropertyDescriptor createPropertyDescriptor(IItemPropertyDescriptor itemPropertyDescriptor)

getPropertyDescriptors

public IPropertyDescriptor[] getPropertyDescriptors()

getItemPropertyDescriptor

protected IItemPropertyDescriptor getItemPropertyDescriptor(Object propertyId)

getPropertyValue

public Object getPropertyValue(Object propertyId)

isPropertySet

public boolean isPropertySet(Object propertyId)

resetPropertyValue

public void resetPropertyValue(Object propertyId)

setPropertyValue

public void setPropertyValue(Object propertyId,
                             Object value)

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.