protected static class GenBaseItemProvider.GenItemPropertyDescriptor extends ItemPropertyDescriptor
ItemPropertyDescriptor.ItemDelegator, ItemPropertyDescriptor.PropertyValueWrapperIItemPropertyDescriptor.OverrideableCommandOwneradapterFactory, BOOLEAN_VALUE_IMAGE, category, commandOwner, description, displayName, ecorePackage, feature, filterFlags, GENERIC_VALUE_IMAGE, INTEGRAL_VALUE_IMAGE, isSettable, itemDelegator, multiLine, parentReferences, REAL_VALUE_IMAGE, resourceLocator, sortChoices, staticImage, TEXT_VALUE_IMAGE| Constructor and Description |
|---|
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory,
ResourceLocator resourceLocator,
java.lang.String displayName,
java.lang.String description,
EStructuralFeature feature,
boolean isSettable,
boolean multiLine,
boolean sortChoices,
java.lang.Object staticImage,
java.lang.String category,
java.lang.String[] filterFlags) |
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory,
java.lang.String displayName,
java.lang.String description,
EStructuralFeature feature,
boolean isSettable,
java.lang.Object staticImage,
java.lang.String category) |
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory,
java.lang.String displayName,
java.lang.String description,
EStructuralFeature feature,
boolean isSettable,
java.lang.String category) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetProperty(java.lang.Object object)
This determines whether this descriptor's property for the object supports set (and reset).
|
protected java.lang.Object |
createPropertyValueWrapper(java.lang.Object object,
java.lang.Object propertyValue) |
collectReachableObjectsOfType, collectReachableObjectsOfType, getCategory, getChoiceOfValues, getComboBoxObjects, getCommandOwner, getCommandOwner, getDefaultId, getDefaultValue, getDescription, getDisplayName, getEditingDomain, getFeature, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getPropertyValue, getReachableObjectsOfType, getReachableObjectsOfType, getValue, isCompatibleWith, isMany, isMultiLine, isPropertySet, isSortChoices, resetPropertyValue, setCommandOwner, setPropertyValuepublic GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.String category)
public GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category)
public GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
public boolean canSetProperty(java.lang.Object object)
ItemPropertyDescriptorcanSetProperty in interface IItemPropertyDescriptorcanSetProperty in class ItemPropertyDescriptorprotected java.lang.Object createPropertyValueWrapper(java.lang.Object object,
java.lang.Object propertyValue)
createPropertyValueWrapper in class ItemPropertyDescriptor