Statistics
| Revision:

svn-gvsig-desktop / branches / gvSIG_CAD_Layout_version / applications / appgvSIG / config / config.xml @ 1729

History | View | Annotate | Download (20.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="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="80"/>
12
                <label id="7" size="70"/>
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="1">
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
                                key="g" mnemonic="g" 
41
                                tooltip="guardar_tooltip"
42
                                action-command="GUARDAR_COMO" icon="images/save.png"/>
43
                        <tool-bar name="gvSIG">
44
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
45
                                        action-command="NUEVO"/>
46
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
47
                                        action-command="ABRIR"/>
48
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
49
                                        action-command="GUARDAR"/>
50
                        </tool-bar>
51
                        
52
                </extension>
53
                <extension class-name="com.iver.cit.gvsig.Abrir" 
54
                        description="Extensi?n encargada de abrir las diferentes capas."
55
                        active="true" 
56
                        priority="2">
57
                        <menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
58
                        <tool-bar name="Acciones">
59
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
60
                        </tool-bar>
61
                </extension>
62
                        
63
                <extension class-name="com.iver.cit.gvsig.ZoomPrev" 
64
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
65
                        active="true">
66
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
67
                        <tool-bar name="Herramientas">
68
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
69
                        </tool-bar>
70
                </extension>
71
                <extension class-name="com.iver.cit.gvsig.StartEditing" 
72
                        description="Pone en edici?n las capas"
73
                        active="true">
74
                        <menu text="Tema/Comenzar edici?n"/>
75
                </extension>
76
                <extension class-name="com.iver.cit.gvsig.StopEditing" 
77
                        description="Pone en edici?n las capas"
78
                        active="true">
79
                        <menu text="Tema/Terminar edici?n" action-command="STOP"/>
80
                        <menu text="Tema/Cancelar edici?n" action-command="CANCELEDITION"/>
81
                        <menu text="Tema/Mostrar malla" action-command="SHOWGRID"/>
82
                        <menu text="Tema/Ocultar malla" action-command="HIDEGRID"/>
83
                        <menu text="Tema/Ajustar a la malla" action-command="SETADJUSTGRID"/>
84
                        <menu text="Tema/No ajustar a la malla" action-command="NOTADJUSTGRID"/>
85
                </extension>
86
                <extension class-name="com.iver.cit.gvsig.ViewControls" 
87
                        description="Extensi?n encargada de gestionar la vista."
88
                        active="true" 
89
                        priority="3">
90
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
91
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
92
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
93
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
94
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
95
                        <menu text="Vista/poner_temas_a/visibles" action-command="TEMAS_VISIBLES"/>
96
                        <menu text="Vista/poner_temas_a/no_visibles" action-command="TEMAS_NOVISIBLES"/>
97
                        <menu text="Vista/poner_temas_a/activos" action-command="TEMAS_ACTIVOS"/>
98
                        <menu text="Vista/poner_temas_a/no_activos" action-command="TEMAS_NOACTIVOS"/>
99
                                
100
                                        
101
                        <tool-bar name="Acciones">
102
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
103
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
104
                        </tool-bar>
105
                        <tool-bar name="Herramientas">
106
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s" group="vista"/>
107
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos" group="vista"/>
108
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre" group="vista"/>
109
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" group="vista"/>
110
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias" group="vista"/>
111
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area" group="vista"/>
112
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" group="vista"/>                
113
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo" group="vista"/>
114
                                
115
                        </tool-bar>
116
                </extension>
117
                <extension class-name="com.iver.cit.gvsig.ThemeControls" 
118
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
119
                        active="true">
120
                        <menu text="Tema/propiedades" action-command="PROPERTIES"/>
121
                        <menu text="Tema/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
122
                        <menu text="Tema/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/>
123
                        <menu text="Tema/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
124
                        <menu text="Tema/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
125
                        <tool-bar name="Acciones">
126
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
127
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
128
                        </tool-bar>
129
                </extension>
130
                <extension class-name="com.iver.cit.gvsig.LinkControls" 
131
                        description="Extensi?n encargada de gestionar el hiperlink."
132
                        active="true">
133
                        <tool-bar name="Herramientas">
134
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" group="vista"/>
135
                        </tool-bar>
136
                </extension>
137
                <extension class-name="com.iver.cit.gvsig.LayoutControls" 
138
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
139
                        active="true">
140
                        
141
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
142
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
143
                        
144
                        <menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
145
                        <menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
146
                        <menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
147
                        <menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
148
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
149
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
150
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
151
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
152
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
153
                        
154
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
155
                        <menu text="Mapa/Insertar/linea" action-command="LINE" tooltip="insertar_recta" icon="images/Rect.png"/>
156
                        <menu text="Mapa/Insertar/polilinea" action-command="POLYLINE" tooltip="insertar_linea" icon="images/Line.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/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
160
                        
161
                        <tool-bar name="Mapa">
162
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
163
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
164
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
165
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
166
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
167
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
168
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
169
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
170
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
171
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
172
                                <selectable-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
173
                                <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
174
                                <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
175
                                <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
176
                        </tool-bar>
177
                        <tool-bar name="Geometrias">
178
                                <selectable-tool icon="images/Point.png" action-command="POINT" tooltip="insertar_punto"/>
179
                                <selectable-tool icon="images/Rect.png" action-command="LINE" tooltip="insertar_recta"/>
180
                                <selectable-tool icon="images/Rectangle.png" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo"/>
181
                                <selectable-tool icon="images/Line.png" action-command="POLYLINE" tooltip="insertar_linea"/>
182
                                <selectable-tool icon="images/Circle.png" action-command="CIRCLE" tooltip="insertar_circulo"/>
183
                        </tool-bar>
184
                        <tool-bar name="Herramientas">
185
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
186
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
187
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
188
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
189
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
190
                        </tool-bar>
191
                        
192
                        
193
                </extension>
194
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
195
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
196
                        active="true">
197
                        
198
                        <menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
199
                        <menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
200
                        <menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
201
                        <menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
202
                        <menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
203
                        
204
                        <menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
205
                        <menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
206
                        <menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
207
                        <menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
208
                        <tool-bar name="Herramientas">
209
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>        
210
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
211
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
212
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
213
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
214
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>                
215
                        </tool-bar>
216
                </extension>
217
                <extension class-name="com.iver.cit.gvsig.GeometryExtension" 
218
                        description="Extensi?n encargada de gestionar los eventos realizados sobre una Geometry."
219
                        active="true">
220
                        <menu text="geometria/insertar/punto" action-command="POINT" icon="images/Point.png"/>
221
                        <menu text="geometria/insertar/linea" action-command="LINE" icon="images/Rect.png"/>
222
                        <menu text="geometria/insertar/polilinea" action-command="POLYLINE" icon="images/Line.png"/>
223
                        <menu text="geometria/insertar/poligono" action-command="POLYGON" icon="images/Poligon.png"/>
224
                        <menu text="geometria/insertar/rectangulo" action-command="RECTANGLE" icon="images/Rectangle.png"/>
225
                        <menu text="geometria/insertar/circulo" action-command="CIRCLE" icon="images/Circle.png"/>
226
                        <menu text="geometria/insertar/elipse" action-command="ELLIPSE" icon="images/Ellipse.png"/>
227
                        <menu text="geometria/insertar/arc" action-command="ARC" icon="images/Arc.png"/>
228
                        <!--menu text="geometria/insertar/curva" action-command="SPLINE" icon="images/Spline.png"/-->
229
                        <menu text="geometria/insertar/copia" action-command="COPY" icon="images/Copy.png"/>
230
                        <!--menu text="geometria/insertar/equidistante" action-command="EQUIDISTANCE" icon="images/Equidistance.png"/-->
231
                        <!--menu text="geometria/insertar/Matriz" action-command="MATRIZ" icon="images/Matriz.png"/-->
232
                        <menu text="geometria/insertar/simetria" action-command="SYMMETRY" icon="images/Symmetry.png"/>
233
                        <menu text="geometria/insertar/rotacion" action-command="ROTATION" icon="images/Rotation.png"/>
234
                        <menu text="geometria/insertar/estirar" action-command="STRETCHING" icon="images/Stretching.png"/>
235
                        <menu text="geometria/insertar/escalado" action-command="SCALE" icon="images/Scale.png"/>
236
                        <!--menu text="geometria/insertar/alargar" action-command="EXTEND" icon="images/Extend.png"/-->
237
                        <!--menu text="geometria/insertar/recortar" action-command="TRIM" icon="images/Trim.png"/-->
238
                        <!--menu text="geometria/insertar/unir_separar" action-command="UNIT" icon="images/Unit.png"/-->
239
                        <menu text="geometria/insertar/explotar" action-command="EXPLOIT" icon="images/Exploit.png"/>
240
                        <!--menu text="geometria/insertar/chaflan" action-command="CHAFLAN" icon="images/Chaflan.png"/-->
241
                        <!--menu text="geometria/insertar/empalme" action-command="JOIN" icon="images/Join.png"/-->
242
                        
243
                        <tool-bar name="insertar">
244
                                <selectable-tool icon="images/Point.png" action-command="POINT" tooltip="punto" group="vista"/>
245
                                <selectable-tool icon="images/Rect.png" action-command="LINE" tooltip="linea" group="vista"/>
246
                                <selectable-tool icon="images/Line.png" action-command="POLYLINE" tooltip="polilinea" group="vista"/>
247
                                <selectable-tool icon="images/Poligon.png" action-command="POLYGON" tooltip="poligono" group="vista"/>
248
                                <selectable-tool icon="images/Rectangle.png" action-command="RECTANGLE" tooltip="rectangulo" group="vista"/>
249
                                <selectable-tool icon="images/Circle.png" action-command="CIRCLE" tooltip="circulo" group="vista"/>
250
                                <selectable-tool icon="images/Ellipse.png" action-command="ELLIPSE" tooltip="elipse" group="vista"/>
251
                                <selectable-tool icon="images/Arc.png" action-command="ARC" tooltip="arco" group="vista"/>
252
                                <!--selectable-tool icon="images/Spline.png" action-command="SPLINE" tooltip="curva" group="vista"/-->
253
                        </tool-bar>
254
                        <tool-bar name="modificar">        
255
                                <selectable-tool name="selection" icon="images/Select.png" action-command="SELECT" tooltip="seleccionar_por_rectangulo" group="vista"/>
256
                                <selectable-tool icon="images/Copy.png" action-command="COPY" tooltip="copia" group="vista"/>
257
                                <!--selectable-tool icon="images/Equidistance.png" action-command="EQUIDISTANCE" tooltip="equidistante" group="vista"/-->
258
                                <!--selectable-tool icon="images/Matriz.png" action-command="MATRIZ" tooltip="matriz" group="vista"/-->
259
                                <selectable-tool icon="images/Symmetry.png" action-command="SYMMETRY" tooltip="simetria" group="vista"/>
260
                                <selectable-tool icon="images/Rotation.png" action-command="ROTATION" tooltip="rotacion" group="vista"/>
261
                                <selectable-tool icon="images/Stretching.png" action-command="STRETCHING" tooltip="estirar" group="vista"/>
262
                                <selectable-tool icon="images/Scale.png" action-command="SCALE" tooltip="escalado" group="vista"/>
263
                                <!--selectable-tool icon="images/Extend.png" action-command="EXTEND" tooltip="alargar" group="vista"/-->
264
                                <!--selectable-tool icon="images/Trim.png" action-command="TRIM" tooltip="recortar" group="vista"/-->
265
                                <!--selectable-tool icon="images/Unit.png" action-command="UNIT" tooltip="unir_separar" group="vista"/-->
266
                                <selectable-tool icon="images/Exploit.png" action-command="EXPLOIT" tooltip="explotar" group="vista"/>
267
                                <!--selectable-tool icon="images/Chaflan.png" action-command="CHAFLAN" tooltip="chaflan" group="vista"/-->
268
                                <!--selectable-tool icon="images/Join.png" action-command="JOIN" tooltip="empalme" group="vista"/-->
269
                        </tool-bar>
270
                </extension>
271
                <extension class-name="com.iver.cit.gvsig.RedoCommandExtension" 
272
                        description="Extensi?n encargada de gestionar los eventos rehacer."
273
                        active="true">
274
                        <tool-bar name="modificar">        
275
                                <action-tool icon="images/Redo.png" action-command="REDO" tooltip="rehacer"/>
276
                        </tool-bar>
277
                </extension>
278
                <extension class-name="com.iver.cit.gvsig.UndoCommandExtension" 
279
                        description="Extensi?n encargada de gestionar los eventos deshacer."
280
                        active="true">
281
                        <tool-bar name="modificar">        
282
                                <action-tool icon="images/Undo.png" action-command="UNDO" tooltip="deshacer"/>
283
                        </tool-bar>
284
                </extension>
285
                
286
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
287
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
288
                        active="true">
289
                        <menu text="Tabla/filtro" icon="images/Filtro.png"/>
290
                        <tool-bar name="Herramientas">
291
                                <action-tool icon="images/Filtro.png" tooltip="filtro"/>
292
                        </tool-bar>
293
                </extension>
294
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
295
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
296
                        active="true">
297
                        <menu text="Ver/ventana_proyecto" 
298
                                key="p" mnemonic="p" 
299
                                tooltip="ver_tooltip"
300
                                action-command="SHOW"/>
301
                </extension>
302
                
303
                <extension class-name="com.iver.cit.gvsig.Tabla" 
304
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
305
                        active="true">
306
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
307
                        <tool-bar name="Acciones">
308
                                <action-tool icon="images/ResultConsulta.png" 
309
                                        enableText="Un_Layer"
310
                                        tooltip="Muestra_atributos"/>
311
                        </tool-bar>
312
                </extension>
313
                <extension class-name="com.iver.cit.gvsig.Print" 
314
                        description="Extensi?n encargada de la impresi?n."
315
                        active="true">
316
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
317
                        <tool-bar name="Mapa">
318
                                <action-tool icon="images/print.png"/>
319
                        </tool-bar>
320
                </extension>
321
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
322
                        description="Extensi?n encargada de las propiedades de impresi?n."
323
                        active="true">
324
                        <tool-bar name="Mapa">
325
                                <action-tool icon="images/Frame.gif"/>
326
                        </tool-bar>
327
                </extension>
328
                <extension class-name="com.iver.cit.gvsig.Export" 
329
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
330
                        active="true">
331
                        <menu text="Vista/exportar_a"/>
332
                </extension>
333
                <extension class-name="com.iver.cit.gvsig.About" 
334
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
335
                        active="true">
336
                        <menu text="Ayuda/acerca_de" />
337
                </extension>
338
                
339
        </extensions>
340
        <icon src="images/logoGVA.gif" text="Piloto gvSIG-CAD"/>
341
</plugin-config>