Revision 5628 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/core/fmap/AbstractGeoprocessController.java

View differences:

AbstractGeoprocessController.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-05-24 21:12:16  azabala
48
* Revision 1.2  2006-06-02 18:21:28  azabala
49
* *** empty log message ***
50
*
51
* Revision 1.1  2006/05/24 21:12:16  azabala
49 52
* primera version en cvs despues de refactoring orientado a crear un framework extensible de geoprocessing
50 53
*
51 54
* Revision 1.1  2006/04/11 17:55:51  azabala
......
60 63
import com.iver.cit.gvsig.geoprocess.core.IGeoprocessController;
61 64
import com.iver.cit.gvsig.geoprocess.core.gui.IGeoprocessPanel;
62 65

  
66
/**
67
 * Abstract base class for all implementations of GeoprocessController.
68
 * <br>
69
 * A <b>GeoprocessController</b> instance reads user inputs, and builds a Geoprocess
70
 * instance with these data.
71
 * 
72
 * This abstraction is very usefull to allow the building of any GUI component
73
 * (toolbar button, dialog, extensible geoprocessing toolbox, etc.) reusing the
74
 * reading of user entries and the construction of the geoprocess instance.
75
 * 
76
 * @author azabala
77
 *
78
 */
63 79
public abstract class AbstractGeoprocessController implements
64 80
		IGeoprocessController {
65 81

  
......
84 100
		writer.initialize(definition);
85 101
		return writer;
86 102
	}
87

  
103
	
88 104
}
89 105

  

Also available in: Unified diff