Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/documents/view/toc/actions/EliminarCapaTocMenuEntry.java

View differences:

EliminarCapaTocMenuEntry.java
37 37
import org.gvsig.fmap.mapcontext.layers.FLayer;
38 38

  
39 39

  
40

  
41
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
42
 *
43
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
44
 *
45
 * This program is free software; you can redistribute it and/or
46
 * modify it under the terms of the GNU General Public License
47
 * as published by the Free Software Foundation; either version 2
48
 * of the License, or (at your option) any later version.
49
 *
50
 * This program is distributed in the hope that it will be useful,
51
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
52
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53
 * GNU General Public License for more details.
54
 *
55
 * You should have received a copy of the GNU General Public License
56
 * along with this program; if not, write to the Free Software
57
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
58
 *
59
 * For more information, contact:
60
 *
61
 *  Generalitat Valenciana
62
 *   Conselleria d'Infraestructures i Transport
63
 *   Av. Blasco Ib??ez, 50
64
 *   46010 VALENCIA
65
 *   SPAIN
66
 *
67
 *      +34 963862235
68
 *   gvsig@gva.es
69
 *      www.gvsig.gva.es
70
 *
71
 *    or
72
 *
73
 *   IVER T.I. S.A
74
 *   Salamanca 50
75
 *   46005 Valencia
76
 *   Spain
77
 *
78
 *   +34 963163400
79
 *   dac@iver.es
80
 */
81
/* CVS MESSAGES:
82
 *
83
 * $Id: EliminarCapaTocMenuEntry.java 36443 2011-09-19 08:36:54Z cordinyana $
84
 * $Log$
85
 * Revision 1.8  2007-08-29 10:52:01  nacho
86
 * Bug en eliminar capa
87
 *
88
 * Revision 1.7  2007/08/29 10:44:00  nacho
89
 * Comprobaci?n de null para que no salte la consola en caso de que la capa no est? seleccionada
90
 *
91
 * Revision 1.6  2007/08/21 11:47:26  nacho
92
 * Cerrar cuadros asociados a la capa al eliminar esta
93
 *
94
 * Revision 1.5  2007/06/06 15:53:09  jmvivo
95
 * Added check for edition layers: It cannot be removed
96
 *
97
 * Revision 1.4  2007/03/06 16:37:08  caballero
98
 * Exceptions
99
 *
100
 * Revision 1.3  2007/01/04 07:24:31  caballero
101
 * isModified
102
 *
103
 * Revision 1.2  2006/12/19 09:09:07  jmvivo
104
 * Faltaba un beginAtomicEvent para que no refrescase cada vez
105
 *
106
 * Revision 1.1  2006/09/15 10:41:30  caballero
107
 * extensibilidad de documentos
108
 *
109
 * Revision 1.1  2006/09/12 15:58:14  jorpiell
110
 * "Sacadas" las opcines del men? de FPopupMenu
111
 *
112
 *
113
 */
114 40
public class EliminarCapaTocMenuEntry extends AbstractTocContextMenuAction {
115 41
	public String getGroup() {
116 42
		return "group3"; //FIXME
......
200 126
			e1.printStackTrace();
201 127
		}*/
202 128
    }
203
}
129
}

Also available in: Unified diff