Revision 752

View differences:

tags/org.gvsig.app.document.layout2.app-2.0.117/org.gvsig.app.document.layout2.app.mainplugin/src/test/resources/README.txt
1
Put into this folder the resources needed by your test classes.
2

  
3
This folder is added to the Tests classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, in this folder you can find an example of log4j configuration,
7
prepared to log messages through the console, so logging works when you
8
run your tests classes.
tags/org.gvsig.app.document.layout2.app-2.0.117/org.gvsig.app.document.layout2.app.mainplugin/src/test/resources/log4j.xml
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3

  
4
<!-- 
5
Log4J configuration file for unit tests execution.
6
 -->
7
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
8

  
9
	<!-- Appender configuration to show logging messages through the console -->
10
	<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
11
		<layout class="org.apache.log4j.PatternLayout">
12
			<param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p [%c{2}.%M()]\n  %m%n" />
13
		</layout>
14
	</appender>
15

  
16
	<!-- 
17
	Activate logging messages of DEBUG level of higher only for the
18
	org.gvsig.tools packages.
19
	You can put full classes names or packages instead, to configure
20
	logging for all the classes and subpackages of the package.
21
	-->
22
	<category name="org.gvsig.tools">
23
		<priority value="DEBUG" />
24
	</category>
25
	<category name="org.gvsig.app.document.layout">
26
		<priority value="DEBUG" />
27
	</category>
28

  
29
	<!-- 
30
	By default, show only logging messages of INFO level or higher, 
31
	through the previously configured CONSOLE appender. 
32
	-->
33
	<root>
34
		<priority value="INFO" />
35
		<appender-ref ref="CONSOLE" />
36
	</root>
37
</log4j:configuration>
0 38

  
tags/org.gvsig.app.document.layout2.app-2.0.117/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
    <alternativeNames name="org.gvsig.app.document.layout.app.mainplugin"/>
4
    <libraries library-dir="lib"/>
5
    <depends plugin-name="org.gvsig.app.mainplugin" />
6
    <resourceBundle name="text"/>
7
    <label-set class-name="org.gvsig.app.project.documents.layout.gui.LayoutPanel">
8
        <label id="units" size="80"/>
9
        <label id="2" size="180"/>
10
        <label id="3" size="180"/>
11
        <label id="4" size="50"/>
12
        <label id="5" size="50"/>
13
    </label-set>
14
    <extensions>
15
        <extension class-name="org.gvsig.app.extension.LayoutMainExtension"
16
                   description="Extensi?n encargada de gestionar los layouts."
17
                   active="true"
18
                   priority="10">
19

  
20
            <action
21
                name="application-layout-template-open"
22
                label="abrir_plantilla"
23
                tooltip="abrir_plantilla"
24
                action-command="application-layout-template-open"
25
                icon="application-layout-template-open"
26
                position="700600000"
27
            />
28
            <action
29
                name="application-layout-new"
30
                label="new_layout"
31
                tooltip="new_layout"
32
                action-command="application-layout-new"
33
                icon="application-layout-new"
34
                position="000700500000"
35
            />
36

  
37
            <menu text="Mapa/abrir_plantilla" name="application-layout-template-open" />
38
            <menu text="Mapa/new_layout" name="application-layout-new"/>
39

  
40
            <tool-bar name="layout" position="200"/>
41
            <tool-bar name="layout_navigation" position="300"/>
42
            <tool-bar name="layout_tools" position="400"/>
43
            <tool-bar name="layout_tools_view" position="410"/>
44
            <tool-bar name="layout_tools_insert_graphics" position="500"/>
45
            <tool-bar name="layout_tools_insert_cartographics" position="510"/>
46
            <tool-bar name="layout_tools_graphics" position="520"/>
47

  
48
        </extension>
49

  
50
        <extension class-name="org.gvsig.app.extension.ExportLayoutExtension"
