Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app.document.table.app / org.gvsig.app.document.table.app.mainplugin / src / main / resources-plugin / config.xml @ 41630

History | View | Annotate | Download (22 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40558 jjdelcerro
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27 40435 jjdelcerro
<plugin-config>
28
        <libraries library-dir="lib"/>
29 41027 jjdelcerro
    <depends plugin-name="org.gvsig.app.mainplugin" />
30 40435 jjdelcerro
        <resourceBundle name="text"/>
31
    <extensions>
32
                <extension class-name="org.gvsig.app.extension.TableExtension"
33
                        description="Extensi?n encargada de a?adir soporte a documentos tabla."
34
                        active="true"
35
                        priority="10">
36
                </extension>
37
38
                <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
39
                        description="Extensi?n encargada de limpiar la selecci?n."
40
                        active="true">
41
42
            <action
43
                name="selection-clear-table"
44
                label="_Clear_selection"
45
                tooltip="_Clear_selection"
46
                position="300300000"
47
                action-command="selection-clear-table"
48
                icon="selection-clear"
49
                accelerator=""
50
                />
51
52
            <menu
53
                name="selection-clear-table"
54
                text="Selection/_Clear"
55
                />
56
57
            <tool-bar name="view_selection">
58
                <action-tool
59
                    name="selection-clear-table"
60
                    />
61
            </tool-bar>
62
                </extension>
63
64
                <extension class-name="org.gvsig.app.extension.ShowTable"
65
                        description="Extensi?n encargada de abrir la tabla asociada a la capa seleccionado."
66
                        active="true">
67
68
            <action
69
                name="layer-show-attributes-table"
70
                label="_Attributes_table"
71
                tooltip="_Show_attributes_table"
72
                position="601200000"
73
                action-command="layer-show-attributes-table"
74
                icon="layer-show-attributes-table"
75
                accelerator=""
76
                />
77
78
            <menu
79
                name="layer-show-attributes-table"
80
                text="Layer/_Show_attributes_table"
81
                />
82
83
            <tool-bar name="view_actions">
84
                <action-tool
85
                    name="layer-show-attributes-table"
86
                    />
87
            </tool-bar>
88
                </extension>
89
90
                <extension class-name="org.gvsig.app.extension.TableOperations"
91
                        description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
92
                        active="true">
93
94
            <action
95
                name="table-create-link"
96
                label="_Create_link"
97
                tooltip="_Create_link_between_tables"
98
                position="501300000"
99
                action-command="table-create-link"
100
                icon="table-create-link"
101
                accelerator=""
102
                />
103
104
            <menu
105
                name="table-create-link"
106
                text="Table/_Create_link"
107
                />
108
109
            <tool-bar name="table_tools">
110
                <action-tool
111
                    name="table-create-link"
112
                    />
113
            </tool-bar>
114
                </extension>
115
116
                <extension class-name="org.gvsig.app.extension.RedoTableExtension"
117
                        description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
118
                        active="true">
119
120
            <action
121
                name="edit-redo-table"
122
                label="_Redo"
123
                tooltip="_Redo"
124
                position="0200200000"
125
                action-command="edit-redo-table"
126
                icon="edit-redo"
127
                accelerator=""
128
                />
129
130
            <menu
131
                name="edit-redo-table"
132
                text="Edit/_Redo"
133
                />
134
135
            <tool-bar name="edit_actions">
136
                <action-tool
137
                    name="edit-redo-table"
138
                    />
139
            </tool-bar>
140
                </extension>
141
142
                <extension class-name="org.gvsig.app.extension.UndoTableExtension"
143
                        description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
144
                        active="true">
145
146
            <action
147
                name="edit-undo-table"
148
                label="_Undo"
149
                tooltip="_Undo"
150
                position="0200100000"
151
                action-command="edit-undo-table"
152
                icon="edit-undo"
153
                accelerator=""
154
                />
155
156
            <menu
157
                name="edit-undo-table"
158
                text="Edit/_Undo"
159
                />
160
161
            <tool-bar name="edit_actions">
162
                <action-tool
163
                    name="edit-undo-table"
164
                    />
165
            </tool-bar>
166
                </extension>
167
168
                <extension class-name="org.gvsig.app.extension.TableEditStopExtension"
169
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
170
                        active="true">
171
172
            <action
173
                name="table-stop-editing"
174
                label="_Stop_editing"
175
                tooltip="_Stop_editing"
176
                position="500300000"
177
                action-command="table-stop-editing"
178
                icon="table-stop-editing"
179
                accelerator=""
180
                />
181
182
            <menu
183
                name="table-stop-editing"
184
                text="Table/_Stop_editing"
185
                />
186
187
            <tool-bar name="table_actions">
188
                <action-tool
189
                    name="table-stop-editing"
190
                    />
191
            </tool-bar>
192
                </extension>
193
                <extension class-name="org.gvsig.app.extension.TableEditStartExtension"
194
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
195
                        active="true">
196
197
            <action
198
                name="table-start-editing"
199
                label="_Start_editing"
200
                tooltip="_Start_editing"
201
                position="500200000"
202
                action-command="table-start-editing"
203
                icon="table-start-editing"
204
                accelerator=""
205
                />
206
207
            <menu
208
                name="table-start-editing"
209
                text="Table/_Start_editing"
210
                />
211
212
            <tool-bar name="table_actions">
213
                <action-tool
214
                    name="table-start-editing"
215
                    />
216
            </tool-bar>
217
                </extension>
218
219
                <extension class-name="org.gvsig.app.extension.TableEditInsertExtension"
220
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
221
                        active="true">
222
            <action
223
                name="table-add-row"
224
                label="_Add_row"
225
                tooltip="_Add_row"
226
                position="500500000"
227
                action-command="table-add-row"
228
                icon="table-add-row"
229
                accelerator=""
230
                />
231
232
            <menu
233
                name="table-add-row"
234
                text="Table/_Add_row"
235
                />
236
237
            <tool-bar name="table_actions">
238
                <action-tool
239
                    name="table-add-row"
240
                    />
241
            </tool-bar>
242
                </extension>
243
244
                <extension class-name="org.gvsig.app.extension.TableEditRemoveRowExtension"
245
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
246
                        active="true">
247
248
            <action
249
                name="table-remove-row"
250
                label="_Remove_row"
251
                tooltip="_Remove_row"
252
                position="500600000"
253
                action-command="table-remove-row"
254
                icon="table-remove-row"
255
                accelerator=""
256
                />
257
258
            <menu
259
                name="table-remove-row"
260
                text="Table/_Remove_row"
261
                />
262
263
            <tool-bar name="table_actions">
264
                <action-tool
265
                    name="table-remove-row"
266
                    />
267
            </tool-bar>
268
                </extension>
269
                <extension class-name="org.gvsig.app.extension.TableEditChangeColumnsExtension"
270
                        description="Extensi?n encargada de gestionar las operaciones de edici?n de columnas sobre las tablas."
271
                        active="true">
272
273
            <action
274
                name="table-rename-column"
275
                label="_Rename_column"
276
                tooltip="_Rename_column"
277
                position="500650000"
278
                action-command="table-rename-column"
279
                icon="table-rename-column"
280
                accelerator=""
281
                />
282
283
            <action
284
                name="table-remove-column"
285
                label="_Remove_column"
286
                tooltip="_Remove_column"
287
                position="500670000"
288
                action-command="table-remove-column"
289
                icon="table-remove-column"
290
                accelerator=""
291
                />
292
293
            <menu
294
                name="table-remove-column"
295
                text="Table/_Remove_column"
296
                />
297
298
            <menu
299
                name="table-rename-column"
300
                text="Table/_Rename_column"
301
                />
302
303
            <tool-bar name="table_actions">
304
                <action-tool
305
                    name="table-remove-column"
306
                    />
307
                <action-tool
308
                    name="table-rename-column"
309
                    />
310
            </tool-bar>
311
312
                </extension>
313
                <extension class-name="org.gvsig.app.extension.TableEditAttributes"
314
                        description="Extensi?n encargada de gestionar los campos de las tablas."
315
                        active="true">
316
            <action
317
                name="table-column-manager"
318
                label="_Column_manager"
319
                tooltip="_Column_manager"
320
                position="0500700000"
321
                action-command="table-column-manager"
322
                icon="table-column-manager"
323
                accelerator=""
324
                />
325 40730 jldominguez
326
            <action
327
                name="table-add-column"
328
                label="_Add_column"
329
                tooltip="_Add_column"
330
                position="500630000"
331
                action-command="table-add-column"
332
                icon="table-add-column"
333
                accelerator=""
334
                />
335 40435 jjdelcerro
336
            <menu
337
                name="table-column-manager"
338
                text="Table/_Column_manager"
339
                />
340 40730 jldominguez
341
            <menu
342
                name="table-add-column"
343
                text="Table/_Add_column"
344
                />
345 40435 jjdelcerro
346
            <tool-bar name="table_actions">
347
                <action-tool
348
                    name="table-column-manager"
349
                    />
350 40730 jldominguez
                <action-tool
351
                    name="table-add-column"
352
                    />
353 40435 jjdelcerro
            </tool-bar>
354
                </extension>
355
356
                <extension class-name="org.gvsig.app.extension.TableEditCopyExtension"
357
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
358
                        active="true">
359
            <action
360
                name="edit-copy-table"
361
                label="_Copy"
362
                tooltip="_Copy"
363
                position="200500000"
364
                action-command="edit-copy-table"
365
                icon="edit-copy"
366
                accelerator=""
367
                />
368
369
            <menu
370
                name="edit-copy-table"
371
                text="Edit/_Copy"
372
                />
373
374
            <tool-bar name="edit_actions">
375
                <action-tool
376
                    name="edit-copy-table"
377
                    />
378
            </tool-bar>
379
                </extension>
380
381
                <extension class-name="org.gvsig.app.extension.TableEditCutExtension"
382
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
383
                        active="true">
384
            <action
385
                name="edit-cut-table"
386
                label="_Cut_table"
387
                tooltip="_Cut_table_in_editing"
388
                position="200400000"
389
                action-command="edit-cut-table"
390
                icon="edit-cut"
391
                accelerator=""
392
                />
393
394
            <menu
395
                name="edit-cut-table"
396
                text="Edit/_Cut"
397
                />
398
399
            <tool-bar name="edit_actions">
400
                <action-tool
401
                    name="edit-cut-table"
402
                    />
403
            </tool-bar>
404
                </extension>
405
406
                <extension class-name="org.gvsig.app.extension.TableEditPasteExtension"
407
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
408
                        active="true">
409
            <action
410
                name="edit-paste-table"
411
                label="_Paste"
412
                tooltip="_Paste"
413
                position="200600000"
414
                action-command="edit-paste-table"
415
                icon="edit-paste"
416
                accelerator=""
417
                />
418
419
            <menu
420
                name="edit-paste-table"
421
                text="Edit/_Paste"
422
                />
423
424
            <tool-bar name="edit_actions">
425
                <action-tool
426
                    name="edit-paste-table"
427
                    />
428
            </tool-bar>
429
                </extension>
430
431
                <extension active="true" class-name="org.gvsig.app.extension.TableFieldOperations"
432
                        description="Operaciones sobre los campos de las tablas">
433
            <action
434
                name="table-order-asc"
435
                label="_Order_ascending"
436
                tooltip="_Order_ascending"
437
                position="500900000"
438
                action-command="table-order-asc"
439
                icon="table-order-asc"
440
                accelerator=""
441
                />
442
443
            <action
444
                name="table-order-desc"
445
                label="_Order_descending"
446
                tooltip="_Order_descending"
447
                position="501000000"
448
                action-command="table-order-desc"
449
                icon="table-order-desc"
450
                accelerator=""
451
                />
452 40870 jldominguez
453
454
            <action
455
                name="selection-duplicates"
456
                label="_Find_and_select_duplicates"
457
                tooltip="_Find_and_select_duplicates"
458
                position="501100000"
459
                action-command="selection-duplicates"
460
                icon="selection-duplicates"
461
                accelerator=""
462
                />
463 40435 jjdelcerro
464
            <menu
465
                name="table-order-asc"
466
                text="Table/_Order_ascending"
467
                />
468
469
            <menu
470
                name="table-order-desc"
471
                text="Table/_Order_descending"
472
                />
473 40870 jldominguez
474
            <menu
475
                name="selection-duplicates"
476
                text="Table/_Find_and_select_duplicates"
477
                />
478 40435 jjdelcerro
479
            <tool-bar name="table_actions">
480
                <action-tool
481
                    name="table-order-asc"
482
                    />
483
                <action-tool
484
                    name="table-order-desc"
485
                    />
486 40870 jldominguez
                <action-tool
487
                    name="selection-duplicates"
488
                    />
489 40435 jjdelcerro
            </tool-bar>
490
                </extension>
491
492
                <extension class-name="org.gvsig.app.extension.TableNumericFieldOperations"
493
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
494
                        active="true">
495
            <action
496
                name="table-statistics"
497
                label="_Statistics"
498
                tooltip="_Statistics"
499
                position="508000000"
500
                action-command="table-statistics"
501
                icon="table-statistics"
502
                accelerator=""
503
                />
504
505
            <menu
506
                name="table-statistics"
507
                text="Table/_Statistics"
508
                />
509
510
            <tool-bar name="table_actions">
511
                <action-tool
512
                    name="table-statistics"
513
                    />
514
            </tool-bar>
515
                </extension>
516
517
                <extension class-name="org.gvsig.app.extension.TableRowsOperations"
518
                        description="Extensi?n encargada de gestionar la selecci?n en la tabla."
519
                        active="true">
520
            <action
521
                name="selection-move-up"
522
                label="_Move_up_selection"
523
                tooltip="_Move_up_selection"
524
                position="300600000"
525
                action-command="selection-move-up"
526
                icon="selection-move-up"
527
                accelerator=""
528
                />
529
530
            <action
531 41630 jjdelcerro
                name="selection-disable-move-up"
532
                label="_Disable_move_up_selection"
533
                tooltip="_Disable_move_up_selection"
534
                position="300600000"
535
                action-command="selection-disable-move-up"
536
                icon="selection-disable-move-up"
537
                accelerator=""
538
                />
539
540
            <action
541 40435 jjdelcerro
                name="selection-reverse"
542
                label="_Reverse_selection"
543
                tooltip="_Reverse_selection"
544
                position="300500000"
545
                action-command="selection-reverse"
546
                icon="selection-reverse"
547
                accelerator=""
548
                />
549 40870 jldominguez
550
551 40435 jjdelcerro
            <menu
552
                name="selection-move-up"
553
                text="Selection/_Move_up"
554
                />
555 41630 jjdelcerro
            <menu
556
                name="selection-disable-move-up"
557
                text="Selection/_Disable_move_up"
558
                />
559 40435 jjdelcerro
560
            <menu
561
                name="selection-reverse"
562
                text="Selection/_Reverse"
563
                />
564
565
            <tool-bar name="selection_actions">
566 41630 jjdelcerro
                <selectable-tool
567 40435 jjdelcerro
                    name="selection-move-up"
568
                    />
569 41630 jjdelcerro
                <selectable-tool
570
                    name="selection-disable-move-up"
571
                    />
572 40435 jjdelcerro
                <action-tool
573
                    name="selection-reverse"
574
                    />
575
            </tool-bar>
576
                </extension>
577
578
                <extension class-name="org.gvsig.app.extension.RemoveTableLink"
579
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
580
                        active="true">
581
            <action
582
                name="table-remove-link"
583
                label="_Remove_link"
584
                tooltip="_Remove_link"
585
                position="501400000"
586
                action-command="table-remove-link"
587
                icon="table-remove-link"
588
                accelerator=""
589
                />
590
591
            <menu
592
                name="table-remove-link"
593
                text="Table/_Remove_link"
594
                />
595
596 41241 jldominguez
            <tool-bar name="table_tools">
597 40435 jjdelcerro
                <action-tool
598
                    name="table-remove-link"
599
                    />
600
            </tool-bar>
601
                </extension>
602
603
                <extension class-name="org.gvsig.app.extension.PrintTable"
604
                        description="Extensi?n encargada de la impresi?n de las tablas."
605
                        active="true">
606
            <action
607
                name="application-print-table"
608
                label="_Print_table"
609
                tooltip="_Print_table"
610
                position="100800000"
611
                action-command="application-print-table"
612
                icon="document-print"
613
                accelerator=""
614
                />
615
616
            <menu
617
                name="application-print-table"
618
                text="File/_Print"
619
                />
620
621
            <tool-bar name="table_actions">
622
                <action-tool
623
                    name="application-print-table"
624
                    />
625
            </tool-bar>
626
                </extension>
627
628
        <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
629
            description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
630
            active="true">
631
            <action
632
                name="view-navigation-zoom-to-selection-table"
633
                label="Zoom_to_selection"
634
                tooltip="Zoom_to_selection"
635
                position="650100900"
636
                action-command="view-navigation-zoom-to-selection-table"
637
                icon="view-navigation-zoom-to-selection"
638
                accelerator=""
639
                />
640
641
            <menu
642
                name="view-navigation-zoom-to-selection-table"
643
                text="View/Navigation/Zoom_to_selection"
644
                />
645
646
            <tool-bar name="view_navigation">
647
                <action-tool
648
                    name="view-navigation-zoom-to-selection-table"
649
                    />
650
            </tool-bar>
651
        </extension>
652
653
        <extension class-name="org.gvsig.app.extension.FiltroExtension"
654
            description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
655
            active="true">
656
            <action
657
                name="table-filter"
658
                label="_Filter"
659
                tooltip="_Filter_table"
660
                position="500100000"
661
                action-command="table-filter"
662
                icon="table-filter"
663
                accelerator=""
664
                />
665
666
            <menu
667
                name="table-filter"
668
                text="Table/_Filter"
669
                />
670
671
            <tool-bar name="table_actions">
672
                <action-tool
673
                    name="table-filter"
674
                    />
675
            </tool-bar>
676
        </extension>
677
678
        </extensions>
679
        <icon src="gvsig-logo-icon" text="gvSIG"/>
680
</plugin-config>