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.
|
Modifier and Type | Field and Description |
---|---|
protected IPropertySourceProvider |
PropertyColumnLabelProvider.propertySourceProvider |
protected IPropertySourceProvider |
PropertyEditingSupport.propertySourceProvider |
Modifier and Type | Method and Description |
---|---|
void |
PropertySheetPage.setPropertySourceProvider(IPropertySourceProvider newProvider)
Sets the given property source provider as
the property source provider.
|
void |
PropertySheetEntry.setPropertySourceProvider(IPropertySourceProvider provider)
Sets a property source provider for this entry.
|
Constructor and 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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.