51
                   description="Extension for exporting the layout to PDF and PostScript."
52
                   active="true">
53

  
54
            <action
55
                name="application-export-to-pdf"
56
                label="exportar_pdf"
57
                tooltip="exportar_pdf"
58
                action-command="application-export-to-pdf"
59
                icon="application-export-to-pdf"
60
                position="100900200"
61
            />
62

  
63
            <action
64
                name="application-export-to-postscript"
65
                label="exportar_ps"
66
                tooltip="exportar_ps"
67
                action-command="application-export-to-postscript"
68
                icon="application-export-to-postscript"
69
                position="100900300"
70
            />
71

  
72
            <tool-bar name="layout">
73
                <action-tool name="application-export-to-pdf"/>
74
                <action-tool name="application-export-to-postscript"/>
75
            </tool-bar>
76
        </extension>
77

  
78
        <extension class-name="org.gvsig.app.extension.LayoutExtension"
79
                   description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
80
                   active="true">
81

  
82
            <action
83
                name="application-layout-template-save"
84
                label="guardar_como_plantilla"
85
                tooltip="guardar_como_plantilla"
86
                action-command="application-layout-template-save"
87
                icon="application-layout-template-save"
88
                position="700650000"
89
            />
90

  
91
            <action
92
                name="layout-navigation-zoom-in-topoint"
93
                label="Zoom_Mas"
94
                tooltip="Zoom_Mas"
95
                action-command="layout-navigation-zoom-in-topoint"
96
                icon="layout-navigation-zoom-in-topoint"
97
                position="700100400"
98
            />
99
            <action
100
                name="layout-navigation-zoom-out-topoint"
101
                label="Zoom_Menos"
102
                tooltip="Zoom_Menos"
103
                action-command="layout-navigation-zoom-out-topoint"
104
                icon="layout-navigation-zoom-out-topoint"
105
                position="700100500"
106
            />
107
            <action
108
                name="layout-navigation-zoom-in-center"
109
                label="Zoom_Acercar"
110
                tooltip="Zoom_Acercar"
111
                action-command="layout-navigation-zoom-in-center"
112
                icon="layout-navigation-zoom-in-center"
113
                position="700100200"
114
            />
115
            <action
116
                name="layout-navigation-zoom-out-center"
117
                label="Zoom_Alejar"
118
                tooltip="Zoom_Alejar"
119
                action-command="layout-navigation-zoom-out-center"
120
                icon="layout-navigation-zoom-out-center"
121
                position="700100300"
122
            />
123
            <action
124
                name="layout-navigation-zoom-all"
125
                label="Zoom_Completo"
126
                tooltip="Zoom_Completo"
127
                action-command="layout-navigation-zoom-all"
128
                icon="layout-navigation-zoom-all"
129
                position="700100700"
130
            />
131
            <action
132
                name="layout-navigation-zoom-real"
133
                label="Zoom_Real"
134
                tooltip="Zoom_Real"
135
                action-command="layout-navigation-zoom-real"
136
                icon="layout-navigation-zoom-real"
137
                position="700100800"
138
            />
139
            <action
140
                name="layout-navigation-zoom-selected"
141
                label="Zoom_Select"
142
                tooltip="Zoom_Select"
143
                action-command="layout-navigation-zoom-selected"
144
                icon="layout-navigation-zoom-selected"
145
                position="700100900"
146
            />
147
            <action
148
                name="layout-navigation-pan"
149
                label="Desplazamiento"
150
                tooltip="Desplazamiento"
151
                action-command="layout-navigation-pan"
152
                icon="layout-navigation-pan"
153
                position="700100100"
154
            />
155

  
156
            <menu text="Mapa/guardar_como_plantilla" name="application-layout-template-save"/>
157

  
158
            <menu text="Mapa/navegacion" position="700100000" is_separator="true"/>
159

  
160
            <menu text="Mapa/navegacion/Zoom_Mas" name="layout-navigation-zoom-in-topoint"/>
