Statistics
| Revision:

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

History | View | Annotate | Download (30.1 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="85"/>
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="false"
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

    
52
                        <menu text="Archivo"
53
                                position="98"
54
                                is_separator="true"/>
55

    
56

    
57

    
58
                        <menu text="Archivo"
59
                                position="35"
60
                                is_separator="true"/>
61

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

    
72
                        <menu text="Archivo/salir"
73
                                tooltip="salir_tooltip"
74
                                key="x" mnemonic="x"
75
                                action-command="SALIR" icon="images/salir.png"
76
                                position="99"
77
                                />
78
                        <tool-bar name="gvSIG" position = "1">
79
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
80
                                        action-command="NUEVO"/>
81
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
82
                                        action-command="ABRIR"/>
83
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
84
                                        action-command="GUARDAR"/>
85

    
86
                        </tool-bar>
87

    
88
                </extension>
89
                <extension class-name="com.iver.cit.gvsig.AddLayer"
90
                        description="Extensi?n encargada de abrir las diferentes capas."
91
                        active="true"
92
                        priority="20">
93
                        <menu text="Vista/Anadir_Capa" key="o" icon="images/addlayer.png"/>
94
                        <tool-bar name="View" position="2">
95
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
96
                        </tool-bar>
97
                </extension>
98
                
99
                <extension class-name="com.iver.cit.gvsig.CopyPasteLayersExtension"
100
                        description="Extensi?n que habilita el copiado y pegado de capas."
101
                        active="true"
102
                        priority="20">
103
                </extension>
104
                
105
                <extension class-name="com.iver.cit.gvsig.ZoomPrev"
106
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
107
                        active="true">
108
                        <menu text="Vista/navegacion/Zoom_Previo" icon="images/ZoomPrevio.png"/>
109
                        <tool-bar name="View_Tools_Zooms" position ="3">
110
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
111
                        </tool-bar>
112
                </extension>
113
                <extension class-name="com.iver.cit.gvsig.InfoToolExtension"
114
                        description="Extensi?n encargada de gestionar la herramienta de info."
115
                        active="true"
116
                        priority="29">
117
                        <menu text="Vista/consulta/informacion" action-command="INFO" icon="images/Identify.png"/>
118
                        <tool-bar name="View_Tools_Query">
119
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
120
                        </tool-bar>
121
                </extension>
122
                <extension class-name="com.iver.cit.gvsig.ViewControls"
123
                        description="Extensi?n encargada de gestionar la vista."
124
                        active="true"
125
                        priority="30">
126
                        <menu text="Vista/navegacion/Zoom_Mas" action-command="ZOOM_IN" icon="images/ZoomIn.png"/>
127
                        <menu text="Vista/navegacion/Zoom_Menos" action-command="ZOOM_OUT" icon="images/ZoomOut.png"/>
128
                        <menu text="Vista/navegacion/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
129
                        <menu text="Vista/navegacion/Zoom_Acercar" action-command="ACTION_ZOOM_IN" tooltip="Zoom_Mas" icon="images/zoommas.png"/>
130
                        <menu text="Vista/navegacion/Zoom_Alejar" action-command="ACTION_ZOOM_OUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
131

    
132
                        <menu text="Vista/navegacion/Desplazamiento" action-command="PAN" icon="images/Pan.png"/>
133
                        <menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
134

    
135
                        <menu text="Vista/consulta/medir_distancias" action-command="MEDICION" icon="images/Distancia.png"/>
136
                        <menu text="Vista/consulta/medir_area" action-command="AREA" icon="images/Poligono16.png"/>
137

    
138
                        <menu text="Vista/seleccion/seleccionar_por_punto" action-command="SELPOINT" icon="images/Select.png"/>
139
                        <menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
140
                        <menu text="Vista/seleccion/Seleccion_por_capa" action-command="SELECTIONBYSHAPE"/>
141

    
142

    
143
                        <menu text="Vista/poner_capas_a/visibles" action-command="CAPAS_VISIBLES"/>
144
                        <menu text="Vista/poner_capas_a/no_visibles" action-command="CAPAS_NOVISIBLES"/>
145
                        <menu text="Vista/poner_capas_a/activos" action-command="CAPAS_ACTIVAS"/>
146
                        <menu text="Vista/poner_capas_a/no_activos" action-command="CAPAS_NOACTIVAS"/>
147

    
148
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
149

    
150
                        <tool-bar name="View_Tools_Zooms" position="3">
151
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
152
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
153
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
154
                                <action-tool icon="images/zoommas.png" action-command="ACTION_ZOOM_IN" tooltip="Zoom_Mas"/>
155
                                <action-tool icon="images/zoommenos.png" action-command="ACTION_ZOOM_OUT" tooltip="Zoom_Menos"/>
156

    
157
                        </tool-bar>
158
                        <tool-bar name="View_Tools" position ="4">
159
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Desplazamiento"/>
160
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>
161
                        </tool-bar>
162
                        <tool-bar name="View_Tools_Query" position="5">
163
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
164
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
165
                        </tool-bar>
166
                        <tool-bar name="View_Tools_Select" position="6">
167
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />
168
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
169
                        </tool-bar>
170
                </extension>
171

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

    
203
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
204

    
205
                        <menu text="Mapa/navegacion/Zoom_Mas" action-command="ZOOM_IN" tooltip="Zoom_Mas" icon="images/LayoutZoomIn.png"/>
206
                        <menu text="Mapa/navegacion/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
207
                        <menu text="Mapa/navegacion/Zoom_Acercar" action-command="ZOOMIN" tooltip="Zoom_Mas" icon="images/zoommas.png"/>
208
                        <menu text="Mapa/navegacion/Zoom_Alejar" action-command="ZOOMOUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
209
                        <menu text="Mapa/navegacion/Zoom_Completo" action-command="FULL" tooltip="Zoom_Completo" icon="images/mundo.gif"/>
210
                        <menu text="Mapa/navegacion/Zoom_Real" action-command="REALZOOM" tooltip="Zoom_Real" icon="images/zoomreal.png"/>
211
                        <menu text="Mapa/navegacion/Zoom_Select" action-command="ZOOMSELECT" tooltip="Zoom_Select" icon="images/zoomselect.png"/>
212

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

    
215

    
216
                        <menu text="Archivo/guardar_como_plantilla" action-command="SAVETEMPLATE"
217
                                 tooltip="guardar"
218
                                 icon="images/save.png"
219
                                 position="42"/>
220
                        <menu text="Archivo/exportar_pdf" action-command="PDF"
221
                                 tooltip="exportar_pdf" icon="images/pdf.png"
222
                                 position="38"/>
223
                        <menu text="Archivo/exportar_ps" action-command="PS"
224
                                 tooltip="exportar_ps" icon="images/ps.png"
225
                                 position="39"/>
226
                        <tool-bar name="gvSIG" position="1">
227
                                <action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
228
                                <action-tool icon="images/ps.png" action-command="PS"  tooltip="exportar_ps"/>
229
                        </tool-bar>
230
                        <tool-bar name="Layout_Tools_Zooms" position="20">
231
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
232
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
233
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_Mas"/>
234
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
235
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
236
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
237
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
238
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
239
                        </tool-bar>
240

    
241
                </extension>
242
                <extension class-name="com.iver.cit.gvsig.LayoutEditableControls"
243
                        description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
244
                        active="true">
245
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
246
                </extension>
247
                <extension class-name="com.iver.cit.gvsig.LayoutEditVertexExtension"
248
                        description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
249
                        active="true">
250
                        <menu text="Mapa/edicion/editar_vertices" action-command="VERTEX" tooltip="editar_vertices" icon="images/Select1.png"/>
251

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

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

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

    
276

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

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

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

    
302

    
303

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

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

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

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

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

    
435
                <extension class-name="com.iver.cit.gvsig.TableEditCopyExtension"
436
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
437
                        active="true">
438
                        <menu text="Tabla/copy" icon="images/editcopy.png" action-command="COPY"/>
439
                </extension>
440
                <extension class-name="com.iver.cit.gvsig.TableEditCutExtension"
441
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
442
                        active="true">
443
                        <menu text="Tabla/cut" icon="images/editcut.png" action-command="CUT"/>
444
                </extension>
445
                <extension class-name="com.iver.cit.gvsig.TableEditPasteExtension"
446
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
447
                        active="true">
448
                        <menu text="Tabla/paste" icon="images/editpaste.png" action-command="PASTE"/>
449
                </extension>
450

    
451
                <extension active="true" class-name="com.iver.cit.gvsig.TableFieldOperations"
452
                        description="Operaciones sobre los campos de las tablas">
453
                        <menu text="Tabla/ascending_order" icon="images/orderasc.png" action-command="ORDERASC"/>
454
                        <menu text="Tabla/descending_order" icon="images/orderdesc.png" action-command="ORDERDESC"/>
455
                        <tool-bar name="Herramientas" position="11">
456
                                <action-tool icon="images/orderasc.png" tooltip="ascending_order_tooltip" action-command="ORDERASC"/>
457
                                <action-tool icon="images/orderdesc.png" tooltip="descending_order_tooltip" action-command="ORDERDESC"/>
458
                        </tool-bar>
459
                </extension>
460
                <extension class-name="com.iver.cit.gvsig.TableNumericFieldOperations"
461
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
462
                        active="true">
463
                        <menu text="Tabla/statistics" icon="images/statistics.png"/>
464
                        <tool-bar name="Herramientas" position="12">
465
                                <action-tool icon="images/statistics.png" tooltip="statistics"/>
466
                        </tool-bar>
467
                </extension>
468
                <extension class-name="com.iver.cit.gvsig.TableRowsOperations"
469
                        description="Extensi?n encargada de gestionar la selecci?n en la tabla."
470
                        active="true">
471
                        <menu text="Tabla/selection_up" icon="images/selectionUp.png"/>
472
                        <tool-bar name="Herramientas" position="13">
473
                                <action-tool icon="images/selectionUp.png" tooltip="selection_up"/>
474
                        </tool-bar>
475
                </extension>
476

    
477
                <extension class-name="com.iver.cit.gvsig.FiltroExtension"
478
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
479
                        active="true">
480
                        <menu text="Tabla/filtro" icon="images/Filtro.png" action-command="FILTRO"/>
481
                        <tool-bar name="Herramientas" position="14">
482
                                <action-tool icon="images/Filtro.png" action-command="FILTRO" tooltip="filtro"/>
483
                        </tool-bar>
484
                </extension>
485
                <extension class-name="com.iver.cit.gvsig.RemoveTableUnion"
486
                        description="Extensi?n encargada de quitar uniones de las tablas."
487
                        active="true">
488
                        <menu text="Tabla/quitar_uniones"/>
489
                </extension>
490
                <extension class-name="com.iver.cit.gvsig.RemoveTableLink"
491
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
492
                        active="true">
493
                        <menu text="Tabla/quitar_enlaces"/>
494
                </extension>
495
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow"
496
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
497
                        active="true">
498
                        <menu text="Ver/ventana_proyecto"
499
                                key="p" mnemonic="p"
500
                                tooltip="ver_tooltip"
501
                                action-command="SHOW"/>
502
                </extension>
503
                <extension class-name="com.iver.cit.gvsig.RasterExtension"
504
                        description="Extensi?n encargada de seleccionar una capa de raster en el toc."
505
                        active="true">
506
                        <menu text="Vista/seleccion/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
507
                        <tool-bar name="Herramientas" position="15">
508
                                <selectable-tool icon="images/zoommas.png" action-command="SELECTIMAGE"  tooltip="seleccionar_capas"/>
509
                        </tool-bar>
510
                </extension>
511
                <extension class-name="com.iver.cit.gvsig.ShowTable"
512
                        description="Extensi?n encargada de abrir la tabla asociada a la capa seleccionado."
513
                        active="true">
514
                        <menu text="Capa/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
515
                        <tool-bar name="Acciones" position="116">
516
                                <action-tool icon="images/ResultConsulta.png"
517
                                        enableText="Un_Layer"
518
                                        tooltip="Muestra_atributos"/>
519
                        </tool-bar>
520
                </extension>
521
                <extension class-name="com.iver.cit.gvsig.Print"
522
                        description="Extensi?n encargada de la impresi?n."
523
                        active="true">
524
                        <menu text="Mapa/Imprimir" icon="images/print.png" tooltip="Imprimir"/>
525
                        <tool-bar name="Mapa" position="9">
526
                                <action-tool icon="images/print.png" tooltip="Imprimir"/>
527
                        </tool-bar>
528
                </extension>
529
                <extension class-name="com.iver.cit.gvsig.PrintTable"
530
                        description="Extensi?n encargada de la impresi?n de las tablas."
531
                        active="true">
532
                        <menu text="Tabla/Imprimir" icon="images/print.png" action-command="PRINTTABLE" tooltip="Implimir"/>
533
                        <tool-bar name="Tabla" position="10">
534
                                <action-tool icon="images/print.png" action-command="PRINTTABLE" tooltip="Imprimir"/>
535
                        </tool-bar>
536
                </extension>
537
                <extension class-name="com.iver.cit.gvsig.PrintProperties"
538
                        description="Extensi?n encargada de las propiedades de impresi?n."
539
                        active="true">
540
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
541

    
542
                        <tool-bar name="Mapa" position="9">
543
                                <action-tool icon="images/Frame.gif" tooltip="preparar_pagina"/>
544
                        </tool-bar>
545
                </extension>
546
                <extension class-name="com.iver.cit.gvsig.Export"
547
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
548
                        active="true">
549
                        <menu text="Vista/export/imagen"/>
550
                </extension>
551
                <extension class-name="com.iver.cit.gvsig.ThemeToAnnotationExtension"
552
                        description="Extensi?n encargada de la capa de texto."
553
                        active="true">
554
                        <menu text="Capa/to_annotation" action-command="LAYERTOANNOTATION"/>
555
                </extension>
556
                <extension class-name="com.iver.cit.gvsig.PaletteViewInfoExtension"
557
                        description="Extensi?n encargada transformar la vista activa en palette."
558
                        active="true">
559
                        <menu text="Ventana/to_palette" action-command="PALETTE"
560
                                position="50"/>
561
                </extension>
562

    
563
                <extension class-name="com.iver.cit.gvsig.RestoreViewInfoExtension"
564
                        description="Extensi?n encargada transformar la vista palette en su original."
565
                        active="true">
566
                        <menu text="Ventana/restore" action-command="RESTORE"
567
                                position="10"/>
568
                </extension>
569
                <!--extension class-name="com.iver.cit.gvsig.FFrameGroupExtension"
570
                        description="Extensi?n encargada de controlar un FFrameTable."
571
                        active="true">
572
                        <menu text="Mapa/no_editar_grupo" action-command="NOEDITGROUP"/>
573
                        <menu text="Mapa/unir_celdas" action-command="JOIN"/>
574
                        <menu text="Mapa/editar_grupo" action-command="EDITGROUP"/>
575
                </extension-->
576
                <extension class-name="com.iver.cit.gvsig.About"
577
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
578
                        active="true">
579
                        <menu text="Ayuda/acerca_de" />
580
                </extension>
581
        </extensions>
582
        <icon src="images/logoGVA.gif" text="gvSIG"/>
583
</plugin-config>