eu.geclipse.ui.properties
Interface IPropertiesFactory
- All Known Implementing Classes:
- BatchPropertiesFactory, PropertiesFactory, PropertiesFactory
public interface IPropertiesFactory
Factory, which creates and returns AbstractPropertySource objects, for object
getPropertySources
java.util.List<AbstractPropertySource<?>> getPropertySources(java.lang.Object sourceObject)
- Parameters:
sourceObject - object, for which properties will be shown
- Returns:
- list of property sources, which handles properties for sourceObject