Statistics
| Revision:

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

History | View | Annotate | Download (13.1 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
        <resourceBundle name="text"/>
5
        <label-set class-name="com.iver.cit.gvsig.gui.View">
6
                <label id="1" size="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.ViewControls" 
72
                        description="Extensi?n encargada de gestionar la vista."
73
                        active="true" 
74
                        priority="3">
75
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
76
                        <menu text="Vista/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
77
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
78
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
79
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
80
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
81
                        <menu text="Vista/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
82
                        <menu text="Vista/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
83
                        
84
                        <tool-bar name="Acciones">
85
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
86
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
87
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
88
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
89
                        </tool-bar>
90
                        <tool-bar name="Herramientas">
91
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
92
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
93
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
94
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
95
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
96
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
97
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />                
98
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
99
                                
100
                        </tool-bar>
101
                </extension>
102
                <extension class-name="com.iver.cit.gvsig.ThemeControls" 
103
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
104
                        active="true">
105
                        <menu text="Tema/propiedades"/>
106
                </extension>
107
                <extension class-name="com.iver.cit.gvsig.LinkControls" 
108
                        description="Extensi?n encargada de gestionar el hiperlink."
109
                        active="true">
110
                        <tool-bar name="Herramientas">
111
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
112
                        </tool-bar>
113
                </extension>
114
                <extension class-name="com.iver.cit.gvsig.LayoutControls" 
115
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
116
                        active="true">
117
                        
118
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
119
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
120
                        
121
                        <menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
122
                        <menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
123
                        <menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
124
                        <menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
125
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
126
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
127
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
128
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
129
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
130
                        
131
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
132
                        <menu text="Mapa/Insertar/recta" action-command="LINE" tooltip="insertar_recta" icon="images/Rect.png"/>
133
                        <menu text="Mapa/Insertar/linea" action-command="POLYLINE" tooltip="insertar_linea" icon="images/Line.png"/>
134
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
135
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
136
                        <menu text="Mapa/Insertar/poligono" action-command="POLYGON" tooltip="insertar_poligono" icon="images/Poligon.png"/>
137
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
138
                        
139
                        <tool-bar name="Mapa">
140
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
141
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
142
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
143
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
144
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
145
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
146
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
147
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
148
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
149
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
150
                                <selectable-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
151
                                <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
152
                                <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
153
                                <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
154
                        </tool-bar>
155
                        
156
                        <tool-bar name="Herramientas">
157
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
158
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
159
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
160
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
161
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
162
                        </tool-bar>
163
                        
164
                </extension>
165
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
166
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
167
                        active="true">
168
                        
169
                        <menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
170
                        <menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
171
                        <menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
172
                        <menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
173
                        <menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
174
                        
175
                        <menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
176
                        <menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
177
                        <menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
178
                        <menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
179
                        <tool-bar name="Herramientas">
180
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>        
181
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
182
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
183
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
184
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
185
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>                
186
                        </tool-bar>
187
                </extension>
188
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
189
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
190
                        active="true">
191
                        <menu text="Tabla/filtro" icon="images/Filtro.png"/>
192
                        <tool-bar name="Herramientas">
193
                                <action-tool icon="images/Filtro.png" tooltip="filtro"/>
194
                        </tool-bar>
195
                </extension>
196
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
197
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
198
                        active="true">
199
                        <menu text="Ver/ventana_proyecto" 
200
                                key="p" mnemonic="p" 
201
                                tooltip="ver_tooltip"
202
                                action-command="SHOW"/>
203
                </extension>
204
                
205
                <extension class-name="com.iver.cit.gvsig.Tabla" 
206
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
207
                        active="true">
208
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
209
                        <tool-bar name="Acciones">
210
                                <action-tool icon="images/ResultConsulta.png" 
211
                                        enableText="Un_Layer"
212
                                        tooltip="Muestra_atributos"/>
213
                        </tool-bar>
214
                </extension>
215
                <extension class-name="com.iver.cit.gvsig.Print" 
216
                        description="Extensi?n encargada de la impresi?n."
217
                        active="true">
218
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
219
                        <tool-bar name="Mapa">
220
                                <action-tool icon="images/print.png"/>
221
                        </tool-bar>
222
                </extension>
223
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
224
                        description="Extensi?n encargada de las propiedades de impresi?n."
225
                        active="true">
226
                        <tool-bar name="Mapa">
227
                                <action-tool icon="images/Frame.gif"/>
228
                        </tool-bar>
229
                </extension>
230
                <extension class-name="com.iver.cit.gvsig.Export" 
231
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
232
                        active="true">
233
                        <menu text="Vista/exportar_a"/>
234
                </extension>
235
                <extension class-name="com.iver.cit.gvsig.About" 
236
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
237
                        active="true">
238
                        <menu text="Ayuda/acerca_de" />
239
                </extension>
240
                
241
        </extensions>
242
        <icon src="images/logoGVA.gif" text="gvSIG"/>
243
</plugin-config>