Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.i18n / src / test / data / src / appgvSIG / config / config.xml @ 40559

History | View | Annotate | Download (28.9 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27
<plugin-config>
28
        <libraries library-dir="lib"/>
29
        <resourceBundle name="text"/>
30
        <label-set class-name="org.gvsig.app.gui.View">
31
                <label id="1" size="45"/>
32
                <label id="2" size="120"/>
33
                <label id="3" size="120"/>
34
                <label id="4" size="120"/>
35
                <label id="5" size="130"/>
36
                <label id="6" size="95"/>
37
                <label id="7" size="85"/>
38
        </label-set>
39
        <label-set class-name="org.gvsig.app.gui.layout.Layout">
40
                <label id="1" size="80"/>
41
                <label id="2" size="180"/>
42
                <label id="3" size="180"/>
43
                <label id="4" size="50"/>
44
                <label id="5" size="50"/>
45
        </label-set>
46
        <extensions>
47
                <extension class-name="com.iver.cit.gvsig.InitialWarningExtension"
48
                        description="Initial warning message"
49
                        active="false"
50
                        priority="1">
51
                </extension>
52
                <extension class-name="com.iver.cit.gvsig.ProjectExtension"
53
                        description="Extensi?n encargada de gestionar los proyectos."
54
                        active="true"
55
                        priority="10">
56
                        <menu text="Archivo/nuevo_proyecto"
57
                                key="n" mnemonic="n"
58
                                tooltip="nuevo_tooltip"
59
                                action-command="NUEVO" icon="images/new.png"
60
                                position="-1"/>
61
                        <menu text="Archivo/abrir_proyecto"
62
                                key="a" mnemonic="a"
63
                                tooltip="abrir_tooltip"
64
                                action-command="ABRIR" icon="images/open.png"
65
                                position="10"/>
66
                        <menu text="Archivo/guardar_proyecto"
67
                                key="g" mnemonic="g"
68
                                tooltip="guardar_tooltip"
69
                                action-command="GUARDAR" icon="images/save.png"
70
                                position="20"/>
71
                        <menu text="Archivo/guardar_como"
72
                                tooltip="guardar_tooltip"
73
                                action-command="GUARDAR_COMO" icon="images/save.png"
74
                                position="30"
75
                                last="true"/>
76
                                
77
                        <menu text="Archivo"
78
                                position="98"
79
                                is_separator="true"/>
80
                        
81
                        <menu text="Archivo/salir"
82
                                tooltip="salir_tooltip"
83
                                key="x" mnemonic="x"
84
                                action-command="SALIR" icon="images/salir.png"
85
                                position="99"                                
86
                                />
87

    
88
                                
89
                        <menu text="Archivo"
90
                                position="35"
91
                                is_separator="true"/>
92

    
93
                        <menu text="Archivo/abrir_plantilla"
94
                                action-command="OPENTEMPLATE"
95
                                tooltip="abrir_plantilla"
96
                                icon="images/open.png"
97
                                position="40"
98
                                last="true"/>
99
                        <menu text="Archivo"
100
                                position="45"
101
                                is_separator="true"/>
102

    
103
                        <tool-bar name="gvSIG" position = "1">
104
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
105
                                        action-command="NUEVO"/>
106
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
107
                                        action-command="ABRIR"/>
108
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
109
                                        action-command="GUARDAR"/>
110

    
111
                        </tool-bar>
112

    
113
                </extension>
114
                <extension class-name="com.iver.cit.gvsig.AddLayer"
115
                        description="Extensi?n encargada de abrir las diferentes capas."
116
                        active="true"
117
                        priority="20">
118
                        <menu text="Vista/Anadir_Capa" key="o" icon="images/addlayer.png"/>
119
                        <tool-bar name="View" position="2">
120
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
121
                        </tool-bar>
122
                </extension>
123

    
124
                <extension class-name="com.iver.cit.gvsig.ZoomPrev"
125
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
126
                        active="true">
127
                        <menu text="Vista/navegacion/Zoom_Previo" icon="images/ZoomPrevio.png"/>
128
                        <tool-bar name="View_Tools_Zooms" position ="3">
129
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
130
                        </tool-bar>
131
                </extension>
132

    
133
                <extension class-name="com.iver.cit.gvsig.ViewControls"
134
                        description="Extensi?n encargada de gestionar la vista."
135
                        active="true"
136
                        priority="30">
137
                        <menu text="Vista/navegacion/Zoom_Mas" action-command="ZOOM_IN" icon="images/ZoomIn.png"/>
138
                        <menu text="Vista/navegacion/Zoom_Menos" action-command="ZOOM_OUT" icon="images/ZoomOut.png"/>
139
                        <menu text="Vista/navegacion/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
140

    
141
                        <menu text="Vista/navegacion/Desplazamiento" action-command="PAN" icon="images/Pan.png"/>
142
                        <menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
143

    
144
                        <menu text="Vista/consulta/informacion" action-command="INFO" icon="images/Identify.png"/>
145
                        <menu text="Vista/consulta/medir_distancias" action-command="MEDICION" icon="images/Distancia.png"/>
146
                        <menu text="Vista/consulta/medir_area" action-command="AREA" icon="images/Poligono16.png"/>
147

    
148
                        <menu text="Vista/seleccion/seleccionar_por_punto" action-command="SELPOINT" icon="images/Select.png"/>
149
                        <menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
150
                        <menu text="Vista/seleccion/Seleccion_por_capa" action-command="SELECTIONBYSHAPE"/>
151

    
152

    
153
                        <menu text="Vista/poner_capas_a/visibles" action-command="CAPAS_VISIBLES"/>
154
                        <menu text="Vista/poner_capas_a/no_visibles" action-command="CAPAS_NOVISIBLES"/>
155
                        <menu text="Vista/poner_capas_a/activos" action-command="CAPAS_ACTIVAS"/>
156
                        <menu text="Vista/poner_capas_a/no_activos" action-command="CAPAS_NOACTIVAS"/>
157

    
158
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
159

    
160
                        <tool-bar name="View_Tools_Zooms" position="3">
161
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
162
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
163
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
164

    
165
                        </tool-bar>
166
                        <tool-bar name="View_Tools" position ="4">
167
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
168
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>
169
                        </tool-bar>
170
                        <tool-bar name="View_Tools_Query" position="5">
171
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
172
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
173
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
174
                        </tool-bar>
175
                        <tool-bar name="View_Tools_Select" position="6">
176
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />
177
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
178
                        </tool-bar>
179
                </extension>
180

    
181
                <extension class-name="com.iver.cit.gvsig.ViewPropertiesExtension"
182
                        description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
183
                        active="true">
184
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
185
                </extension>
186
                <extension class-name="com.iver.cit.gvsig.ThemeControls"
187
                        description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
188
                        active="true">
189
                        <!-- <menu text="Capa/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/> -->
190
                        <!-- menu text="Capa/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/-->
191
                        <menu text="Capa/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
192
                        <menu text="Vista/navegacion/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
193
                        <tool-bar name="View_Tools_Select" position="6">
194
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
195
                        </tool-bar>
196
                        <tool-bar name="View_Tools_Zooms" position="3">
197
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
198
                        </tool-bar>
199
                </extension>
200
                <extension class-name="com.iver.cit.gvsig.LinkControls"
201
                        description="Extensi?n encargada de gestionar el hiperlink."
202
                        active="true">
203
                        <menu text="Vista/consulta/Link" action-command="LINK" icon="images/Link.png"/>
204
                        <tool-bar name="View_Tools_Query" position="5">
205
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
206
                        </tool-bar>
207
                </extension>
208
                <extension class-name="com.iver.cit.gvsig.LayoutControls"
209
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
210
                        active="true">
211

    
212
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
213
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
214

    
215

    
216
                        <menu text="Mapa/navegacion/Zoom_Mas" action-command="ZOOM_IN" tooltip="Zoom_Mas" icon="images/LayoutZoomIn.png"/>
217
                        <menu text="Mapa/navegacion/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
218
                        <menu text="Mapa/navegacion/Zoom_Acercar" action-command="ZOOMIN" tooltip="Zoom_Mas" icon="images/zoommas.png"/>
219
                        <menu text="Mapa/navegacion/Zoom_Alejar" action-command="ZOOMOUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
220
                        <menu text="Mapa/navegacion/Zoom_Completo" action-command="FULL" tooltip="Zoom_Completo" icon="images/mundo.gif"/>
221
                        <menu text="Mapa/navegacion/Zoom_Real" action-command="REALZOOM" tooltip="Zoom_Real" icon="images/zoomreal.png"/>
222
                        <menu text="Mapa/navegacion/Zoom_Select" action-command="ZOOMSELECT" tooltip="Zoom_Select" icon="images/zoomselect.png"/>
223

    
224
                        <menu text="Mapa/navegacion/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
225

    
226

    
227
                        <menu text="Archivo/guardar_como_plantilla" action-command="SAVETEMPLATE"
228
                                 tooltip="guardar"
229
                                 icon="images/save.png"
230
                                 position="42"/>
231
                        <menu text="Archivo/exportar_pdf" action-command="PDF"
232
                                 tooltip="exportar_pdf" icon="images/pdf.png"
233
                                 position="38"/>
234
                        <tool-bar name="gvSIG" position="1">
235
                                <action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
236
                        </tool-bar>
237
                        <tool-bar name="Layout_Tools_Zooms" position="20">
238
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
239
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
240
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_Mas"/>
241
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
242
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
243
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
244
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
245
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
246
                        </tool-bar>
247

    
248
                </extension>
249
                <extension class-name="com.iver.cit.gvsig.LayoutEditVertexExtension"
250
                        description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
251
                        active="true">
252
                        <menu text="Mapa/edicion/editar_vertices" action-command="VERTEX" tooltip="editar_vertices" icon="images/Select1.png"/>
253

    
254
                        <tool-bar name="Layout_Tools_Select" position="21">
255
                                <selectable-tool icon="images/Select1.png" action-command="VERTEX" tooltip="editar_vertices"/>
256
                        </tool-bar>
257
                </extension>
258
                <extension class-name="com.iver.cit.gvsig.LayoutEditableToolsExtension"
259
                        description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
260
                        active="true">
261
                        <menu text="Mapa/seleccion/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
262

    
263
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
264
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
265
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
266
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
267
                        <menu text="Mapa/Insertar/linea" action-command="LINE" tooltip="insertar_linea" icon="images/Rect.png"/>
268
                        <menu text="Mapa/Insertar/polilinea" action-command="POLYLINE" tooltip="insertar_polilinea" icon="images/Line.png"/>
269
                        <menu text="Mapa/Insertar/poligono" action-command="POLYGON" tooltip="insertar_poligono" icon="images/Poligon.png"/>
270
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
271

    
272
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
273
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
274
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
275
                        <menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_norte" icon="images/MapaNorth.png"/>
276
                        <menu text="Mapa/Insertar/box" action-command="RECTANGLEBOX" tooltip="insertar_cajetin" icon="images/box.png"/>
277

    
278

    
279
                        <tool-bar name="Layout_Tools_Select" position="21">
280
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
281
                                <action-tool icon="images/remove.png" action-command="REMOVE" tooltip="borra_seleccion"/>
282
                        </tool-bar>
283

    
284
                        <tool-bar name="Layout_Tools_Insert_Simple" position="7">
285
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
286
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE"  tooltip="insertar_imagen"/>
287
                                <selectable-tool icon="images/Point.png" action-command="POINT"  tooltip="insertar_punto"/>
288
                                <selectable-tool icon="images/Rectangle.png" action-command="RECTANGLESIMPLE"  tooltip="insertar_rectangulo"/>
289
                                <selectable-tool icon="images/Circle.png" action-command="CIRCLE"  tooltip="insertar_circulo"/>
290
                                <selectable-tool icon="images/Rect.png" action-command="LINE"  tooltip="insertar_linea"/>
291
                                <selectable-tool icon="images/Line.png" action-command="POLYLINE"  tooltip="insertar_polilinea"/>
292
                                <selectable-tool icon="images/Polygon.png" action-command="POLYGON" tooltip="insertar_poligono"/>
293
                        </tool-bar>
294

    
295
                        <tool-bar name="Layout_Tools_Insert_Cartografy" position="8">
296
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
297
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
298
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
299
                                <selectable-tool icon="images/MapaNorth.png" action-command="RECTANGLENORTH"  tooltip="insertar_norte"/>
300
                                <selectable-tool icon="images/box.png" action-command="RECTANGLEBOX"  tooltip="insertar_cajetin"/>
301
                        </tool-bar>
302
                </extension>
303

    
304

    
305

    
306
                <extension class-name="com.iver.cit.gvsig.FFrameViewExtension"
307
                description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
308
                active="true">
309

    
310
                <menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" action-command="VIEW_ZOOMIN" tooltip="Zoom_Mas_Vista" icon="images/ZoomIn.png"/>
311
                <menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista" icon="images/ZoomOut.png"/>
312
                <menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista" icon="images/MapContents.png"/>
313
                <menu text="Mapa/navegacion_vista/Encuadre_Vista" action-command="VIEW_PAN" tooltip="Encuadre_Vista" icon="images/Pan.png"/>
314

    
315
                <tool-bar name="Layout_Tools_View" position="22">
316
                        <action-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
317
                        <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_Mas_Vista"/>
318
                        <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
319
                        <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
320
                </tool-bar>
321
                </extension>
322
                <extension class-name="com.iver.cit.gvsig.TagExtension"
323
                        description="Extensi?n para a?adir un tag a los FFrames."
324
                        active="false">
325
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
326
                        <tool-bar name="Mapa" position="9">
327
                                <action-tool icon="images/gtk-add.png" action-command="SET_TAG" tooltip="anadir_tag"/>
328
                                <action-tool icon="images/gtk-apply.png" action-command="VIEW_TAGS" tooltip="ver_tags"/>
329
                        </tool-bar>
330
                </extension>
331
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
332
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
333
                        active="true">
334

    
335
                        <menu text="Mapa/Graficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
336
                        <menu text="Mapa/Graficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
337
                        <menu text="Mapa/Graficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
338
                        <menu text="Mapa/Graficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
339
                        <menu text="Mapa/Graficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
340

    
341
                        <menu text="Mapa/Graficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
342
                        <menu text="Mapa/Graficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
343
                        <menu text="Mapa/Graficos/tamano_posicion" action-command="POSICIONAR" tooltip="tamano_posicion" icon="images/posicionar.png"/>
344
                        <menu text="Mapa/Graficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
345
                        <tool-bar name="Layout_Tools_Grafics" position="10">
346
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>
347
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
348
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tamano_posicion"/>
349
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
350
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
351
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
352
                        </tool-bar>
353
                </extension>
354
                <extension class-name="com.iver.cit.gvsig.LayoutRedoExtension"
355
                        description="Extensi?n para rehacer cambios sobre el Layout."
356
                        active="true">
357
                        <menu text="mapa/rehacer" key="y" action-command="REDO" tooltip="rehacer" icon="images/Redo.png"/>
358
                        <tool-bar name="Mapa">
359
                                <action-tool icon="images/Redo.png" action-command="REDO" tooltip="rehacer"/>
360
                        </tool-bar>
361
                </extension>
362
                <extension class-name="com.iver.cit.gvsig.LayoutUndoExtension"
363
                        description="Extensi?n para deshacer cambios sobre el Layout."
364
                        active="true">
365
                        <menu text="mapa/deshacer" key="z" action-command="UNDO" tooltip="dehacer" icon="images/Undo.png"/>
366
                        <tool-bar name="Mapa">
367
                                <action-tool icon="images/Undo.png" action-command="UNDO" tooltip="deshacer"/>
368
                        </tool-bar>
369
                </extension>
370
                <extension class-name="com.iver.cit.gvsig.LayoutCommandStackExtension"
371
                        description="Extensi?n encargada de abrir el di?logo para gestionar los comandos apilados."
372
                        active="true">
373
                        <menu text="mapa/pila_de_comandos" key="k" action-command="COMMANDSTACK" tooltip="pila_de_comandos" icon="images/commandstack.png"/>
374
                        <tool-bar name="Mapa">
375
                                <action-tool icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="pila_de_comandos"/>
376
                        </tool-bar>
377
                </extension>
378
                <extension class-name="com.iver.cit.gvsig.TableOperations"
379
                        description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
380
                        active="true">
381
                        <menu text="Tabla/join" icon="images/tablejoin.png" action-command="JOIN"/>
382
                        <menu text="Tabla/link" icon="images/tablelink.png" action-command="LINK"/>
383
                        <tool-bar name="Herramientas" position="11">
384
                                <action-tool icon="images/tablejoin.png" action-command="JOIN" tooltip="join"/>
385
                                <action-tool icon="images/tablelink.png" action-command="LINK" tooltip="link"/>
386
                        </tool-bar>
387
                </extension>
388
                <extension class-name="com.iver.cit.gvsig.RedoTableExtension"
389
                        description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
390
                        active="true">
391
                        <menu text="Tabla/rehacer" action-command="REDO" icon="images/Redo.png"/>
392
                <tool-bar name="modificar">
393
                                <action-tool name="rehacer" icon="images/Redo.png" action-command="REDO" tooltip="rehacer" group="tabla"/>
394
                </tool-bar>
395
                </extension>
396
                <extension class-name="com.iver.cit.gvsig.UndoTableExtension"
397
                        description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
398
                        active="true">
399
                        <menu text="Tabla/deshacer" action-command="UNDO" icon="images/Undo.png"/>
400
                <tool-bar name="modificar">
401
                                <action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="deshacer" group="tabla"/>
402
                </tool-bar>
403
                </extension>
404
                <extension class-name="com.iver.cit.gvsig.TableEditStopExtension"
405
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
406
                        active="true">
407
                        <menu text="Tabla/stop_edition" action-command="STOPEDITING"/>
408
                </extension>
409
                <extension class-name="com.iver.cit.gvsig.TableEditStartExtension"
410
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
411
                        active="true">
412
                        <menu text="Tabla/start_edition" action-command="STARTEDIT"/>
413
                </extension>
414
                <extension class-name="com.iver.cit.gvsig.TableEditInsertExtension"
415
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
416
                        active="true">
417
                        <menu text="Tabla/insert_row" action-command="INSERTROW"/>
418
                        <menu text="Tabla/insert_column" action-command="INSERTCOLUMN"/>
419
                </extension>
420
                <extension class-name="com.iver.cit.gvsig.TableEditRemoveRowExtension"
421
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
422
                        active="true">
423
                        <menu text="Tabla/remove_row" action-command="REMOVEROW"/>
424
                </extension>
425
                <extension class-name="com.iver.cit.gvsig.TableEditRemoveColumnExtension"
426
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
427
                        active="true">
428
                        <menu text="Tabla/remove_column" action-command="REMOVECOLUMN"/>
429
                </extension>
430
                <extension class-name="com.iver.cit.gvsig.TableEditCopyExtension"
431
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
432
                        active="true">
433
                        <menu text="Tabla/copy" icon="images/editcopy.png" action-command="COPY"/>
434
                </extension>
435
                <extension class-name="com.iver.cit.gvsig.TableEditCutExtension"
436
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
437
                        active="true">
438
                        <menu text="Tabla/cut" icon="images/editcut.png" action-command="CUT"/>
439
                </extension>
440
                <extension class-name="com.iver.cit.gvsig.TableEditPasteExtension"
441
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
442
                        active="true">
443
                        <menu text="Tabla/paste" icon="images/editpaste.png" action-command="PASTE"/>
444
                </extension>
445

    
446
                <extension active="true" class-name="com.iver.cit.gvsig.TableFieldOperations"
447
                        description="Operaciones sobre los campos de las tablas">
448
                        <menu text="Tabla/ascending_order" icon="images/orderasc.png" action-command="ORDERASC"/>
449
                        <menu text="Tabla/descending_order" icon="images/orderdesc.png" action-command="ORDERDESC"/>
450
                        <tool-bar name="Herramientas" position="11">
451
                                <action-tool icon="images/orderasc.png" tooltip="ascending_order_tooltip" action-command="ORDERASC"/>
452
                                <action-tool icon="images/orderdesc.png" tooltip="descending_order_tooltip" action-command="ORDERDESC"/>
453
                        </tool-bar>
454
                </extension>
455
                <extension class-name="com.iver.cit.gvsig.TableNumericFieldOperations"
456
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
457
                        active="true">
458
                        <menu text="Tabla/statistics" icon="images/statistics.png"/>
459
                        <tool-bar name="Herramientas" position="11">
460
                                <action-tool icon="images/statistics.png" tooltip="statistics"/>
461
                        </tool-bar>
462
                </extension>
463
                <extension class-name="com.iver.cit.gvsig.FiltroExtension"
464
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
465
                        active="true">
466
                        <menu text="Tabla/filtro" icon="images/Filtro.png" action-command="FILTRO"/>
467
                        <tool-bar name="Herramientas" position="11">
468
                                <action-tool icon="images/Filtro.png" action-command="FILTRO" tooltip="filtro"/>
469
                        </tool-bar>
470
                </extension>
471
                <extension class-name="com.iver.cit.gvsig.RemoveTableUnion"
472
                        description="Extensi?n encargada de quitar uniones de las tablas."
473
                        active="true">
474
                        <menu text="Tabla/quitar_uniones"/>
475
                </extension>
476
                <extension class-name="com.iver.cit.gvsig.RemoveTableLink"
477
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
478
                        active="true">
479
                        <menu text="Tabla/quitar_enlaces"/>
480
                </extension>
481
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow"
482
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
483
                        active="true">
484
                        <menu text="Ver/ventana_proyecto"
485
                                key="p" mnemonic="p"
486
                                tooltip="ver_tooltip"
487
                                action-command="SHOW"/>
488
                </extension>
489
                <extension class-name="com.iver.cit.gvsig.RasterExtension"
490
                        description="Extensi?n encargada de seleccionar una capa de raster en el toc."
491
                        active="true">
492
                        <menu text="Vista/seleccion/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
493
                        <tool-bar name="Herramientas" position="11">
494
                                <selectable-tool icon="images/zoommas.png" action-command="SELECTIMAGE"  tooltip="seleccionar_capas"/>
495
                        </tool-bar>
496
                </extension>
497
                <extension class-name="com.iver.cit.gvsig.ShowTable"
498
                        description="Extensi?n encargada de abrir la tabla asociada a la capa seleccionado."
499
                        active="true">
500
                        <menu text="Capa/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
501
                        <tool-bar name="Acciones" position="12">
502
                                <action-tool icon="images/ResultConsulta.png"
503
                                        enableText="Un_Layer"
504
                                        tooltip="Muestra_atributos"/>
505
                        </tool-bar>
506
                </extension>
507
                <extension class-name="com.iver.cit.gvsig.Print"
508
                        description="Extensi?n encargada de la impresi?n."
509
                        active="true">
510
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
511
                        <tool-bar name="Mapa" position="9">
512
                                <action-tool icon="images/print.png"/>
513
                        </tool-bar>
514
                </extension>
515
                <extension class-name="com.iver.cit.gvsig.PrintTable"
516
                        description="Extensi?n encargada de la impresi?n de las tablas."
517
                        active="true">
518
                        <menu text="Tabla/Imprimir" icon="images/print.png" action-command="PRINTTABLE"/>
519
                        <tool-bar name="Tabla" position="10">
520
                                <action-tool icon="images/print.png" action-command="PRINTTABLE"/>
521
                        </tool-bar>
522
                </extension>
523
                <extension class-name="com.iver.cit.gvsig.PrintProperties"
524
                        description="Extensi?n encargada de las propiedades de impresi?n."
525
                        active="true">
526
                        <tool-bar name="Mapa" position="9">
527
                                <action-tool icon="images/Frame.gif"/>
528
                        </tool-bar>
529
                </extension>
530
                <extension class-name="com.iver.cit.gvsig.Export"
531
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
532
                        active="true">
533
                        <menu text="Vista/export/imagen"/>
534
                </extension>
535
                <extension class-name="com.iver.cit.gvsig.ThemeToAnnotationExtension"
536
                        description="Extensi?n encargada de la capa de texto."
537
                        active="true">
538
                        <menu text="Capa/to_annotation" action-command="LAYERTOANNOTATION"/>
539
                </extension>
540
                <extension class-name="com.iver.cit.gvsig.PaletteViewInfoExtension"
541
                        description="Extensi?n encargada transformar la vista activa en palette."
542
                        active="true">
543
                        <menu text="Ventana/to_palette" action-command="PALETTE"
544
                                position="50"/>
545
                </extension>
546

    
547
                <extension class-name="com.iver.cit.gvsig.RestoreViewInfoExtension"
548
                        description="Extensi?n encargada transformar la vista palette en su original."
549
                        active="true">
550
                        <menu text="Ventana/restore" action-command="RESTORE"
551
                                position="10"/>
552
                </extension>
553
                <!--extension class-name="com.iver.cit.gvsig.FFrameGroupExtension"
554
                        description="Extensi?n encargada de controlar un FFrameTable."
555
                        active="true">
556
                        <menu text="Mapa/no_editar_grupo" action-command="NOEDITGROUP"/>
557
                        <menu text="Mapa/unir_celdas" action-command="JOIN"/>
558
                        <menu text="Mapa/editar_grupo" action-command="EDITGROUP"/>
559
                </extension-->
560
                <extension class-name="com.iver.cit.gvsig.About"
561
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
562
                        active="true">
563
                        <menu text="Ayuda/acerca_de" />
564
                </extension>
565
        </extensions>
566
        <icon src="images/logoGVA.gif" text="gvSIG"/>
567
</plugin-config>