Revision 7011 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ViewSelectionControls.java

View differences:

ViewSelectionControls.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.6  2006-08-29 07:56:27  cesar
46
* Revision 1.7  2006-09-04 16:26:54  fjp
47
* Seleccionar por pol?gono
48
*
49
* Revision 1.6  2006/08/29 07:56:27  cesar
47 50
* Rename the *View* family of classes to *Window* (ie: SingletonView to SingletonWindow, ViewInfo to WindowInfo, etc)
48 51
*
49 52
* Revision 1.5  2006/08/29 07:21:08  cesar
......
103 106
			mapCtrl.setTool("rectSelection");
104 107
		} else if (actionCommand.equals("SELPOINT") ) {
105 108
			mapCtrl.setTool("pointSelection");
109
		} else if (actionCommand.equals("SELPOL") ) {
110
			mapCtrl.setTool("polSelection");
106 111
		} else if (actionCommand.equals("SELECTIONBYSHAPE") ) {
107 112
			SelectionByTheme dlg = new SelectionByTheme();
108 113
			//FLayer[] layers = mapa.getLayers().getActives();

Also available in: Unified diff