161
            <menu text="Mapa/navegacion/Zoom_Menos" name="layout-navigation-zoom-out-topoint"/>
162
            <menu text="Mapa/navegacion/Zoom_Acercar" name="layout-navigation-zoom-in-center"/>
163
            <menu text="Mapa/navegacion/Zoom_Alejar" name="layout-navigation-zoom-out-center"/>
164
            <menu text="Mapa/navegacion/Zoom_Completo" name="layout-navigation-zoom-all"/>
165
            <menu text="Mapa/navegacion/Zoom_Real" name="layout-navigation-zoom-real"/>
166
            <menu text="Mapa/navegacion/Zoom_Select" name="layout-navigation-zoom-selected"/>
167
            <menu text="Mapa/navegacion/Desplazamiento" name="layout-navigation-pan"/>
168

  
169
            <tool-bar name="layout" position="200"/>
170
            <tool-bar name="layout_navigation" position="300">
171
                <selectable-tool name="layout-navigation-zoom-in-topoint" />
172
                <selectable-tool name="layout-navigation-zoom-out-topoint" />
173
                <action-tool name="layout-navigation-zoom-in-center" />
174
                <action-tool name="layout-navigation-zoom-out-center" />
175
                <action-tool name="layout-navigation-zoom-all" />
176
                <action-tool name="layout-navigation-zoom-real" />
177
                <action-tool name="layout-navigation-zoom-selected" />
178
                <selectable-tool name="layout-navigation-pan" />
179
            </tool-bar>
180
            <tool-bar name="layout_tools" position="400"/>
181
            <tool-bar name="layout_tools_view" position="410"/>
182
            <tool-bar name="layout_tools_insert_graphics" position="500"/>
183
            <tool-bar name="layout_tools_insert_cartographics" position="510"/>
184
            <tool-bar name="layout_tools_graphics" position="520"/>
185

  
186
        </extension>
187

  
188
        <extension class-name="org.gvsig.app.extension.LayoutEditableControls"
189
                   description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
190
                   active="true">
191

  
192
            <action
193
                name="layout-properties"
194
                label="propiedades"
195
                tooltip="propiedades_mapa"
196
                action-command="layout-properties"
197
                position="709000000"
198
                icon="layout-properties"
199
            />
200

  
201
            <menu text="Mapa/propiedades" name="layout-properties"/>
202
        </extension>
203

  
204
        <extension class-name="org.gvsig.app.extension.LayoutEditVertexExtension"
205
                   description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
206
                   active="true">
207

  
208
            <action
209
                name="layout-graphic-edit-vertex"
210
                label="editar_vertices"
211
                tooltip="editar_vertices"
212
                action-command="layout-graphic-edit-vertex"
213
                icon="layout-graphic-edit-vertex"
214
                position="700301000"
215
            />
216

  
217
            <menu text="Mapa/edicion/editar_vertices" name="layout-graphic-edit-vertex"/>
218
            <tool-bar name="selection">
219
                <selectable-tool name="layout-graphic-edit-vertex"/>
220
            </tool-bar>
221
        </extension>
222

  
223
        <extension class-name="org.gvsig.app.extension.LayoutInsertToolsExtension"
224
                   description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
225
                   active="true">
226

  
227
            <action
228
                name="selection-select-by-rectangle-layout"
229
                label="seleccionar_por_rectangulo"
230
                tooltip="seleccionar_por_rectangulo"
231
                action-command="selection-select-by-rectangle-layout"
232
                icon="selection-by-rectangle"
233
                position="301200000"
234
            />
235

  
236
            <action
237
                name="edit-delete-layout"
238
                label="_Delete_selected_objects"
239
                tooltip="_Delete_selected_objects"
240
                action-command="edit-delete-layout"
241
                icon="edit-delete"
242
                position="200700000"
243
            />
