Uses of Class
org.eclipse.ui.views.properties.PropertyDescriptor
-
Packages that use PropertyDescriptor 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 PropertyDescriptor in org.eclipse.ui.views.properties
Subclasses of PropertyDescriptor in org.eclipse.ui.views.properties Modifier and Type Class Description classColorPropertyDescriptorDescriptor for a property that has a color value which should be edited with a color cell editor.classComboBoxPropertyDescriptorDescriptor for a property that has a value which should be edited with a combo box cell editor.classTextPropertyDescriptorDescriptor for a property that has a value which should be edited with a text cell editor.
-