Statistics
| Revision:

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

History | View | Annotate | Download (27.7 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.ProjectExtension"
23
                        description="Extensi?n encargada de gestionar los proyectos."
24
                        active="true"
25
                        priority="10">
26
                        <menu text="Archivo/nuevo_proyecto"
27
                                key="n" mnemonic="n"
28
                                tooltip="nuevo_tooltip"
29
                                action-command="NUEVO" icon="images/new.png"
30
                                position="-1"/>
31
                        <menu text="Archivo/abrir_proyecto"
32
                                key="a" mnemonic="a"
33
                                tooltip="abrir_tooltip"
34
                                action-command="ABRIR" icon="images/open.png"
35
                                position="10"/>
36
                        <menu text="Archivo/guardar_proyecto"
37
                                key="g" mnemonic="g"
38
                                tooltip="guardar_tooltip"
39
                                action-command="GUARDAR" icon="images/save.png"
40
                                position="20"/>
41
                        <menu text="Archivo/guardar_como"
42
                                tooltip="guardar_tooltip"
43
                                action-command="GUARDAR_COMO" icon="images/save.png"
44
                                position="30"
45
                                last="true"/>
46
                        <menu text="Archivo/salir"
47
                                tooltip="salir_tooltip"
48
                                key="x" mnemonic="x"
49
                                action-command="SALIR" icon="images/salir.png"
50
                                position="60"
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
                        <tool-bar name="gvSIG" position = "1">
67
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
68
                                        action-command="NUEVO"/>
69
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
70
                                        action-command="ABRIR"/>
71
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
72
                                        action-command="GUARDAR"/>
73

    
74
                        </tool-bar>
75

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

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

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

    
104
                        <menu text="Vista/navegacion/Desplazamiento" action-command="PAN" icon="images/Pan.png"/>
105
                        <menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
106

    
107
                        <menu text="Vista/consulta/informacion" action-command="INFO" icon="images/Identify.png"/>
108
                        <menu text="Vista/consulta/medir_distancias" action-command="MEDICION" icon="images/Distancia.png"/>
109
                        <menu text="Vista/consulta/medir_area" action-command="AREA" icon="images/Poligono16.png"/>
110

    
111
                        <menu text="Vista/seleccion/seleccionar_por_punto" action-command="SELPOINT" icon="images/Select.png"/>
112
                        <menu text="Vista/seleccion/seleccionar_por_rectangulo" action-command="SELRECT" icon="images/SelEspacial2b.png"/>
113
                        <menu text="Vista/seleccion/Seleccion_por_capa" action-command="SELECTIONBYSHAPE"/>
114

    
115

    
116
                        <menu text="Vista/poner_capas_a/visibles" action-command="CAPAS_VISIBLES"/>
117
                        <menu text="Vista/poner_capas_a/no_visibles" action-command="CAPAS_NOVISIBLES"/>
118
                        <menu text="Vista/poner_capas_a/activos" action-command="CAPAS_ACTIVAS"/>
119
                        <menu text="Vista/poner_capas_a/no_activos" action-command="CAPAS_NOACTIVAS"/>
120

    
121
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
122

    
123
                        <tool-bar name="View_Tools_Zooms" position="3">
124
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_Mas"/>
125
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
126
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
127

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

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

    
175
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
176
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
177

    
178

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

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

    
189

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

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

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

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

    
235
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
236
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
237
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
238
                        <menu text="Mapa/Insertar/north" action-command="RECTANGLENORTH" tooltip="insertar_norte" icon="images/MapaNorth.png"/>
239
                        <menu text="Mapa/Insertar/box" action-command="RECTANGLEBOX" tooltip="insertar_cajetin" icon="images/box.png"/>
240

    
241

    
242
                        <tool-bar name="Layout_Tools_Select" position="21">
243
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
244
                                <action-tool icon="images/remove.png" action-command="REMOVE" tooltip="borra_seleccion"/>
245
                        </tool-bar>
246

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

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

    
267

    
268

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

    
273
                <menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" action-command="VIEW_ZOOMIN" tooltip="Zoom_Mas_Vista" icon="images/ZoomIn.png"/>
274
                <menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista" icon="images/ZoomOut.png"/>
275
                <menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista" icon="images/MapContents.png"/>
276
                <menu text="Mapa/navegacion_vista/Encuadre_Vista" action-command="VIEW_PAN" tooltip="Encuadre_Vista" icon="images/Pan.png"/>
277

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

    
298
                        <menu text="Mapa/Graficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
299
                        <menu text="Mapa/Graficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
300
                        <menu text="Mapa/Graficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
301
                        <menu text="Mapa/Graficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
302
                        <menu text="Mapa/Graficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
303

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

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