Statistics
| Revision:

svn-gvsig-desktop / trunk / applications / appgvSIG / config / config.xml @ 5464

History | View | Annotate | Download (27.8 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
        <resourceBundle name="text"/>
5
        <label-set class-name="com.iver.cit.gvsig.gui.View">
6
                <label id="1" size="45"/>
7
                <label id="2" size="120"/>
8
                <label id="3" size="120"/>
9
                <label id="4" size="120"/>
10
                <label id="5" size="130"/>
11
                <label id="6" size="95"/>
12
                <label id="7" size="85"/>
13
        </label-set>
14
        <label-set class-name="com.iver.cit.gvsig.gui.layout.Layout">
15
                <label id="1" size="80"/>
16
                <label id="2" size="180"/>
17
                <label id="3" size="180"/>
18
                <label id="4" size="50"/>
19
                <label id="5" size="50"/>
20
        </label-set>
21
        <extensions>
22
                <extension class-name="com.iver.cit.gvsig.InitialWarningExtension"
23
                        description="Initial warning message"
24
                        active="true"
25
                        priority="1">
26
                </extension>
27
                <extension class-name="com.iver.cit.gvsig.ProjectExtension"
28
                        description="Extensi?n encargada de gestionar los proyectos."
29
                        active="true"
30
                        priority="10">
31
                        <menu text="Archivo/nuevo_proyecto"
32
                                key="n" mnemonic="n"
33
                                tooltip="nuevo_tooltip"
34
                                action-command="NUEVO" icon="images/new.png"
35
                                position="-1"/>
36
                        <menu text="Archivo/abrir_proyecto"
37
                                key="a" mnemonic="a"
38
                                tooltip="abrir_tooltip"
39
                                action-command="ABRIR" icon="images/open.png"
40
                                position="10"/>
41
                        <menu text="Archivo/guardar_proyecto"
42
                                key="g" mnemonic="g"
43
                                tooltip="guardar_tooltip"
44
                                action-command="GUARDAR" icon="images/save.png"
45
                                position="20"/>
46
                        <menu text="Archivo/guardar_como"
47
                                tooltip="guardar_tooltip"
48
                                action-command="GUARDAR_COMO" icon="images/save.png"
49
                                position="30"
50
                                last="true"/>
51
                        <menu text="Archivo/salir"
52
                                tooltip="salir_tooltip"
53
                                key="x" mnemonic="x"
54
                                action-command="SALIR" icon="images/salir.png"
55
                                position="60"
56
                                />
57
                        <menu text="Archivo"
58
                                position="35"
59
                                is_separator="true"/>
60

    
61
                        <menu text="Archivo/abrir_plantilla"
62
                                action-command="OPENTEMPLATE"
63
                                tooltip="abrir_plantilla"
64
                                icon="images/open.png"
65
                                position="40"
66
                                last="true"/>
67
                        <menu text="Archivo"
68
                                position="45"
69
                                is_separator="true"/>
70

    
71
                        <tool-bar name="gvSIG" position = "1">
72
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
73
                                        action-command="NUEVO"/>
74
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
75
                                        action-command="ABRIR"/>
76
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
77
                                        action-command="GUARDAR"/>
78

    
79
                        </tool-bar>
80

    
81
                </extension>
82
                <extension class-name="com.iver.cit.gvsig.AddLayer"
83
                        description="Extensi?n encargada de abrir las diferentes capas."
84
                        active="true"
85
                        priority="20">
86
                        <menu text="Vista/Anadir_Capa" key="o" icon="images/addlayer.png"/>
87
                        <tool-bar name="View" position="2">
88
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
89
                        </tool-bar>
90
                </extension>
91

    
92
                <extension class-name="com.iver.cit.gvsig.ZoomPrev"
93
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
94
                        active="true">
95
                        <menu text="Vista/navegacion/Zoom_Previo" icon="images/ZoomPrevio.png"/>
96
                        <tool-bar name="View_Tools_Zooms" position ="3">
97
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
98
                        </tool-bar>
99
                </extension>
100

    
101
                <extension class-name="com.iver.cit.gvsig.ViewControls"
102
                        description="Extensi?n encargada de gestionar la vista."
103
                        active="true"
104
                        priority="30">
105
                        <menu text="Vista/navegacion/Zoom_Mas" action-command="ZOOM_IN" icon="images/ZoomIn.png"/>
106
                        <menu text="Vista/navegacion/Zoom_Menos" action-command="ZOOM_OUT" icon="images/ZoomOut.png"/>
107
                        <menu text="Vista/navegacion/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
108

    
109
                        <menu text="Vista/navegacion/Desplazamiento" action-command="PAN" icon="images/Pan.png"/>
110
                        <menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
111

    
112
                        <menu text="Vista/consulta/informacion" action-command="INFO" icon="images/Identify.png"/>
113
                        <menu text="Vista/consulta/medir_distancias" action-command="MEDICION" icon="images/Distancia.png"/>
114
                        <menu text="Vista/consulta/medir_area" action-command="AREA" icon="images/Poligono16.png"/>
115

    
116
                        <menu text="Vista/seleccion/seleccionar_por_punto" action-command="SELPOINT" icon="images/Select.png"/>
117
                        <menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
118
                        <menu text="Vista/seleccion/Seleccion_por_capa" action-command="SELECTIONBYSHAPE"/>
119

    
120

    
121
                        <menu text="Vista/poner_capas_a/visibles" action-command="CAPAS_VISIBLES"/>
122
                        <menu text="Vista/poner_capas_a/no_visibles" action-command="CAPAS_NOVISIBLES"/>
123
                        <menu text="Vista/poner_capas_a/activos" action-command="CAPAS_ACTIVAS"/>
124
                        <menu text="Vista/poner_capas_a/no_activos" action-command="CAPAS_NOACTIVAS"/>
125

    
126
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
127

    
128
                        <tool-bar name="View_Tools_Zooms" position="3">
129
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
130
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
131
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
132

    
133
                        </tool-bar>
134
                        <tool-bar name="View_Tools" position ="4">
135
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
136
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>
137
                        </tool-bar>
138
                        <tool-bar name="View_Tools_Query" position="5">
139
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
140
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
141
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
142
                        </tool-bar>
143
                        <tool-bar name="View_Tools_Select" position="6">
144
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />
145
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
146
                        </tool-bar>
147
                </extension>
148

    
149
                <extension class-name="com.iver.cit.gvsig.ViewPropertiesExtension"
150
                        description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
151
                        active="true">
152
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
153
                </extension>
154
                <extension class-name="com.iver.cit.gvsig.ThemeControls"
155
                        description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
156
                        active="true">
157
                        <menu text="capa/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
158
                        <!--menu text="capa/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/-->
159
                        <menu text="capa/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
160
                        <menu text="Vista/navegacion/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
161
                        <tool-bar name="View_Tools_Select" position="6">
162
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
163
                        </tool-bar>
164
                        <tool-bar name="View_Tools_Zooms" position="3">
165
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
166
                        </tool-bar>
167
                </extension>
168
                <extension class-name="com.iver.cit.gvsig.LinkControls"
169
                        description="Extensi?n encargada de gestionar el hiperlink."
170
                        active="true">
171
                        <menu text="Vista/consulta/Link" action-command="LINK" icon="images/Link.png"/>
172
                        <tool-bar name="View_Tools_Query" position="5">
173
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
174
                        </tool-bar>
175
                </extension>
176
                <extension class-name="com.iver.cit.gvsig.LayoutControls"
177
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
178
                        active="true">
179

    
180
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
181
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
182

    
183

    
184
                        <menu text="Mapa/navegacion/Zoom_Mas" action-command="ZOOM_IN" tooltip="Zoom_Mas" icon="images/LayoutZoomIn.png"/>
185
                        <menu text="Mapa/navegacion/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
186
                        <menu text="Mapa/navegacion/Zoom_Acercar" action-command="ZOOMIN" tooltip="Zoom_Mas" icon="images/zoommas.png"/>
187
                        <menu text="Mapa/navegacion/Zoom_Alejar" action-command="ZOOMOUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
188
                        <menu text="Mapa/navegacion/Zoom_Completo" action-command="FULL" tooltip="Zoom_Completo" icon="images/mundo.gif"/>
189
                        <menu text="Mapa/navegacion/Zoom_Real" action-command="REALZOOM" tooltip="Zoom_Real" icon="images/zoomreal.png"/>
190
                        <menu text="Mapa/navegacion/Zoom_Select" action-command="ZOOMSELECT" tooltip="Zoom_Select" icon="images/zoomselect.png"/>
191

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

    
194

    
195
                        <menu text="Archivo/guardar_como_plantilla" action-command="SAVETEMPLATE"
196
                                 tooltip="guardar"
197
                                 icon="images/save.png"
198
                                 position="42"/>
199
                        <menu text="Archivo/exportar_pdf" action-command="PDF"
200
                                 tooltip="exportar_pdf" icon="images/pdf.png"
201
                                 position="38"/>
202
                        <tool-bar name="gvSIG" position="1">
203
                                <action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
204
                        </tool-bar>
205
                        <tool-bar name="Layout_Tools_Zooms" position="20">
206
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
207
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
208
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_Mas"/>
209
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
210
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
211
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
212
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
213
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
214
                        </tool-bar>
215

    
216
                </extension>
217
                <extension class-name="com.iver.cit.gvsig.LayoutEditVertexExtension"
218
                        description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
219
                        active="true">
220
                        <menu text="Mapa/edicion/editar_vertices" action-command="VERTEX" tooltip="editar_vertices" icon="images/Select1.png"/>
221

    
222
                        <tool-bar name="Layout_Tools_Select" position="21">
223
                                <selectable-tool icon="images/Select1.png" action-command="VERTEX" tooltip="editar_vertices"/>
224
                        </tool-bar>
225
                </extension>
226
                <extension class-name="com.iver.cit.gvsig.LayoutEditableToolsExtension"
227
                        description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
228
                        active="true">
229
                        <menu text="Mapa/seleccion/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
230

    
231
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
232
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
233
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
234
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
235
                        <menu text="Mapa/Insertar/linea" action-command="LINE" tooltip="insertar_linea" icon="images/Rect.png"/>
236
                        <menu text="Mapa/Insertar/polilinea" action-command="POLYLINE" tooltip="insertar_polilinea" icon="images/Line.png"/>
237
                        <menu text="Mapa/Insertar/poligono" action-command="POLYGON" tooltip="insertar_poligono" icon="images/Poligon.png"/>
238
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
239

    
240
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
241
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
242
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
243
                        <menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_norte" icon="images/MapaNorth.png"/>
244
                        <menu text="Mapa/Insertar/box" action-command="RECTANGLEBOX" tooltip="insertar_cajetin" icon="images/box.png"/>
245

    
246

    
247
                        <tool-bar name="Layout_Tools_Select" position="21">
248
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
249
                                <action-tool icon="images/remove.png" action-command="REMOVE" tooltip="borra_seleccion"/>
250
                        </tool-bar>
251

    
252
                        <tool-bar name="Layout_Tools_Insert_Simple" position="7">
253
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
254
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE"  tooltip="insertar_imagen"/>
255
                                <selectable-tool icon="images/Point.png" action-command="POINT"  tooltip="insertar_punto"/>
256
                                <selectable-tool icon="images/Rectangle.png" action-command="RECTANGLESIMPLE"  tooltip="insertar_rectangulo"/>
257
                                <selectable-tool icon="images/Circle.png" action-command="CIRCLE"  tooltip="insertar_circulo"/>
258
                                <selectable-tool icon="images/Rect.png" action-command="LINE"  tooltip="insertar_linea"/>
259
                                <selectable-tool icon="images/Line.png" action-command="POLYLINE"  tooltip="insertar_polilinea"/>
260
                                <selectable-tool icon="images/Polygon.png" action-command="POLYGON" tooltip="insertar_poligono"/>
261
                        </tool-bar>
262

    
263
                        <tool-bar name="Layout_Tools_Insert_Cartografy" position="8">
264
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
265
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
266
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
267
                                <selectable-tool icon="images/MapaNorth.png" action-command="RECTANGLENORTH"  tooltip="insertar_norte"/>
268
                                <selectable-tool icon="images/box.png" action-command="RECTANGLEBOX"  tooltip="insertar_cajetin"/>
269
                        </tool-bar>
270
                </extension>
271

    
272

    
273

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

    
278
                <menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" action-command="VIEW_ZOOMIN" tooltip="Zoom_Mas_Vista" icon="images/ZoomIn.png"/>
279
                <menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista" icon="images/ZoomOut.png"/>
280
                <menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista" icon="images/MapContents.png"/>
281
                <menu text="Mapa/navegacion_vista/Encuadre_Vista" action-command="VIEW_PAN" tooltip="Encuadre_Vista" icon="images/Pan.png"/>
282

    
283
                <tool-bar name="Layout_Tools_View" position="22">
284
                        <action-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
285
                        <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_Mas_Vista"/>
286
                        <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
287
                        <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
288
                </tool-bar>
289
                </extension>
290
                <extension class-name="com.iver.cit.gvsig.TagExtension"
291
                        description="Extensi?n para a?adir un tag a los FFrames."
292
                        active="false">
293
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
294
                        <tool-bar name="Mapa" position="9">
295
                                <action-tool icon="images/gtk-add.png" action-command="SET_TAG" tooltip="anadir_tag"/>
296
                                <action-tool icon="images/gtk-apply.png" action-command="VIEW_TAGS" tooltip="ver_tags"/>
297
                        </tool-bar>
298
                </extension>
299
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
300
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
301
                        active="true">
302

    
303
                        <menu text="Mapa/Graficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
304
                        <menu text="Mapa/Graficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
305
                        <menu text="Mapa/Graficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
306
                        <menu text="Mapa/Graficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
307
                        <menu text="Mapa/Graficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
308

    
309
                        <menu text="Mapa/Graficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
310
                        <menu text="Mapa/Graficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
311
                        <menu text="Mapa/Graficos/tamano_posicion" action-command="POSICIONAR" tooltip="tamano_posicion" icon="images/posicionar.png"/>
312
                        <menu text="Mapa/Graficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
313
                        <tool-bar name="Layout_Tools_Grafics" position="10">
314
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>
315
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
316
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tamano_posicion"/>
317
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
318
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
319
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
320
                        </tool-bar>
321
                </extension>
322
                <extension class-name="com.iver.cit.gvsig.LayoutRedoExtension"
323
                        description="Extensi?n para rehacer cambios sobre el Layout."
324
                        active="true">
325
                        <menu text="mapa/rehacer" key="y" action-command="REDO" tooltip="rehacer" icon="images/Redo.png"/>
326
                        <tool-bar name="Mapa">
327
                                <action-tool icon="images/Redo.png" action-command="REDO" tooltip="rehacer"/>
328
                        </tool-bar>
329
                </extension>
330
                <extension class-name="com.iver.cit.gvsig.LayoutUndoExtension"
331
                        description="Extensi?n para deshacer cambios sobre el Layout."
332
                        active="true">
333
                        <menu text="mapa/deshacer" key="z" action-command="UNDO" tooltip="dehacer" icon="images/Undo.png"/>
334
                        <tool-bar name="Mapa">
335
                                <action-tool icon="images/Undo.png" action-command="UNDO" tooltip="deshacer"/>
336
                        </tool-bar>
337
                </extension>
338
                <extension class-name="com.iver.cit.gvsig.LayoutCommandStackExtension"
339
                        description="Extensi?n encargada de abrir el di?logo para gestionar los comandos apilados."
340
                        active="true">
341
                        <menu text="mapa/pila_de_comandos" key="k" action-command="COMMANDSTACK" tooltip="pila_de_comandos" icon="images/commandstack.png"/>
342
                        <tool-bar name="Mapa">
343
                                <action-tool icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="pila_de_comandos"/>
344
                        </tool-bar>
345
                </extension>
346
                <extension class-name="com.iver.cit.gvsig.TableOperations"
347
                        description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
348
                        active="true">
349
                        <menu text="Tabla/join" icon="images/tablejoin.png" action-command="JOIN"/>
350
                        <menu text="Tabla/link" icon="images/tablelink.png" action-command="LINK"/>
351
                        <tool-bar name="Herramientas" position="11">
352
                                <action-tool icon="images/tablejoin.png" action-command="JOIN" tooltip="join"/>
353
                                <action-tool icon="images/tablelink.png" action-command="LINK" tooltip="link"/>
354
                        </tool-bar>
355
                </extension>
356
                <extension class-name="com.iver.cit.gvsig.RedoTableExtension"
357
                        description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
358
                        active="true">
359
                        <menu text="Tabla/rehacer" action-command="REDO" icon="images/Redo.png"/>
360
                <tool-bar name="modificar">
361
                                <action-tool name="rehacer" icon="images/Redo.png" action-command="REDO" tooltip="rehacer" group="tabla"/>
362
                </tool-bar>
363
                </extension>
364
                <extension class-name="com.iver.cit.gvsig.UndoTableExtension"
365
                        description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
366
                        active="true">
367
                        <menu text="Tabla/deshacer" action-command="UNDO" icon="images/Undo.png"/>
368
                <tool-bar name="modificar">
369
                                <action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="deshacer" group="tabla"/>
370
                </tool-bar>
371
                </extension>
372
                <extension class-name="com.iver.cit.gvsig.TableEditStopExtension"
373
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
374
                        active="true">
375
                        <menu text="Tabla/stop_edition" action-command="STOPEDITING"/>
376
                </extension>
377
                <extension class-name="com.iver.cit.gvsig.TableEditStartExtension"
378
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
379
                        active="true">
380
                        <menu text="Tabla/start_edition" action-command="STARTEDIT"/>
381
                </extension>
382
                <extension class-name="com.iver.cit.gvsig.TableEditInsertExtension"
383
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
384
                        active="true">
385
                        <menu text="Tabla/insert_row" action-command="INSERTROW"/>
386
                        <menu text="Tabla/insert_column" action-command="INSERTCOLUMN"/>
387
                </extension>
388
                <extension class-name="com.iver.cit.gvsig.TableEditRemoveRowExtension"
389
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
390
                        active="true">
391
                        <menu text="Tabla/remove_row" action-command="REMOVEROW"/>
392
                </extension>
393
                <extension class-name="com.iver.cit.gvsig.TableEditRemoveColumnExtension"
394
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
395
                        active="true">
396
                        <menu text="Tabla/remove_column" action-command="REMOVECOLUMN"/>
397
                </extension>
398
                <extension class-name="com.iver.cit.gvsig.TableEditCopyExtension"
399
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
400
                        active="true">
401
                        <menu text="Tabla/copy" icon="images/editcopy.png" action-command="COPY"/>
402
                </extension>
403
                <extension class-name="com.iver.cit.gvsig.TableEditCutExtension"
404
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
405
                        active="true">
406
                        <menu text="Tabla/cut" icon="images/editcut.png" action-command="CUT"/>
407
                </extension>
408
                <extension class-name="com.iver.cit.gvsig.TableEditPasteExtension"
409
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
410
                        active="true">
411
                        <menu text="Tabla/paste" icon="images/editpaste.png" action-command="PASTE"/>
412
                </extension>
413

    
414
                <extension active="true" class-name="com.iver.cit.gvsig.TableFieldOperations"
415
                        description="Operaciones sobre los campos de las tablas">
416
                        <menu text="Tabla/ascending_order" icon="images/orderasc.png" action-command="ORDERASC"/>
417
                        <menu text="Tabla/descending_order" icon="images/orderdesc.png" action-command="ORDERDESC"/>
418
                        <tool-bar name="Herramientas" position="11">
419
                                <action-tool icon="images/orderasc.png" tooltip="ascending_order_tooltip" action-command="ORDERASC"/>
420
                                <action-tool icon="images/orderdesc.png" tooltip="descending_order_tooltip" action-command="ORDERDESC"/>
421
                        </tool-bar>
422
                </extension>
423
                <extension class-name="com.iver.cit.gvsig.TableNumericFieldOperations"
424
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
425
                        active="true">
426
                        <menu text="Tabla/statistics" icon="images/statistics.png"/>
427
                        <tool-bar name="Herramientas" position="11">
428
                                <action-tool icon="images/statistics.png" tooltip="statistics"/>
429
                        </tool-bar>
430
                </extension>
431
                <extension class-name="com.iver.cit.gvsig.FiltroExtension"
432
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
433
                        active="true">
434
                        <menu text="Tabla/filtro" icon="images/Filtro.png" action-command="FILTRO"/>
435
                        <tool-bar name="Herramientas" position="11">
436
                                <action-tool icon="images/Filtro.png" action-command="FILTRO" tooltip="filtro"/>
437
                        </tool-bar>
438
                </extension>
439
                <extension class-name="com.iver.cit.gvsig.RemoveTableUnion"
440
                        description="Extensi?n encargada de quitar uniones de las tablas."
441
                        active="true">
442
                        <menu text="Tabla/quitar_uniones"/>
443
                </extension>
444
                <extension class-name="com.iver.cit.gvsig.RemoveTableLink"
445
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
446
                        active="true">
447
                        <menu text="Tabla/quitar_enlaces"/>
448
                </extension>
449
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow"
450
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
451
                        active="true">
452
                        <menu text="Ver/ventana_proyecto"
453
                                key="p" mnemonic="p"
454
                                tooltip="ver_tooltip"
455
                                action-command="SHOW"/>
456
                </extension>
457
                <extension class-name="com.iver.cit.gvsig.RasterExtension"
458
                        description="Extensi?n encargada de seleccionar una capa de raster en el toc."
459
                        active="true">
460
                        <menu text="Vista/seleccion/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
461
                        <tool-bar name="Herramientas" position="11">
462
                                <selectable-tool icon="images/zoommas.png" action-command="SELECTIMAGE"  tooltip="seleccionar_capas"/>
463
                        </tool-bar>
464
                </extension>
465
                <extension class-name="com.iver.cit.gvsig.ShowTable"
466
                        description="Extensi?n encargada de abrir la tabla asociada a la capa seleccionado."
467
                        active="true">
468
                        <menu text="capa/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
469
                        <tool-bar name="Acciones" position="12">
470
                                <action-tool icon="images/ResultConsulta.png"
471
                                        enableText="Un_Layer"
472
                                        tooltip="Muestra_atributos"/>
473
                        </tool-bar>
474
                </extension>
475
                <extension class-name="com.iver.cit.gvsig.Print"
476
                        description="Extensi?n encargada de la impresi?n."
477
                        active="true">
478
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
479
                        <tool-bar name="Mapa" position="9">
480
                                <action-tool icon="images/print.png"/>
481
                        </tool-bar>
482
                </extension>
483
                <extension class-name="com.iver.cit.gvsig.PrintTable"
484
                        description="Extensi?n encargada de la impresi?n de las tablas."
485
                        active="true">
486
                        <menu text="Tabla/Imprimir" icon="images/print.png" action-command="PRINTTABLE"/>
487
                        <tool-bar name="Tabla" position="10">
488
                                <action-tool icon="images/print.png" action-command="PRINTTABLE"/>
489
                        </tool-bar>
490
                </extension>
491
                <extension class-name="com.iver.cit.gvsig.PrintProperties"
492
                        description="Extensi?n encargada de las propiedades de impresi?n."
493
                        active="true">
494
                        <tool-bar name="Mapa" position="9">
495
                                <action-tool icon="images/Frame.gif"/>
496
                        </tool-bar>
497
                </extension>
498
                <extension class-name="com.iver.cit.gvsig.Export"
499
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
500
                        active="true">
501
                        <menu text="Vista/export/imagen"/>
502
                </extension>
503
                <extension class-name="com.iver.cit.gvsig.ThemeToAnnotationExtension"
504
                        description="Extensi?n encargada de la capa de texto."
505
                        active="true">
506
                        <menu text="capa/to_annotation" action-command="LAYERTOANNOTATION"/>
507
                </extension>
508
                <extension class-name="com.iver.cit.gvsig.PaletteViewInfoExtension"
509
                        description="Extensi?n encargada transformar la vista activa en palette."
510
                        active="true">
511
                        <menu text="Ventana/to_palette" action-command="PALETTE"/>
512
                </extension>
513
                <extension class-name="com.iver.cit.gvsig.RestoreViewInfoExtension"
514
                        description="Extensi?n encargada transformar la vista palette en su original."
515
                        active="true">
516
                        <menu text="Ventana/restore" action-command="RESTORE"/>
517
                </extension>
518
                <!--extension class-name="com.iver.cit.gvsig.FFrameGroupExtension"
519
                        description="Extensi?n encargada de controlar un FFrameTable."
520
                        active="true">
521
                        <menu text="Mapa/no_editar_grupo" action-command="NOEDITGROUP"/>
522
                        <menu text="Mapa/unir_celdas" action-command="JOIN"/>
523
                        <menu text="Mapa/editar_grupo" action-command="EDITGROUP"/>
524
                </extension-->
525
                <extension class-name="com.iver.cit.gvsig.About"
526
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
527
                        active="true">
528
                        <menu text="Ayuda/acerca_de" />
529
                </extension>
530
        </extensions>
531
        <icon src="images/logoGVA.gif" text="gvSIG"/>
532
</plugin-config>