Statistics
| Revision:

root / trunk / applications / appgvSIG / config / config.xml @ 6469

History | View | Annotate | Download (30.2 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="35"
54
                                is_separator="true"/>
55

    
56
                        <menu text="Archivo/abrir_plantilla"
57
                                action-command="OPENTEMPLATE"
58
                                tooltip="abrir_plantilla"
59
                                icon="images/open.png"
60
                                position="40"
61
                                last="true"/>
62
                        <menu text="Archivo"
63
                                position="45"
64
                                is_separator="true"/>
65

    
66
                        <menu text="Archivo/salir"
67
                                tooltip="salir_tooltip"
68
                                key="x" mnemonic="x"
69
                                action-command="SALIR" icon="images/salir.png"
70
                                position="99"
71
                                />
72
                        <tool-bar name="gvSIG" position = "1">
73
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
74
                                        action-command="NUEVO"/>
75
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
76
                                        action-command="ABRIR"/>
77
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
78
                                        action-command="GUARDAR"/>
79

    
80
                        </tool-bar>
81

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

    
93
                <extension class-name="com.iver.cit.gvsig.CopyPasteLayersExtension"
94
                        description="Extensi?n que habilita el copiado y pegado de capas."
95
                        active="true"
96
                        priority="20">
97
                </extension>
98

    
99
                <extension class-name="com.iver.cit.gvsig.ZoomPrev"
100
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
101
                        active="true">
102
                        <menu text="Vista/navegacion/Zoom_Previo" icon="images/ZoomPrevio.png"/>
103
                        <tool-bar name="View_Tools_Zooms" position ="3">
104
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
105
                        </tool-bar>
106
                </extension>
107
                <extension class-name="com.iver.cit.gvsig.InfoToolExtension"
108
                        description="Extensi?n encargada de gestionar la herramienta de info."
109
                        active="true"
110
                        priority="29">
111
                        <menu text="Vista/consulta/informacion" action-command="INFO" icon="images/Identify.png"/>
112
                        <tool-bar name="View_Tools_Query">
113
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
114
                        </tool-bar>
115
                </extension>
116
                <extension class-name="com.iver.cit.gvsig.ViewControls"
117
                        description="Extensi?n encargada de gestionar la vista."
118
                        active="true"
119
                        priority="30">
120
                        <menu text="Vista/navegacion/Zoom_Mas" action-command="ZOOM_IN" icon="images/ZoomIn.png"/>
121
                        <menu text="Vista/navegacion/Zoom_Menos" action-command="ZOOM_OUT" icon="images/ZoomOut.png"/>
122
                        <menu text="Vista/navegacion/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
123
                        <menu text="Vista/navegacion/Zoom_Acercar" action-command="ACTION_ZOOM_IN" tooltip="Zoom_Mas" icon="images/zoommas.png"/>
124
                        <menu text="Vista/navegacion/Zoom_Alejar" action-command="ACTION_ZOOM_OUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
125

    
126
                        <menu text="Vista/navegacion/Desplazamiento" action-command="PAN" icon="images/Pan.png"/>
127
                        <menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
128

    
129
                        <menu text="Vista/consulta/medir_distancias" action-command="MEDICION" icon="images/Distancia.png"/>
130
                        <menu text="Vista/consulta/medir_area" action-command="AREA" icon="images/Poligono16.png"/>
131

    
132
                        <menu text="Vista/seleccion/seleccionar_por_punto" action-command="SELPOINT" icon="images/Select.png"/>
133
                        <menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
134
                        <menu text="Vista/seleccion/Seleccion_por_capa" action-command="SELECTIONBYSHAPE"/>
135

    
136

    
137
                        <menu text="Vista/poner_capas_a/visibles" action-command="CAPAS_VISIBLES"/>
138
                        <menu text="Vista/poner_capas_a/no_visibles" action-command="CAPAS_NOVISIBLES"/>
139
                        <menu text="Vista/poner_capas_a/activos" action-command="CAPAS_ACTIVAS"/>
140
                        <menu text="Vista/poner_capas_a/no_activos" action-command="CAPAS_NOACTIVAS"/>
141

    
142
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
143

    
144
                        <tool-bar name="View_Tools_Zooms" position="3">
145
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
146
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
147
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
148
                                <action-tool icon="images/zoommas.png" action-command="ACTION_ZOOM_IN" tooltip="Zoom_Mas"/>
149
                                <action-tool icon="images/zoommenos.png" action-command="ACTION_ZOOM_OUT" tooltip="Zoom_Menos"/>
150

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

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

    
197
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
198

    
199
                        <menu text="Mapa/navegacion/Zoom_Mas" action-command="ZOOM_IN" tooltip="Zoom_Mas" icon="images/LayoutZoomIn.png"/>
200
                        <menu text="Mapa/navegacion/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
201
                        <menu text="Mapa/navegacion/Zoom_Acercar" action-command="ZOOMIN" tooltip="Zoom_Mas" icon="images/zoommas.png"/>
202
                        <menu text="Mapa/navegacion/Zoom_Alejar" action-command="ZOOMOUT" tooltip="Zoom_Menos" icon="images/zoommenos.png"/>
203
                        <menu text="Mapa/navegacion/Zoom_Completo" action-command="FULL" tooltip="Zoom_Completo" icon="images/mundo.gif"/>
204
                        <menu text="Mapa/navegacion/Zoom_Real" action-command="REALZOOM" tooltip="Zoom_Real" icon="images/zoomreal.png"/>
205
                        <menu text="Mapa/navegacion/Zoom_Select" action-command="ZOOMSELECT" tooltip="Zoom_Select" icon="images/zoomselect.png"/>
206

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

    
209

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

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

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

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

    
264
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
265
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
266
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
267
                        <menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_norte" icon="images/MapaNorth.png"/>
268
                        <menu text="Mapa/Insertar/cajetin" action-command="RECTANGLEBOX" tooltip="insertar_cajetin" icon="images/box.png"/>
269

    
270

    
271
                        <tool-bar name="Layout_Tools_Select" position="21">
272
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
273
                                <action-tool icon="images/remove.png" action-command="REMOVE" tooltip="borra_seleccion"/>
274
                        </tool-bar>
275

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

    
287
                        <tool-bar name="Layout_Tools_Insert_Cartografy" position="8">
288
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
289
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
290
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
291
                                <selectable-tool icon="images/MapaNorth.png" action-command="RECTANGLENORTH"  tooltip="insertar_norte"/>
292
                                <selectable-tool icon="images/box.png" action-command="RECTANGLEBOX"  tooltip="insertar_cajetin"/>
293
                        </tool-bar>
294
                </extension>
295

    
296

    
297

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

    
302
                <menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" action-command="VIEW_ZOOMIN" tooltip="Zoom_Mas_Vista" icon="images/ZoomIn.png"/>
303
                <menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista" icon="images/ZoomOut.png"/>
304
                <menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista" icon="images/MapContents.png"/>
305
                <menu text="Mapa/navegacion_vista/Encuadre_Vista" action-command="VIEW_PAN" tooltip="Encuadre_Vista" icon="images/Pan.png"/>
306

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

    
327
                        <menu text="Mapa/Graficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
328
                        <menu text="Mapa/Graficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
329
                        <menu text="Mapa/Graficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
330
                        <menu text="Mapa/Graficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
331

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

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

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

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

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

    
556
                <extension class-name="com.iver.cit.gvsig.RestoreViewInfoExtension"
557
                        description="Extensi?n encargada transformar la vista palette en su original."
558
                        active="true">
559
                        <menu text="Ventana/restore" action-command="RESTORE"
560
                                position="10"/>
561
                </extension>
562
                <!--extension class-name="com.iver.cit.gvsig.FFrameGroupExtension"
563
                        description="Extensi?n encargada de controlar un FFrameTable."
564
                        active="true">
565
                        <menu text="Mapa/no_editar_grupo" action-command="NOEDITGROUP"/>
566
                        <menu text="Mapa/unir_celdas" action-command="JOIN"/>
567
                        <menu text="Mapa/editar_grupo" action-command="EDITGROUP"/>
568
                </extension-->
569
                <extension class-name="com.iver.cit.gvsig.FFrameLegendExtension"
570
                        description="Extensi?n encargada de controlar un FFrameLegend."
571
                        active="true">
572
                        <menu text="Mapa/Graficos/simplificar_leyenda" action-command="SIMPLIFICAR" tooltip="simplificar_leyenda"/>
573

    
574
                </extension>
575
                <extension class-name="com.iver.cit.gvsig.About"
576
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
577
                        active="true">
578
                        <menu text="Ayuda/acerca_de" />
579
                </extension>
580
        </extensions>
581
        <icon src="images/logoGVA.gif" text="gvSIG"/>
582
</plugin-config>