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/LayersGroupTocMenuEntry.java

View differences:

LayersGroupTocMenuEntry.java
36 36
import org.slf4j.LoggerFactory;
37 37

  
38 38

  
39
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
40
 *
41
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
42
 *
43
 * This program is free software; you can redistribute it and/or
44
 * modify it under the terms of the GNU General Public License
45
 * as published by the Free Software Foundation; either version 2
46
 * of the License, or (at your option) any later version.
47
 *
48
 * This program is distributed in the hope that it will be useful,
49
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
50
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51
 * GNU General Public License for more details.
52
 *
53
 * You should have received a copy of the GNU General Public License
54
 * along with this program; if not, write to the Free Software
55
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
56
 *
57
 * For more information, contact:
58
 *
59
 *  Generalitat Valenciana
60
 *   Conselleria d'Infraestructures i Transport
61
 *   Av. Blasco Ib??ez, 50
62
 *   46010 VALENCIA
63
 *   SPAIN
64
 *
65
 *      +34 963862235
66
 *   gvsig@gva.es
67
 *      www.gvsig.gva.es
68
 *
69
 *    or
70
 *
71
 *   IVER T.I. S.A
72
 *   Salamanca 50
73
 *   46005 Valencia
74
 *   Spain
75
 *
76
 *   +34 963163400
77
 *   dac@iver.es
78
 */
79
/* CVS MESSAGES:
80
 *
81
 * $Id: LayersGroupTocMenuEntry.java 39285 2012-11-21 11:44:13Z jldominguez $
82
 * $Log$
83
 * Revision 1.7  2007-06-19 08:42:17  jcampos
84
 * New method to get new group layers
85
 *
86
 * Revision 1.6  2007/02/15 11:04:54  caballero
87
 * cancelar agrupaci?n
88
 *
89
 * Revision 1.5  2007/02/14 17:09:43  caballero
90
 * posici?n layerGroup
91
 *
92
 * Revision 1.4  2007/01/04 07:24:31  caballero
93
 * isModified
94
 *
95
 * Revision 1.3  2006/10/02 13:52:34  jaume
96
 * organize impots
97
 *
98
 * Revision 1.2  2006/09/25 15:21:47  jmvivo
99
 * * Modificada la condicion de visibilidad, no permitir si no tienen el mismo padre.
100
 * * Modificada la implementacion.
101
 *
102
 * Revision 1.1  2006/09/15 10:41:30  caballero
103
 * extensibilidad de documentos
104
 *
105
 * Revision 1.1  2006/09/12 15:58:14  jorpiell
106
 * "Sacadas" las opcines del men? de FPopupMenu
107
 *
108
 *
109
 */
110 39
/**
111 40
 * Realiza una agrupaci?n de capas, a partir de las capas que se encuentren activas.
112 41
 *

Also available in: Unified diff