244
            <action
245
                name="layout-insert-text"
246
                label="texto"
247
                tooltip="insertar_texto"
248
                action-command="layout-insert-text"
249
                icon="layout-insert-text"
250
                position="700401300"
251
            />
252
            <action
253
                name="layout-insert-point"
254
                label="punto"
255
                tooltip="insertar_punto"
256
                action-command="layout-insert-point"
257
                icon="layout-insert-point"
258
                position="700400800"
259
            />
260
            <action
261
                name="layout-insert-rectangle"
262
                label="rectangulo"
263
                tooltip="insertar_rectangulo"
264
                action-command="layout-insert-rectangle"
265
                icon="layout-insert-rectangle"
266
                position="700401100"
267
            />
268
            <action
269
                name="layout-insert-circle"
270
                label="circulo"
271
                tooltip="insertar_circulo"
272
                action-command="layout-insert-circle"
273
                icon="layout-insert-circle"
274
                position="700400200"
275
            />
276
            <action
277
                name="layout-insert-line"
278
                label="linea"
279
                tooltip="insertar_linea"
280
                action-command="layout-insert-line"
281
                icon="layout-insert-line"
282
                position="700400500"
283
            />
284
            <action
285
                name="layout-insert-polyline"
286
                label="polilinea"
287
                tooltip="insertar_polilinea"
288
                action-command="layout-insert-polyline"
289
                icon="layout-insert-polyline"
290
                position="700401000"
291
            />
292
            <action
293
                name="layout-insert-polygon"
294
                label="poligono"
295
                tooltip="insertar_poligono"
296
                action-command="layout-insert-polygon"
297
                icon="layout-insert-polygon"
298
                position="700400900"
299
            />
300
            <action
301
                name="layout-insert-image"
302
                label="imagen"
303
                tooltip="insertar_imagen"
304
                action-command="layout-insert-image"
305
                icon="layout-insert-image"
306
                position="700400300"
307
            />
308
            <action
309
                name="layout-insert-view"
310
                label="Vista"
311
                tooltip="insertar_vista"
312
                action-command="layout-insert-view"
313
                icon="layout-insert-view"
314
                position="700401400"
315
            />
316
            <action
317
                name="layout-insert-locator"
318
                label="Localizador"
319
                tooltip="insertar_localizador"
320
                action-command="layout-insert-locator"
321
                icon="layout-insert-locator"
322
                position="700400600"
323
            />
324
            <action
325
                name="layout-insert-legend"
326
                label="leyenda"
327
                tooltip="insertar_leyenda"
328
                action-command="layout-insert-legend"
329
                icon="layout-insert-legend"
330
                position="700400400"
331
            />
332
            <action
333
                name="layout-insert-scalebar"
334
                label="escala"
335
                tooltip="insertar_escala"
336
                action-command="layout-insert-scalebar"
337
                icon="layout-insert-scalebar"
338
                position="700401200"
339
            />
340
            <action
341
                name="layout-insert-north"
342
                label="north"
343
                tooltip="insertar_norte"
344
                action-command="layout-insert-north"
345
                icon="layout-insert-north"
346
                position="700400700"
347
            />
348
            <action
349
                name="layout-insert-box"
350
                label="cajetin"
351
                tooltip="insertar_cajetin"
352
                action-command="layout-insert-box"
353
                icon="layout-insert-box"
354
                position="700400100"
355
            />
356

  
357
            <menu text="Selection/seleccionar_por_rectangulo"
358
                  name="selection-select-by-rectangle-layout"/>
359

  
360
            <menu text="Mapa/Insertar"
361
                  position="700400000"
362
                  is_separator="true"/>
363

  
364
            <menu text="Mapa/Insertar/texto" name="layout-insert-text" />
365
            <menu text="Mapa/Insertar/punto" name="layout-insert-point" />
366
            <menu text="Mapa/Insertar/rectangulo" name="layout-insert-rectangle" />
