org.eclipse.uml2.provider
Class ElementItemProvider.UML2ItemPropertyDescriptor
java.lang.Object
org.eclipse.emf.edit.provider.ItemPropertyDescriptor
org.eclipse.uml2.provider.ElementItemProvider.UML2ItemPropertyDescriptor
- All Implemented Interfaces:
- IItemPropertyDescriptor, IItemPropertyDescriptor.OverrideableCommandOwner, IItemQualifiedTextProvider
- Enclosing class:
- ElementItemProvider
- protected static class ElementItemProvider.UML2ItemPropertyDescriptor
- extends ItemPropertyDescriptor
- implements IItemQualifiedTextProvider
Fields inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor |
adapterFactory, BOOLEAN_VALUE_IMAGE, category, commandOwner, description, displayName, ecorePackage, feature, filterFlags, GENERIC_VALUE_IMAGE, INTEGRAL_VALUE_IMAGE, isSettable, itemDelegator, parentReferences, REAL_VALUE_IMAGE, resourceLocator, staticImage, TEXT_VALUE_IMAGE |
Methods inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor |
canSetProperty, collectReachableObjectsOfType, createPropertyValueWrapper, getCategory, getComboBoxObjects, getCommandOwner, getCommandOwner, getDefaultValue, getDescription, getDisplayName, getEditingDomain, getFeature, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getPropertyValue, getReachableObjectsOfType, getValue, isCompatibleWith, isMany, isPropertySet, resetPropertyValue, setCommandOwner, setPropertyValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementItemProvider.UML2ItemPropertyDescriptor
protected ElementItemProvider.UML2ItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
String displayName,
String description,
EStructuralFeature feature,
boolean isSettable,
Object staticImage,
String category,
String[] filterFlags)
getChoiceOfValues
public Collection getChoiceOfValues(Object object)
- Specified by:
getChoiceOfValues
in interface IItemPropertyDescriptor
getQualifiedText
public String getQualifiedText(Object object)
- Description copied from interface:
IItemQualifiedTextProvider
- Fetches qualified text for the specified object instance.
- Specified by:
getQualifiedText
in interface IItemQualifiedTextProvider
- Parameters:
object
- The object instance for which to fetch qualified text.
- Returns:
- The qualified text.