Eclipse Platform
2.0

Uses of Interface
org.eclipse.ui.views.properties.IPropertyDescriptor

Packages that use IPropertyDescriptor
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
 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.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.