org.eclipse.ui.views.properties |
Package-level Javadoc
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
Java Source File Name | Type | Comment |
CategoriesAction.java | Class | This action hides or shows categories in the PropertySheetViewer . |
ColorPropertyDescriptor.java | Class | Descriptor for a property that has a color value which should be edited
with a color cell editor. |
ComboBoxLabelProvider.java | Class | An ILabelProvider that assists in rendering labels for
ComboBoxPropertyDescriptors . |
ComboBoxPropertyDescriptor.java | Class | Descriptor for a property that has a value which should be edited
with a combo box cell editor. |
CopyPropertyAction.java | Class | Copies a property to the clipboard. |
DefaultsAction.java | Class | This action resets the PropertySheetViewer values back
to the default values. |
FilterAction.java | Class | This action hides or shows expert properties in the PropertySheetViewer . |
ICellEditorActivationListener.java | Interface | |
IPropertiesHelpContextIds.java | Interface | Help context ids for the properties view. |
IPropertyDescriptor.java | Interface | A descriptor for a property to be presented by a standard property sheet page
(PropertySheetPage ). |
IPropertySheetEntry.java | Interface | IPropertySheetEntry describes the model interface for the
property sheet. |
IPropertySheetEntryListener.java | Interface | Listener for changes in objects of type
IPropertySheetEntry .
This interface is public since it appears in the api
of IPropertySheetEntry . |
IPropertySheetPage.java | Interface | Interface for a property sheet page that appears in a property sheet view. |
IPropertySource.java | Interface | Interface to an object which is capable of supplying properties for display
by the standard property sheet page implementation (PropertySheetPage ).
This interface should be implemented by clients.
PropertySheetPage discovers the properties to display from
currently selected elements. |
IPropertySource2.java | Interface | Extension to the standard IPropertySource interface. |
IPropertySourceProvider.java | Interface | Interface used by
org.eclipse.ui.views.properties.PropertySheetEntry to obtain an
org.eclipse.ui.views.properties.IPropertySource for a
given object. |
PropertyDescriptor.java | Class | Standard implementation for property descriptors. |
PropertySheet.java | Class | Main class for the Property Sheet View.
This standard view has id "org.eclipse.ui.views.PropertySheet" .
Note that property sheets and property sheet pages are not the
same thing as property dialogs and their property pages (the property
pages extension point is for contributing property pages to property dialogs).
Within the property sheet view, all pages are IPropertySheetPage s.
Property sheet pages are discovered by the property sheet view automatically
when a part is first activated. |
PropertySheetAction.java | Class | This is the base class of all the local actions used
in the PropertySheet. |
PropertySheetCategory.java | Class | A category in a PropertySheet used to group IPropertySheetEntry
entries so they are displayed together. |
PropertySheetEntry.java | Class | PropertySheetEntry is an implementation of
IPropertySheetEntry which uses IPropertySource
and IPropertyDescriptor to interact with domain model objects.
Every property sheet entry has a single descriptor (except the root entry
which has none). |
PropertySheetPage.java | Class | 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.
This page obtains the information about what properties to display from
the current selection (which it tracks). |
PropertySheetSorter.java | Class | Class used by
org.eclipse.ui.views.properties.PropertySheetPage to
sort properties.
The default implementation sorts alphabetically. |
PropertySheetViewer.java | Class | The PropertySheetViewer displays the properties of objects. |
TextPropertyDescriptor.java | Class | Descriptor for a property that has a value which should be edited with a
text cell editor. |