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.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Class and Description |
---|
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 which is capable of supplying properties for display
by the standard property sheet page implementation (
PropertySheetPage ). |
IPropertySourceProvider
Interface used by
PropertySheetEntry
to obtain an IPropertySource for a
given object. |
PropertyDescriptor
Standard implementation for property descriptors.
|
PropertySheet
Main class for the Property Sheet View.
|
PropertySheetEntry
PropertySheetEntry is an implementation of
IPropertySheetEntry which uses IPropertySource
and IPropertyDescriptor to interact with domain model objects. |
PropertySheetSorter
Class used by
PropertySheetPage to
sort properties. |
PropertyShowInContext |
ResourcePropertySource
A Resource property source.
|
Class and Description |
---|
IPropertySheetPage
Interface for a property sheet page that appears in a 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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.