Statistics
| Revision:

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

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