367
            <menu text="Mapa/Insertar/circulo" name="layout-insert-circle" />
368
            <menu text="Mapa/Insertar/linea" name="layout-insert-line" />
369
            <menu text="Mapa/Insertar/polilinea" name="layout-insert-polyline" />
370
            <menu text="Mapa/Insertar/poligono" name="layout-insert-polygon" />
371
            <menu text="Mapa/Insertar/imagen" name="layout-insert-image" />
372
            <menu text="Mapa/Insertar/Vista" name="layout-insert-view" />
373
            <menu text="Mapa/Insertar/Localizador" name="layout-insert-locator" />
374
            <menu text="Mapa/Insertar/leyenda" name="layout-insert-legend" />
375
            <menu text="Mapa/Insertar/escala" name="layout-insert-scalebar" />
376
            <menu text="Mapa/Insertar/north" name="layout-insert-north" />
377
            <menu text="Mapa/Insertar/cajetin" name="layout-insert-box" />
378

  
379
            <tool-bar name="selection">
380
                <selectable-tool name="selection-select-by-rectangle-layout" />
381
            </tool-bar>
382

  
383
            <tool-bar name="edit">
384
                <action-tool name="edit-delete-layout" />
385
            </tool-bar>
386

  
387
            <tool-bar name="layout_tools_insert_graphics">
388
                <selectable-tool name="layout-insert-text" />
389
                <selectable-tool name="layout-insert-image" />
390
                <selectable-tool name="layout-insert-point" />
391
                <selectable-tool name="layout-insert-rectangle" />
392
                <selectable-tool name="layout-insert-circle" />
393
                <selectable-tool name="layout-insert-line" />
394
                <selectable-tool name="layout-insert-polyline" />
395
                <selectable-tool name="layout-insert-polygon" />
396
            </tool-bar>
397

  
398
            <tool-bar name="layout_tools_insert_cartographics">
399
                <selectable-tool name="layout-insert-view" />
400
                <selectable-tool name="layout-insert-locator" />
401
                <selectable-tool name="layout-insert-legend" />
402
                <selectable-tool name="layout-insert-scalebar" />
403
                <selectable-tool name="layout-insert-north" />
404
                <selectable-tool name="layout-insert-box" />
405
            </tool-bar>
406
        </extension>
407

  
408
        <extension class-name="org.gvsig.app.extension.FFrameViewExtension"
409
                   description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
410
                   active="true">
411
            <combo-scale name="layout-view-change-scale" label="1:"
412
                         elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
413
                         value="10000" action-command="layout-view-change-scale" />
414
            <action
415
                name="layout-view-change-scale"
416
                label="_Change_scale"
417
                action-command="view-change-scale"
418
            />
419

  
420
            <action
421
                name="layout-view-navigation-zoom-in-topoint"
422
                label="Zoom_Mas_Vista"
423
                tooltip="Zoom_Mas_Vista"
424
                action-command="layout-view-navigation-zoom-in-topoint"
425
                icon="layout-view-navigation-zoom-in-topoint"
426
                position="700200400"
427
            />
428
            <action
429
                name="layout-view-navigation-zoom-out-topoint"
430
                label="Zoom_Menos_Vista"
431
                tooltip="Zoom_Menos_Vista"
432
                action-command="layout-view-navigation-zoom-out-topoint"
433
                icon="layout-view-navigation-zoom-out-topoint"
434
                position="700200500"
435
            />
436
            <action
437
                name="layout-view-navigation-zoom-all"
438
                label="Zoom_Completo_Vista"
439
                tooltip="Zoom_Completo_Vista"
440
                action-command="layout-view-navigation-zoom-all"
441
                icon="layout-view-navigation-zoom-all"
442
                position="700200600"
443
            />
444
            <menu text="Mapa/navegacion_vista"
445
                  position="700200000"
446
                  is_separator="true"/>
