Eclipse Platform
2.0

Package org.eclipse.ui.views.properties

Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.

See:
          Description

Interface Summary
IPropertyDescriptor A descriptor for a property to be presented by a standard property sheet page (PropertySheetPage).
IPropertySheetEntry IPropertySheetEntry describes the model interface for the property sheet.
IPropertySheetEntryListener Listener for changes in objects of type IPropertySheetEntry.
IPropertySheetPage Interface for a property sheet page that appears in a property sheet view.
IPropertySource Interface to an object capable of supplying properties for display by the standard property sheet page implementation (PropertySheetPage).
IPropertySourceProvider Interface used by PropertySheetRoot to obtain an IPropertySource for a given object.
IResourcePropertyConstants This interface documents the property constants used by the resource property source.
 

Class Summary
ColorPropertyDescriptor Descriptor for a property that has a color value which should be edited with a color cell editor.
ComboBoxPropertyDescriptor Descriptor for a property that has a value which should be edited with a combo box cell editor.
FilePropertySource The FilePropertySource gives the extra information that is shown for files
PropertyDescriptor Standard implementation for property descriptors.
PropertySheet Main class for the Property Sheet View.
PropertySheetPage The standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part.
ResourcePropertySource A Resource property source.
TextPropertyDescriptor Descriptor for a property that has a value which should be edited with a text cell editor.
 

Package org.eclipse.ui.views.properties Description

Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.
 


Eclipse Platform
2.0

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