Revision 531 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.api/src/main/java/org/gvsig/tools/swing/api/dynobject/JDynObjectComponentFactory.java

View differences:

JDynObjectComponentFactory.java
35 35

  
36 36
import org.gvsig.tools.dynobject.DynObject;
37 37
import org.gvsig.tools.dynobject.DynObjectSet;
38
import org.gvsig.tools.dynobject.DynStruct;
38 39
import org.gvsig.tools.service.ServiceException;
39 40
import org.gvsig.tools.service.spi.ServiceFactory;
40 41

  
......
59 60
	 * 
60 61
	 * @param dynObject
61 62
	 *            the current {@link DynObject}.
63
	 * @param currentDynObjectValue 
62 64
	 * @param model
63 65
	 *            the {@link DynObjectModel} that specifies which values are to
64 66
	 *            be displayed.
......
68 70
	 * @return the {@link JDynObjectComponent} object.
69 71
	 * @throws ServiceException
70 72
	 */
71
	public JDynObjectComponent createJDynObjectComponent(DynObject dynObject,
72
			DynObjectModel model, boolean writable) throws ServiceException;
73
	public JDynObjectComponent createJDynObjectComponent(DynStruct definition,
74
			DynObject currentValue, DynObjectModel model, boolean writable) throws ServiceException;
73 75

  
74 76
}

Also available in: Unified diff