447

  
448
            <menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" name="layout-view-navigation-zoom-in-topoint"/>
449
            <menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" name="layout-view-navigation-zoom-out-topoint"/>
450
            <menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" name="layout-view-navigation-zoom-all"/>
451

  
452
            <tool-bar name="layout_tools_view">
453
                <action-tool name="layout-view-navigation-zoom-all"/>
454
                <selectable-tool name="layout-view-navigation-zoom-in-topoint"/>
455
                <selectable-tool name="layout-view-navigation-zoom-out-topoint"/>
456
            </tool-bar>
457
        </extension>
458

  
459
        <extension class-name="org.gvsig.app.extension.TagExtension"
460
                   description="Extensi?n para a?adir un tag a los FFrames."
461
                   active="false">
462

  
463
            <action
464
                name="layout-graphic-show-tags"
465
                label="ver_tags"
466
                tooltip="ver_tags"
467
                action-command="layout-graphic-show-tags"
468
                icon="layout-graphic-show-tags"
469
                position="700301200"
470
            />
471
            <action
472
                name="layout-insert-tag"
473
                label="anadir_tag"
474
                tooltip="anadir_tag"
475
                action-command="layout-insert-tag"
476
                icon="layout-insert-tag"
477
                position="700401500"
478
            />
479

  
480
            <menu text="Mapa/anadir_tag" name="layout-insert-tag" />
481
            <tool-bar name="layout">
482
                <action-tool name="layout-insert-tag" />
483
                <action-tool name="layout-graphic-show-tags" />
484
            </tool-bar>
485
        </extension>
486

  
487
        <extension class-name="org.gvsig.app.extension.LayoutGraphicControls"
488
                   description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
489
                   active="true">
490

  
491
            <action
492
                name="layout-graphic-add-border"
493
                label="linea_grafica"
494
                tooltip="linea_grafica"
495
                action-command="layout-graphic-add-border"
496
                icon="layout-graphic-add-border"
497
                position="700300100"
498
            />
499
            <action
500
                name="layout-graphic-align"
501
                label="alinear"
502
                tooltip="alinear_graficos"
503
                action-command="layout-graphic-align"
504
                icon="layout-graphic-align"
505
                position="700300200"
506
            />
507
            <action
508
                name="layout-graphic-bring-to-front"
509
                label="colocar_delante"
510
                tooltip="colocar_delante"
511
                action-command="layout-graphic-bring-to-front"
512
                icon="layout-graphic-bring-to-front"
513
                position="700300300"
514
            />
515
            <action
516
                name="layout-graphic-send-back"
517
                label="colocar_detras"
518
                tooltip="colocar_detras"
519
                action-command="layout-graphic-send-back"
520
                icon="layout-graphic-send-back"
521
                position="700300400"
522
            />
523
            <action
524
                name="layout-graphic-group"
525
                label="agrupar"
526
                tooltip="agrupar_graficos"
527
                action-command="layout-graphic-group"
528
                icon="layout-graphic-group"
529
                position="700300500"
530
            />
531
            <action
532
                name="layout-graphic-ungroup"
533
                label="desagrupar"
534
                tooltip="desagrupar_graficos"
535
                action-command="layout-graphic-ungroup"
536
                icon="layout-graphic-ungroup"
537
                position="700300600"
538
            />
539
            <action
540
                name="layout-graphic-position"
541
                label="tamano_posicion"
542
                tooltip="tamano_posicion"
543
                action-command="layout-graphic-position"
544
                icon="layout-graphic-position"
545
                position="700301100"
546
            />
547
            <action
548
                name="layout-graphic-properties"
549
                label="propiedades"
550
                tooltip="propiedades"
551
                action-command="layout-graphic-properties"
552
                icon="layout-graphic-properties"
553
                position="700302000"
554
            />
555

  
556
            <menu text="Mapa/Graficos"
557
                  position="700300000"
