Revision 8235 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/core/IGeoprocessController.java

View differences:

IGeoprocessController.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-05-24 21:12:48  azabala
48
* Revision 1.2  2006-10-23 10:27:13  caballero
49
* ancho y alto del panel
50
*
51
* Revision 1.1  2006/05/24 21:12:48  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

  
61 64
/**
62 65
 * This interface receives user inputs from
63
 * a GeoprocessPanel (GUI component associated 
66
 * a GeoprocessPanel (GUI component associated
64 67
 * to a geoprocess) and prepare the execution
65 68
 * of the geoprocess.
66 69
 * <br>
67 70
 * In a model-view-controller architecture, IGeoprocessController
68
 * would be the Controller, IGeoprocessPanel the view, and 
71
 * would be the Controller, IGeoprocessPanel the view, and
69 72
 * IGeoprocess the model.
70
 * 
73
 *
71 74
 * @author azabala
72
 * 
75
 *
73 76
 * TODO Maybe we could add an intermediate interface,
74 77
 * IUserEntry, to allow to work with GUI environments like this
75 78
 * (IGeoprocessPanel) and with shell environments.
......
96 99
	 * any problem in execution
97 100
	 */
98 101
	public boolean launchGeoprocess();
102
	/**
103
	 * Return the width of geoprocess panel.
104
	 */
105
	public int getWidth();
106
	/**
107
	 * Return the height of geoprocess panel.
108
	 */
109
	public int getHeight();
99 110
}
100 111

  

Also available in: Unified diff