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

View differences:

ChangeSymbolTocMenuEntry.java
44 44
import org.gvsig.symbology.fmap.mapcontext.rendering.symbol.fill.impl.MultiLayerFillSymbol;
45 45
import org.slf4j.Logger;
46 46
import org.slf4j.LoggerFactory;
47

  
48
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
49
 *
50
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
51
 *
52
 * This program is free software; you can redistribute it and/or
53
 * modify it under the terms of the GNU General Public License
54
 * as published by the Free Software Foundation; either version 2
55
 * of the License, or (at your option) any later version.
56
 *
57
 * This program is distributed in the hope that it will be useful,
58
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
59
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60
 * GNU General Public License for more details.
61
 *
62
 * You should have received a copy of the GNU General Public License
63
 * along with this program; if not, write to the Free Software
64
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
65
 *
66
 * For more information, contact:
67
 *
68
 *  Generalitat Valenciana
69
 *   Conselleria d'Infraestructures i Transport
70
 *   Av. Blasco Ib??ez, 50
71
 *   46010 VALENCIA
72
 *   SPAIN
73
 *
74
 *      +34 963862235
75
 *   gvsig@gva.es
76
 *      www.gvsig.gva.es
77
 *
78
 *    or
79
 *
80
 *   IVER T.I. S.A
81
 *   Salamanca 50
82
 *   46005 Valencia
83
 *   Spain
84
 *
85
 *   +34 963163400
86
 *   dac@iver.es
87
 */
88
/* CVS MESSAGES:
89
 *
90
 * $Id: ChangeSymbolTocMenuEntry.java 31631 2009-11-17 09:15:25Z jpiera $
91
 * $Log$
92
 * Revision 1.3  2007-09-19 15:50:42  jaume
93
 * refactor name IVectorialLegend -> IVectorLegend
94
 *
95
 * Revision 1.2  2007/09/17 09:22:21  jaume
96
 * view draw frame rate now customizable
97
 *
98
 * Revision 1.1  2007/09/10 15:34:39  jaume
99
 * improvements on usability (double-clicks on TOC and some minor shorcuts)
100
 *
101
 * Revision 1.5  2007/01/04 07:24:31  caballero
102
 * isModified
103
 *
104
 * Revision 1.4  2006/10/02 13:52:34  jaume
105
 * organize impots
106
 *
107
 * Revision 1.3  2006/09/29 07:07:41  caballero
108
 * llamada a listener
109
 *
110
 * Revision 1.2  2006/09/28 15:00:45  fjp
111
 * Usar siempre que se pueda ISymbol en lugar de FSymbol
112
 *
113
 * Revision 1.1  2006/09/15 10:41:30  caballero
114
 * extensibilidad de documentos
115
 *
116
 * Revision 1.1  2006/09/12 15:58:14  jorpiell
117
 * "Sacadas" las opcines del men? de FPopupMenu
118
 *
119
 *
120
 */
121 47
/**
122 48
 * Directly opens the Symbol Selector if it is invoked from the TOC avoiding
123 49
 * by-passing the Layer Properties window

Also available in: Unified diff