558
                  is_separator="true"/>
559

  
560
            <menu text="Mapa/Graficos/propiedades" name="layout-graphic-properties" />
561
            <menu text="Mapa/Graficos/alinear" name="layout-graphic-align" />
562
            <menu text="Mapa/Graficos/agrupar" name="layout-graphic-group" />
563
            <menu text="Mapa/Graficos/desagrupar" name="layout-graphic-ungroup" />
564
            <menu text="Mapa/Graficos/colocar_delante" name="layout-graphic-bring-to-front" />
565
            <menu text="Mapa/Graficos/colocar_detras" name="layout-graphic-send-back" />
566
            <menu text="Mapa/Graficos/tamano_posicion" name="layout-graphic-position" />
567
            <menu text="Mapa/Graficos/linea_grafica" name="layout-graphic-add-border" />
568

  
569
            <tool-bar name="layout_tools_graphics">
570
                <action-tool name="layout-graphic-bring-to-front" />
571
                <action-tool name="layout-graphic-send-back" />
572
                <action-tool name="layout-graphic-position" />
573
                <action-tool name="layout-graphic-group" />
574
                <action-tool name="layout-graphic-ungroup" />
575
                <action-tool name="layout-graphic-add-border" />
576
            </tool-bar>
577

  
578
        </extension>
579

  
580
        <extension class-name="org.gvsig.app.extension.FFrameLegendExtension"
581
                   description="Extensi?n encargada de controlar un FFrameLegend."
582
                   active="true">
583

  
584
            <action
585
                name="layout-graphic-simplify-legend"
586
                label="simplificar_leyenda"
587
                tooltip="simplificar_leyenda"
588
                action-command="layout-graphic-simplify-legend"
589
                icon="layout-graphic-simplify-legend"
590
                position="700301200"
591
            />
592
            <menu text="Mapa/Graficos/simplificar_leyenda" name="layout-graphic-simplify-legend" />
593

  
594
        </extension>
595

  
596
        <extension class-name="org.gvsig.app.extension.LayoutRedoExtension"
597
                   description="Extensi?n para rehacer cambios sobre el Layout."
598
                   active="true">
599

  
600
            <action
601
                name= "edit-redo-layout"
602
                label="rehacer"
603
                tooltip="rehacer"
604
                action-command="edit-redo-layout"
605
                icon="edit-redo"
606
                position="200200000"
607
            />
608

  
609
            <menu text="Edit/_Redo" name="edit-redo-layout"/>
610
            <tool-bar name="edit">
611
                <action-tool name="edit-redo-layout"/>
612
            </tool-bar>
613
        </extension>
614

  
615

  
616
        <extension class-name="org.gvsig.app.extension.LayoutUndoExtension"
617
                   description="Extensi?n para deshacer cambios sobre el Layout."
618
                   active="true">
619

  
620
            <action
621
                name= "edit-undo-layout"
622
                label="deshacer"
623
                tooltip="deshacer"
624
                action-command="edit-undo-layout"
625
                icon="edit-undo"
626
                position="200100000"
627
            />
628

  
629
            <menu text="Edit/_Undo" name="edit-undo-layout" />
630
            <tool-bar name="edit">
631
                <action-tool name="edit-undo-layout" />
632
            </tool-bar>
633
        </extension>
634

  
635
        <extension class-name="org.gvsig.app.extension.LayoutCommandStackExtension"
636
                   description="Extensi?n encargada de abrir el di?logo para gestionar los comandos apilados."
637
                   active="true">
638

  
639
            <action
640
                name="edit-undo-redo-actions-layout"
641
                label="_Undo_redo_history"
642
                tooltip="_Undo_redo_history"
643
                action-command="edit-undo-redo-actions-layout"
644
                icon="edit-undo-redo-actions"
645
                position="200300000"
646
            />
647

  
648
            <menu text="Edit/_Undo_redo_history" name="edit-undo-redo-actions-layout" />
