Uses of Interface
org.eclipse.ui.views.properties.IPropertySourceProvider
-
Packages that use IPropertySourceProvider 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. -
-
Uses of IPropertySourceProvider in org.eclipse.ui.views.properties
Fields in org.eclipse.ui.views.properties declared as IPropertySourceProvider Modifier and Type Field Description protected IPropertySourceProviderPropertyColumnLabelProvider. propertySourceProviderprotected IPropertySourceProviderPropertyEditingSupport. propertySourceProviderMethods in org.eclipse.ui.views.properties with parameters of type IPropertySourceProvider Modifier and Type Method Description voidPropertySheetEntry. setPropertySourceProvider(IPropertySourceProvider provider)Sets a property source provider for this entry.voidPropertySheetPage. setPropertySourceProvider(IPropertySourceProvider newProvider)Sets the given property source provider as the property source provider.Constructors in org.eclipse.ui.views.properties with parameters of type IPropertySourceProvider Constructor Description PropertyColumnLabelProvider(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.
-