Uses of Interface
org.eclipse.ui.views.properties.IPropertyDescriptor
Packages that use IPropertyDescriptor
Package
Description
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IPropertyDescriptor in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IPropertyDescriptorModifier and TypeClassDescriptionclassDescriptor for a property that has a color value which should be edited with a color cell editor.classDescriptor for a property that has a value which should be edited with a combo box cell editor.classStandard implementation for property descriptors.classDescriptor for a property that has a value which should be edited with a text cell editor.Fields in org.eclipse.ui.views.properties declared as IPropertyDescriptorModifier and TypeFieldDescriptionprotected static IPropertyDescriptor[]ResourcePropertySource.propertyDescriptorsprotected static IPropertyDescriptor[]ResourcePropertySource.propertyDescriptorsLinkVariableMethods in org.eclipse.ui.views.properties that return IPropertyDescriptorModifier and TypeMethodDescriptionprotected IPropertyDescriptorPropertySheetEntry.getDescriptor()Returns the descriptor for this entry.FilePropertySource.getPropertyDescriptors()IPropertySource.getPropertyDescriptors()Returns the list of property descriptors for this property source.ResourcePropertySource.getPropertyDescriptors()Methods in org.eclipse.ui.views.properties with parameters of type IPropertyDescriptorModifier and TypeMethodDescriptionbooleanIPropertyDescriptor.isCompatibleWith(IPropertyDescriptor anotherProperty) Returns whether this property descriptor and the given one are compatible.booleanPropertyDescriptor.isCompatibleWith(IPropertyDescriptor anotherProperty) TheSimplePropertyDescriptorimplementation of thisIPropertyDescriptormethod returns true if the other property has the same id and category andgetAlwaysIncompatible()returns false