649
            <tool-bar name="edit">
650
                <action-tool name="edit-undo-redo-actions-layout" />
651
            </tool-bar>
652
        </extension>
653

  
654
        <extension class-name="org.gvsig.app.extension.Print"
655
                   description="Extensi?n encargada de la impresi?n."
656
                   active="true">
657

  
658
            <action
659
                name="application-print-layout"
660
                label="Imprimir"
661
                tooltip="Imprimir"
662
                action-command="application-print-layout"
663
                icon="application-print"
664
                position="700800000"
665
            />
666

  
667
            <menu text="Mapa/Imprimir" name="application-print-layout" />
668
            <tool-bar name="layout">
669
                <action-tool name="application-print-layout" />
670
            </tool-bar>
671
        </extension>
672

  
673
        <extension class-name="org.gvsig.app.extension.PrintProperties"
674
                   escription="Extensi?n encargada de las propiedades de impresi?n."
675
                   active="true">
676

  
677
            <action
678
                name="application-page-setup-layout"
679
                label="preparar_pagina"
680
                tooltip="preparar_pagina"
681
                action-command="application-page-setup-layout"
682
                icon="application-page-setup"
683
                position="700700000"
684
            />
685

  
686
            <menu text="Mapa/preparar_pagina" name="application-page-setup-layout" />
687
            <tool-bar name="layout">
688
                <action-tool name="application-page-setup-layout" />
689
            </tool-bar>
690
        </extension>
691

  
692
        <extension class-name="org.gvsig.app.extension.FFrameViewPanExtension"
693
                   description="Extension encargada de gestionar los desplazamientos en la vista del layout."
694
                   active="true">
695
            <action
696
                name="layout-view-navigation-pan"
697
                label="Encuadre_Vista"
698
                tooltip="Encuadre_Vista"
699
                action-command="layout-view-navigation-pan"
700
                icon="layout-view-navigation-pan"
701
                position="700200100"
702
            />
703

  
704
            <menu text="Mapa/navegacion_vista/Encuadre_Vista" name="layout-view-navigation-pan"/>
705
            <tool-bar name="layout_tools_view">
706
                <selectable-tool name="layout-view-navigation-pan" />
707
            </tool-bar>
708
        </extension>
709

  
710
        <extension class-name="org.gvsig.app.extension.FFrameViewAddLayerExtension"
711
                   description="Extension encargada de gestionar los desplazamientos en la vista del layout."
712
                   active="true">
713
            <action
714
                name="layout-view-add-layer"
715
                label="Add_layer"
716
                tooltip="Add_layer"
717
                action-command="layout-view-add-layer"
718
                icon="view-layer-add"
719
                position="700200700"
720
            />
721
            <menu text="Mapa/Add_layer" name="layout-view-add-layer"/>
722
            <tool-bar name="layout_tools_view" position="9">
723
                <action-tool name="layout-view-add-layer" />
724
            </tool-bar>
725
        </extension>
726

  
727
        <extension class-name="org.gvsig.app.extension.FFrameViewZoomPrev"
728
                   description="Extension encargada de gestionar los zooms previos al actual."
729
                   active="true">
730
            <action name="layout-view-navigation-zoom-back"
731
                    label="Zoom_back"
732
                    tooltip="Zoom_back"
733
                    action-command="layout-view-navigation-zoom-back"
734
                    icon="view-navigation-zoom-back"
735
                    position="700200550" accelerator="" />
736

  
737
            <menu name="layout-view-navigation-zoom-back" text="Mapa/navegacion_vista/Zoom_Mas_Vista/Zoom_back" />
738
            <tool-bar name="layout_tools_view" position="9">
739
                <action-tool name="layout-view-navigation-zoom-back" />
740
            </tool-bar>
741
        </extension>
742

  
743
    </extensions>
744
</plugin-config>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff