g-Eclipse
Release 1.0.0

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


Method Summary
 java.util.List<AbstractPropertySource<?>> getPropertySources(java.lang.Object sourceObject)
           
 

Method Detail

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

g-Eclipse
Release 1.0.0