Revision 1724 org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing/org.gvsig.raster.georeferencing.swing/org.gvsig.raster.georeferencing.swing.api/src/main/java/org/gvsig/raster/georeferencing/swing/GeoreferencingLauncher.java

View differences:

GeoreferencingLauncher.java
31 31
public interface GeoreferencingLauncher {
32 32
	
33 33
	/**
34
	 * Shared object for properties selected in the options dialog and
35
	 * the launcher dialog
34
	 * Gets the shared data model and load it with the options selected by the user.
36 35
	 * @return
37 36
	 */
38
	public GeoreferencingOptionsDataModel getDataModel();
37
	public void buildDataModel();
39 38
	
40 39
	public JPanel getComponent();
41 40
	

Also available in: Unified diff