Klasse AnnotationItemProviderAdapterFactory.DecategorizingItemPropertyDescritorDecorator
java.lang.Object
org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
org.eclipse.emf.cdo.etypes.provider.annotation.AnnotationItemProviderAdapterFactory.DecategorizingItemPropertyDescritorDecorator
- Alle implementierten Schnittstellen:
IItemPropertyDescriptor,IItemPropertyDescriptor.ValueHandlerProvider,IPropertyEditorFactory.Provider
- Umschließende Klasse:
AnnotationItemProviderAdapterFactory
public static final class AnnotationItemProviderAdapterFactory.DecategorizingItemPropertyDescritorDecorator
extends ItemPropertyDescriptorDecorator
A property descriptor created by
.
It specialized
AnnotationItemProviderAdapterFactory#getPropertyDescriptors
and used by
Ungültige Referenz
AnnotationItemProvider.SourcePropertyDescriptor#createPropertyValueWrapper(Object, Object)
getCategory(Object) to return null but provides getCategory() to give access to the original category.-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.edit.provider.IItemPropertyDescriptor
IItemPropertyDescriptor.OverrideableCommandOwner, IItemPropertyDescriptor.ValueHandler, IItemPropertyDescriptor.ValueHandlerProvider -
Feldübersicht
Von Klasse geerbte Felder org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
itemPropertyDescriptor, object -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDecategorizingItemPropertyDescritorDecorator(Object object, IItemPropertyDescriptor itemPropertyDescriptor) Creates an instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the group of properties into which this one should be placed based on the underlying property descriptor being decorated.getCategory(Object thisObject) Von Klasse geerbte Methoden org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
canSetProperty, getChoiceOfValues, getDecoratedItemPropertyDescriptor, getDecoratedObject, getDescription, getDisplayName, getEditorFactory, getFeature, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getPropertyValue, getValueHandler, isChoiceArbitrary, isCompatibleWith, isMany, isMultiLine, isPropertySet, isPropertyUnsettable, isSortChoices, resetPropertyValue, setPropertyValue
-
Konstruktordetails
-
DecategorizingItemPropertyDescritorDecorator
public DecategorizingItemPropertyDescritorDecorator(Object object, IItemPropertyDescriptor itemPropertyDescriptor) Creates an instance.- Parameter:
object- the object of the property descriptor being decorated.itemPropertyDescriptor- the property descriptor to be decorated.
-
-
Methodendetails
-
getCategory
This implementation always returns
null.- Angegeben von:
getCategoryin SchnittstelleIItemPropertyDescriptor- Setzt außer Kraft:
getCategoryin KlasseItemPropertyDescriptorDecorator
-
getCategory
Returns the group of properties into which this one should be placed based on the underlying property descriptor being decorated.- Gibt zurück:
- the group of properties into which this one should be placed.
-