g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.properties
Class BatchPropertiesFactory

java.lang.Object
  extended by eu.geclipse.batch.ui.properties.BatchPropertiesFactory
All Implemented Interfaces:
IPropertiesFactory

public class BatchPropertiesFactory
extends java.lang.Object
implements IPropertiesFactory


Constructor Summary
BatchPropertiesFactory()
           
 
Method Summary
 java.util.List<AbstractPropertySource<?>> getPropertySources(java.lang.Object sourceObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchPropertiesFactory

public BatchPropertiesFactory()
Method Detail

getPropertySources

public java.util.List<AbstractPropertySource<?>> getPropertySources(java.lang.Object sourceObject)
Specified by:
getPropertySources in interface IPropertiesFactory
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