public interface IPropertySourceProvider
PropertySheetEntry
to obtain an IPropertySource
for a
given object.
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
IPropertySource |
getPropertySource(Object object)
Returns a property source for the given object.
|
IPropertySource getPropertySource(Object object)
object
- the objectnull
)Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.