Uses of Package
org.eclipse.ui.views.properties
-
Packages that use org.eclipse.ui.views.properties 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. -
Classes in org.eclipse.ui.views.properties used by org.eclipse.ui.views.properties Class 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 typeIPropertySheetEntry
.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 byPropertySheetEntry
to obtain anIPropertySource
for a given object.PropertyDescriptor Standard implementation for property descriptors.PropertySheet Main class for the Property Sheet View.PropertySheetEntry PropertySheetEntry
is an implementation ofIPropertySheetEntry
which usesIPropertySource
andIPropertyDescriptor
to interact with domain model objects.PropertySheetSorter Class used byPropertySheetPage
to sort properties.PropertyShowInContext Carries the context for the Show In action.ResourcePropertySource A Resource property source. -
Classes in org.eclipse.ui.views.properties used by org.eclipse.ui.views.properties.tabbed Class 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.