Uses of Interface
org.eclipse.ui.views.properties.IPropertySourceProvider
Package
Description
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IPropertySourceProvider in org.eclipse.ui.views.properties
Modifier and TypeFieldDescriptionprotected IPropertySourceProvider
PropertyColumnLabelProvider.propertySourceProvider
protected IPropertySourceProvider
PropertyEditingSupport.propertySourceProvider
Modifier and TypeMethodDescriptionvoid
PropertySheetEntry.setPropertySourceProvider
(IPropertySourceProvider provider) Sets a property source provider for this entry.void
PropertySheetPage.setPropertySourceProvider
(IPropertySourceProvider newProvider) Sets the given property source provider as the property source provider.ModifierConstructorDescriptionPropertyColumnLabelProvider
(IPropertySourceProvider propertySourceProvider, Object propertyID) Creates a new instance based on the given property source provider and property id.PropertyEditingSupport
(ColumnViewer viewer, IPropertySourceProvider propertySourceProvider, Object propertyID) Creates a new instance to be used with the given viewer, based on the given property source provider and property ID.