Statistics
| Revision:

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

History | View | Annotate | Download (17.4 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
                        <menu text="Archivo/guardar_proyecto" 
36
                                key="g" mnemonic="g" 
37
                                tooltip="guardar_tooltip"
38
                                action-command="GUARDAR" icon="images/save.png"/>
39
                        <menu text="Archivo/guardar_como" 
40
                                tooltip="guardar_tooltip"
41
                                action-command="GUARDAR_COMO" icon="images/save.png"/>
42
                        <menu text="Archivo/salir"                                
43
                                tooltip="salir_tooltip"
44
                                key="x" mnemonic="x"
45
                                action-command="SALIR" icon="images/salir.png"/>
46
                        <tool-bar name="gvSIG">
47
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
48
                                        action-command="NUEVO"/>
49
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
50
                                        action-command="ABRIR"/>
51
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
52
                                        action-command="GUARDAR"/>
53
                        
54
                        </tool-bar>
55
                        
56
                </extension>
57
                <extension class-name="com.iver.cit.gvsig.AddLayer" 
58
                        description="Extensi?n encargada de abrir las diferentes capas."
59
                        active="true" 
60
                        priority="20">
61
                        <menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
62
                        <tool-bar name="Acciones">
63
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
64
                        </tool-bar>
65
                </extension>
66
                        
67
                <extension class-name="com.iver.cit.gvsig.ZoomPrev" 
68
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
69
                        active="true">
70
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
71
                        <tool-bar name="Herramientas">
72
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
73
                        </tool-bar>
74
                </extension>
75
                <extension class-name="com.iver.cit.gvsig.RasterExtension" 
76
                        description="Extensi?n encargada de gestionar la vista con opciones raster."
77
                        active="true">
78
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
79
                </extension>
80
                <extension class-name="com.iver.cit.gvsig.ViewControls" 
81
                        description="Extensi?n encargada de gestionar la vista."
82
                        active="true" 
83
                        priority="30">
84
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
85
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
86
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
87
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
88
                        <menu text="Vista/poner_temas_a/visibles" action-command="TEMAS_VISIBLES"/>
89
                        <menu text="Vista/poner_temas_a/no_visibles" action-command="TEMAS_NOVISIBLES"/>
90
                        <menu text="Vista/poner_temas_a/activos" action-command="TEMAS_ACTIVOS"/>
91
                        <menu text="Vista/poner_temas_a/no_activos" action-command="TEMAS_NOACTIVOS"/>
92
                                
93
                                        
94
                        <tool-bar name="Acciones">
95
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
96
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
97
                        </tool-bar>
98
                        <tool-bar name="Herramientas">
99
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
100
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
101
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
102
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
103
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
104
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
105
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />                
106
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
107
                                <selectable-tool icon="images/Rectangle.png" action-command="SAVERASTER"  tooltip="salvar_raster"/>                                
108
                        </tool-bar>
109
                </extension>
110
                <extension class-name="com.iver.cit.gvsig.ViewPropertiesExtension" 
111
                        description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
112
                        active="true">
113
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
114
                </extension>
115
                <extension class-name="com.iver.cit.gvsig.RasterVectorialControls" 
116
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
117
                        active="true">
118
                        <menu text="Tema/propiedades" action-command="PROPERTIES"/>
119
                </extension>
120
                <extension class-name="com.iver.cit.gvsig.ThemeControls" 
121
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
122
                        active="true">
123
                        <menu text="Tema/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
124
                        <!--menu text="Tema/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/-->
125
                        <menu text="Tema/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
126
                        <menu text="Tema/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
127
                        <tool-bar name="Acciones">
128
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
129
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
130
                        </tool-bar>
131
                </extension>
132
                <extension class-name="com.iver.cit.gvsig.LinkControls" 
133
                        description="Extensi?n encargada de gestionar el hiperlink."
134
                        active="true">
135
                        <tool-bar name="Herramientas">
136
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
137
                        </tool-bar>
138
                </extension>
139
                <extension class-name="com.iver.cit.gvsig.LayoutControls" 
140
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
141
                        active="true">
142
                        
143
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
144
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
145
                        
146
                        <menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
147
                        <menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
148
                        <menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
149
                        <menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
150
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
151
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
152
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
153
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
154
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
155
                        
156
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
157
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
158
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
159
                        <menu text="Mapa/exportar_pdf" action-command="PDF" tooltip="exportar_pdf" icon="images/pdf.png"/>
160
                        
161
                        <tool-bar name="Mapa">
162
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
163
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
164
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
165
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
166
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
167
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
168
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
169
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
170
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
171
                                
172
                                
173
                        </tool-bar>
174
                        
175
                        <tool-bar name="Herramientas">
176
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
177
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
178
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
179
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
180
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
181
                                <action-tool icon="images/pdf.png" action-command="PDF"  tooltip="exportar_pdf"/>
182
                        </tool-bar>
183
                        
184
                </extension>
185
                <extension class-name="com.iver.cit.gvsig.FFrameViewExtension" 
186
                description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
187
                active="true">
188
                <tool-bar name="Mapa">
189
                        <action-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
190
                        <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
191
                        <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
192
                        <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
193
                </tool-bar>
194
                </extension>        
195
                <extension class-name="com.iver.cit.gvsig.TagExtension" 
196
                        description="Extensi?n para a?adir un tag a los FFrames."
197
                        active="false">
198
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
199
                        <tool-bar name="Mapa">
200
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
201
                        </tool-bar>
202
                </extension>
203
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
204
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
205
                        active="true">
206
                        
207
                        <menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
208
                        <menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
209
                        <menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
210
                        <menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
211
                        <menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
212
                        
213
                        <menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
214
                        <menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
215
                        <menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
216
                        <menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
217
                        <tool-bar name="Herramientas">
218
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>        
219
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
220
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
221
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
222
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
223
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>                
224
                        </tool-bar>
225
                </extension>
226
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
227
                        description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
228
                        active="true">
229
                        <menu text="Tabla/join" icon="images/tablejoin.png" action-command="JOIN"/>
230
                        <menu text="Tabla/link" icon="images/tablelink.png" action-command="LINK"/>
231
                        <menu text="Tabla/edit" action-command="EDIT"/>
232
                        <tool-bar name="Herramientas">
233
                                <action-tool icon="images/tablejoin.png" action-command="JOIN" tooltip="join"/>
234
                                <action-tool icon="images/tablelink.png" action-command="LINK" tooltip="link"/>
235
                        </tool-bar>
236
                </extension>
237
                <extension class-name="com.iver.cit.gvsig.TableEditionCommands" 
238
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
239
                        active="true">
240
                        <menu text="Tabla/cancel" action-command="ROLLBACK"/>
241
                        <menu text="Tabla/stop" action-command="COMMIT"/>
242
                </extension>
243
                <extension active="true" class-name="com.iver.cit.gvsig.TableFieldOperations" 
244
                        description="Operaciones sobre los campos de las tablas">
245
                        <menu text="Tabla/ascending_order" icon="images/orderasc.png" action-command="ORDERASC"/>
246
                        <menu text="Tabla/descending_order" icon="images/orderdesc.png" action-command="ORDERDESC"/>
247
                        <tool-bar name="Herramientas">
248
                                <action-tool icon="images/orderasc.png" tooltip="ascending_order_tooltip" action-command="ORDERASC"/>
249
                                <action-tool icon="images/orderdesc.png" tooltip="descending_order_tooltip" action-command="ORDERDESC"/>
250
                        </tool-bar>
251
                </extension>
252
                <extension class-name="com.iver.cit.gvsig.TableNumericFieldOperations" 
253
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
254
                        active="true">
255
                        <menu text="Tabla/statistics" icon="images/statistics.png"/>
256
                        <tool-bar name="Herramientas">
257
                                <action-tool icon="images/statistics.png" tooltip="statistics"/>
258
                        </tool-bar>
259
                </extension>
260
                <extension class-name="com.iver.cit.gvsig.FiltroExtension" 
261
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
262
                        active="true">
263
                        <menu text="Tabla/filtro" icon="images/Filtro.png" action-command="FILTRO"/>
264
                        <tool-bar name="Herramientas">
265
                                <action-tool icon="images/Filtro.png" action-command="FILTRO" tooltip="filtro"/>
266
                        </tool-bar>
267
                </extension>
268
                <extension class-name="com.iver.cit.gvsig.RemoveTableUnion" 
269
                        description="Extensi?n encargada de quitar uniones de las tablas."
270
                        active="true">
271
                        <menu text="Tabla/quitar_uniones"/>
272
                </extension>
273
                <extension class-name="com.iver.cit.gvsig.RemoveTableLink" 
274
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
275
                        active="true">
276
                        <menu text="Tabla/quitar_enlaces"/>
277
                </extension>
278
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
279
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
280
                        active="true">
281
                        <menu text="Ver/ventana_proyecto" 
282
                                key="p" mnemonic="p" 
283
                                tooltip="ver_tooltip"
284
                                action-command="SHOW"/>
285
                </extension>
286
                <extension class-name="com.iver.cit.gvsig.RasterExtension" 
287
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
288
                        active="true">
289
                        <menu text="Vista/seleccionar_capas" icon="images/zoommas.png" action-command="SELECTIMAGE"/>
290
                        <tool-bar name="Herramientas">
291
                                <action-tool icon="images/zoommas.png" action-command="SELECTIMAGE"  tooltip="seleccionar_capas"/>                                                        
292
                        </tool-bar>
293
                </extension>
294
                <extension class-name="com.iver.cit.gvsig.ShowTable" 
295
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
296
                        active="true">
297
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
298
                        <tool-bar name="Acciones">
299
                                <action-tool icon="images/ResultConsulta.png" 
300
                                        enableText="Un_Layer"
301
                                        tooltip="Muestra_atributos"/>
302
                        </tool-bar>
303
                </extension>
304
                <extension class-name="com.iver.cit.gvsig.Print" 
305
                        description="Extensi?n encargada de la impresi?n."
306
                        active="true">
307
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
308
                        <tool-bar name="Mapa">
309
                                <action-tool icon="images/print.png"/>
310
                        </tool-bar>
311
                </extension>
312
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
313
                        description="Extensi?n encargada de las propiedades de impresi?n."
314
                        active="true">
315
                        <tool-bar name="Mapa">
316
                                <action-tool icon="images/Frame.gif"/>
317
                        </tool-bar>
318
                </extension>
319
                <extension class-name="com.iver.cit.gvsig.Export" 
320
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
321
                        active="true">
322
                        <menu text="Vista/exportar_a"/>
323
                </extension>
324
                <extension class-name="com.iver.cit.gvsig.About" 
325
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
326
                        active="true">
327
                        <menu text="Ayuda/acerca_de" />
328
                </extension>                
329
        </extensions>
330
        <icon src="images/logoGVA.gif" text="gvSIG"/>
331
</plugin-config>