Uses of Interface
org.eclipse.ui.views.properties.IPropertyDescriptor
-
Packages that use IPropertyDescriptor Package Description org.eclipse.ui.views.properties 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 IPropertyDescriptor Modifier and Type Class Description class
ColorPropertyDescriptor
Descriptor for a property that has a color value which should be edited with a color cell editor.class
ComboBoxPropertyDescriptor
Descriptor for a property that has a value which should be edited with a combo box cell editor.class
PropertyDescriptor
Standard implementation for property descriptors.class
TextPropertyDescriptor
Descriptor 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 IPropertyDescriptor Modifier and Type Field Description protected static IPropertyDescriptor[]
ResourcePropertySource. propertyDescriptors
protected static IPropertyDescriptor[]
ResourcePropertySource. propertyDescriptorsLinkVariable
Methods in org.eclipse.ui.views.properties that return IPropertyDescriptor Modifier and Type Method Description protected IPropertyDescriptor
PropertySheetEntry. getDescriptor()
Returns the descriptor for this entry.IPropertyDescriptor[]
FilePropertySource. getPropertyDescriptors()
IPropertyDescriptor[]
IPropertySource. getPropertyDescriptors()
Returns the list of property descriptors for this property source.IPropertyDescriptor[]
ResourcePropertySource. getPropertyDescriptors()
Methods in org.eclipse.ui.views.properties with parameters of type IPropertyDescriptor Modifier and Type Method Description boolean
IPropertyDescriptor. isCompatibleWith(IPropertyDescriptor anotherProperty)
Returns whether this property descriptor and the given one are compatible.boolean
PropertyDescriptor. isCompatibleWith(IPropertyDescriptor anotherProperty)
TheSimplePropertyDescriptor
implementation of thisIPropertyDescriptor
method returns true if the other property has the same id and category andgetAlwaysIncompatible()
returns false
-