Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / org.gvsig.app.document.table.app / org.gvsig.app.document.table.app.mainplugin / src / main / resources / config.xml @ 38608

History | View | Annotate | Download (19.7 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
    <depends plugin-name="org.gvsig.app" />
5
        <resourceBundle name="text"/>
6
    <extensions>
7
                <extension class-name="org.gvsig.app.extension.TableExtension"
8
                        description="Extensi?n encargada de a?adir soporte a documentos tabla."
9
                        active="true"
10
                        priority="10">
11
                </extension>
12

    
13
                <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
14
                        description="Extensi?n encargada de limpiar la selecci?n."
15
                        active="true">
16
                        
17
            <action 
18
                name="selection-clear-table"
19
                label="_Clear_selection" 
20
                tooltip="_Clear_selection" 
21
                position="300300000" 
22
                action-command="selection-clear-table"
23
                icon="selection-clear"
24
                accelerator=""
25
                />
26
            
27
            <menu
28
                name="selection-clear-table"
29
                text="Selection/Clear"
30
                />
31
            
32
            <tool-bar name="view_selection">
33
                <action-tool 
34
                    name="selection-clear-table"
35
                    />
36
            </tool-bar>   
37
                </extension>
38

    
39
                <extension class-name="org.gvsig.app.extension.ShowTable"
40
                        description="Extensi?n encargada de abrir la tabla asociada a la capa seleccionado."
41
                        active="true">
42

    
43
            <action 
44
                name="layer-show-attributes-table"
45
                label="_Attributes_table" 
46
                tooltip="_Show_attributes_table" 
47
                position="601200000" 
48
                action-command="layer-show-attributes-table"
49
                icon="layer-show-attributes-table"
50
                accelerator=""
51
                />
52
            
53
            <menu
54
                name="layer-show-attributes-table"
55
                text="Layer/Show_Attributes_table"
56
                />
57
            
58
            <tool-bar name="view_actions">
59
                <action-tool 
60
                    name="layer-show-attributes-table"
61
                    />
62
            </tool-bar>   
63
                </extension>
64

    
65
                <extension class-name="org.gvsig.app.extension.TableOperations"
66
                        description="Extensi?n encargada de gestionar las operaciones sobre las tablas."
67
                        active="true">
68

    
69
            <action 
70
                name="table-create-link"
71
                label="_Create_link" 
72
                tooltip="_Create_link_betwen_tables" 
73
                position="501300000" 
74
                action-command="table-create-link"
75
                icon="table-create-link"
76
                accelerator=""
77
                />
78
            
79
            <menu
80
                name="table-create-link"
81
                text="Table/Create_link"
82
                />
83
            
84
            <tool-bar name="table_tools">
85
                <action-tool 
86
                    name="table-create-link"
87
                    />
88
            </tool-bar>   
89
                </extension>
90

    
91
                <extension class-name="org.gvsig.app.extension.RedoTableExtension"
92
                        description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
93
                        active="true">
94

    
95
            <action 
96
                name="edit-redo-table"
97
                label="_Redo" 
98
                tooltip="_Redo" 
99
                position="0200200000" 
100
                action-command="edit-redo-table"
101
                icon="edit-redo"
102
                accelerator=""
103
                />
104
            
105
            <menu
106
                name="edit-redo-table"
107
                text="Edit/Redo"
108
                />
109
            
110
            <tool-bar name="edit_actions">
111
                <action-tool 
112
                    name="edit-redo-table"
113
                    />
114
            </tool-bar>   
115
                </extension>
116

    
117
                <extension class-name="org.gvsig.app.extension.UndoTableExtension"
118
                        description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
119
                        active="true">
120

    
121
            <action 
122
                name="edit-undo-table"
123
                label="_Undo" 
124
                tooltip="_Undo" 
125
                position="0200100000" 
126
                action-command="edit-undo-table"
127
                icon="edit-undo"
128
                accelerator=""
129
                />
130
            
131
            <menu
132
                name="edit-undo-table"
133
                text="Edit/Undo"
134
                />
135
            
136
            <tool-bar name="edit_actions">
137
                <action-tool 
138
                    name="edit-undo-table"
139
                    />
140
            </tool-bar>   
141
                </extension>
142

    
143
                <extension class-name="org.gvsig.app.extension.TableEditStopExtension"
144
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
145
                        active="true">
146

    
147
            <action 
148
                name="table-stop-editing"
149
                label="_Stop_editing" 
150
                tooltip="_Stop_editing" 
151
                position="500300000" 
152
                action-command="table-stop-editing"
153
                icon="table-stop-editing"
154
                accelerator=""
155
                />
156
            
157
            <menu
158
                name="table-stop-editing"
159
                text="Table/Stop_editing"
160
                />
161
            
162
            <tool-bar name="table_actions">
163
                <action-tool 
164
                    name="table-stop-editing"
165
                    />
166
            </tool-bar>   
167
                </extension>
168
                <extension class-name="org.gvsig.app.extension.TableEditStartExtension"
169
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
170
                        active="true">
171

    
172
            <action 
173
                name="table-start-editing"
174
                label="_Start_editing" 
175
                tooltip="_Start_editing" 
176
                position="500200000" 
177
                action-command="table-start-editing"
178
                icon="table-start-editing"
179
                accelerator=""
180
                />
181
            
182
            <menu
183
                name="table-start-editing"
184
                text="Table/Start_editing"
185
                />
186
            
187
            <tool-bar name="table_actions">
188
                <action-tool 
189
                    name="table-start-editing"
190
                    />
191
            </tool-bar>   
192
                </extension>
193
                
194
                <extension class-name="org.gvsig.app.extension.TableEditInsertExtension"
195
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
196
                        active="true">
197
            <action 
198
                name="table-add-row"
199
                label="_Add_row" 
200
                tooltip="_Add_row" 
201
                position="500500000" 
202
                action-command="table-add-row"
203
                icon="table-add-row"
204
                accelerator=""
205
                />
206
            
207
            <menu
208
                name="table-add-row"
209
                text="Table/Add_row"
210
                />
211
            
212
            <tool-bar name="table_actions">
213
                <action-tool 
214
                    name="table-add-row"
215
                    />
216
            </tool-bar>   
217
                </extension>
218
                
219
                <extension class-name="org.gvsig.app.extension.TableEditRemoveRowExtension"
220
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
221
                        active="true">
222

    
223
            <action 
224
                name="table-remove-row"
225
                label="_Romeve_row" 
226
                tooltip="_Romeve_row" 
227
                position="500600000" 
228
                action-command="table-remove-row"
229
                icon="table-remove-row"
230
                accelerator=""
231
                />
232
            
233
            <menu
234
                name="table-remove-row"
235
                text="Table/Remove_row"
236
                />
237
            
238
            <tool-bar name="table_actions">
239
                <action-tool 
240
                    name="table-remove-row"
241
                    />
242
            </tool-bar>   
243
                </extension>
244
                <extension class-name="org.gvsig.app.extension.TableEditChangeColumnsExtension"
245
                        description="Extensi?n encargada de gestionar las operaciones de edici?n de columnas sobre las tablas."
246
                        active="true">
247

    
248
            <action 
249
                name="table-add-column"
250
                label="_Add_column" 
251
                tooltip="_Add_column" 
252
                position="500630000" 
253
                action-command="table-add-column"
254
                icon="table-add-column"
255
                accelerator=""
256
                />
257

    
258
            <action 
259
                name="table-rename-column"
260
                label="_Rename_column" 
261
                tooltip="_Rename_column" 
262
                position="500650000" 
263
                action-command="table-add-column"
264
                icon="table-add-column"
265
                accelerator=""
266
                />
267

    
268
            <action 
269
                name="table-remove-column"
270
                label="_Remove_column" 
271
                tooltip="_Remove_column" 
272
                position="500670000" 
273
                action-command="table-remove-column"
274
                icon="table-remove-column"
275
                accelerator=""
276
                />
277

    
278
            <menu
279
                name="table-add-column"
280
                text="Table/Add_column"
281
                />
282
            
283
            <menu
284
                name="table-remove-column"
285
                text="Table/Remove_column"
286
                />
287

    
288
            <menu
289
                name="table-rename-column"
290
                text="Table/Rename_column"
291
                />
292
            
293
            <tool-bar name="table_actions">
294
                <action-tool 
295
                    name="table-add-column"
296
                    />
297
                <action-tool 
298
                    name="table-remove-column"
299
                    />
300
                <action-tool 
301
                    name="table-rename-field"
302
                    />
303
            </tool-bar>   
304

    
305
                </extension>
306
                <extension class-name="org.gvsig.app.extension.TableEditAttributes"
307
                        description="Extensi?n encargada de gestionar los campos de las tablas."
308
                        active="true">
309
            <action 
310
                name="table-column-manager"
311
                label="_Column_manager" 
312
                tooltip="_Show_column_manager" 
313
                position="0500700000" 
314
                action-command="table-column-manager"
315
                icon="table-column-manager"
316
                accelerator=""
317
                />
318
            
319
            <menu
320
                name="table-column-manager"
321
                text="Table/Column_manager"
322
                />
323
            
324
            <tool-bar name="table_actions">
325
                <action-tool 
326
                    name="table-column-manager"
327
                    />
328
            </tool-bar>   
329
                </extension>
330

    
331
                <extension class-name="org.gvsig.app.extension.TableEditCopyExtension"
332
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
333
                        active="true">
334
            <action 
335
                name="edit-copy-table"
336
                label="_Copy" 
337
                tooltip="_Copy" 
338
                position="200500000" 
339
                action-command="edit-copy-table"
340
                icon="edit-copy"
341
                accelerator=""
342
                />
343
            
344
            <menu
345
                name="edit-copy-table"
346
                text="Edit/Copy"
347
                />
348
            
349
            <tool-bar name="edit_actions">
350
                <action-tool 
351
                    name="edit-copy-table"
352
                    />
353
            </tool-bar>   
354
                </extension>
355

    
356
                <extension class-name="org.gvsig.app.extension.TableEditCutExtension"
357
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
358
                        active="true">
359
            <action 
360
                name="edit-cut-table"
361
                label="_Attributes_table" 
362
                tooltip="_Show_attributes_table" 
363
                position="200400000" 
364
                action-command="edit-cut-table"
365
                icon="edit-cut"
366
                accelerator=""
367
                />
368
            
369
            <menu
370
                name="edit-cut-table"
371
                text="Edit/Cut"
372
                />
373
            
374
            <tool-bar name="edit_actions">
375
                <action-tool 
376
                    name="edit-cut-table"
377
                    />
378
            </tool-bar>   
379
                </extension>
380

    
381
                <extension class-name="org.gvsig.app.extension.TableEditPasteExtension"
382
                        description="Extensi?n encargada de gestionar las operaciones de edici?n sobre las tablas."
383
                        active="true">
384
            <action 
385
                name="edit-paste-table"
386
                label="_Paste" 
387
                tooltip="_Paste" 
388
                position="200600000" 
389
                action-command="edit-paste-table"
390
                icon="edit-paste"
391
                accelerator=""
392
                />
393
            
394
            <menu
395
                name="edit-paste-table"
396
                text="Edit/paste"
397
                />
398
            
399
            <tool-bar name="edit_actions">
400
                <action-tool 
401
                    name="edit-paste-table"
402
                    />
403
            </tool-bar>   
404
                </extension>
405

    
406
                <extension active="true" class-name="org.gvsig.app.extension.TableFieldOperations"
407
                        description="Operaciones sobre los campos de las tablas">
408
            <action 
409
                name="table-order-asc"
410
                label="_Order_Ascending" 
411
                tooltip="_Order_Ascending" 
412
                position="500900000" 
413
                action-command="table-order-asc"
414
                icon="table-order-asc"
415
                accelerator=""
416
                />
417
            
418
            <action 
419
                name="table-order-desc"
420
                label="_Order_descending" 
421
                tooltip="_Order_descending" 
422
                position="501000000" 
423
                action-command="table-order-desc"
424
                icon="table-order-desc"
425
                accelerator=""
426
                />
427
            
428
            <menu
429
                name="table-order-asc"
430
                text="Table/Order_ascending"
431
                />
432
            
433
            <menu
434
                name="table-order-desc"
435
                text="Table/Order_descending"
436
                />
437
            
438
            <tool-bar name="table_actions">
439
                <action-tool 
440
                    name="table-order-asc"
441
                    />
442
                <action-tool 
443
                    name="table-order-desc"
444
                    />
445
            </tool-bar>   
446
                </extension>
447

    
448
                <extension class-name="org.gvsig.app.extension.TableNumericFieldOperations"
449
                        description="Extensi?n encargada de gestionar las operaciones sobre los campos num?ricos."
450
                        active="true">
451
            <action 
452
                name="table-statistics"
453
                label="_Statistics" 
454
                tooltip="_Statistics" 
455
                position="508000000" 
456
                action-command="table-statistics"
457
                icon="table-statistics"
458
                accelerator=""
459
                />
460
            
461
            <menu
462
                name="table-statistics"
463
                text="Table/Statistics"
464
                />
465
            
466
            <tool-bar name="table_actions">
467
                <action-tool 
468
                    name="table-statistics"
469
                    />
470
            </tool-bar>   
471
                </extension>
472

    
473
                <extension class-name="org.gvsig.app.extension.TableRowsOperations"
474
                        description="Extensi?n encargada de gestionar la selecci?n en la tabla."
475
                        active="true">
476
            <action 
477
                name="selection-move-up"
478
                label="_Move_up_selection" 
479
                tooltip="_Move_up_selection" 
480
                position="300600000" 
481
                action-command="selection-move-up"
482
                icon="selection-move-up"
483
                accelerator=""
484
                />
485
            
486
            <action 
487
                name="selection-reverse"
488
                label="_Reverse_selection" 
489
                tooltip="_Reverse_selection" 
490
                position="300500000" 
491
                action-command="selection-reverse"
492
                icon="selection-reverse"
493
                accelerator=""
494
                />
495
            
496
            <menu
497
                name="selection-move-up"
498
                text="Selection/Move_up"
499
                />
500
            
501
            <menu
502
                name="selection-reverse"
503
                text="Selection/Reverse"
504
                />
505
            
506
            <tool-bar name="selection_actions">
507
                <action-tool 
508
                    name="selection-move-up"
509
                    />
510
                <action-tool 
511
                    name="selection-reverse"
512
                    />
513
            </tool-bar>   
514
                </extension>
515

    
516
                <extension class-name="org.gvsig.app.extension.RemoveTableLink"
517
                        description="Extensi?n encargada de quitar los enlaces de las tablas."
518
                        active="true">
519
            <action 
520
                name="table-remove-link"
521
                label="_Remove_link" 
522
                tooltip="_Remove_link" 
523
                position="501400000" 
524
                action-command="table-remove-link"
525
                icon="table-remove-link"
526
                accelerator=""
527
                />
528
            
529
            <menu
530
                name="table-remove-link"
531
                text="Table/Remove_link"
532
                />
533
            
534
            <tool-bar name="table_actions">
535
                <action-tool 
536
                    name="table-remove-link"
537
                    />
538
            </tool-bar>   
539
                </extension>
540

    
541
                <extension class-name="org.gvsig.app.extension.PrintTable"
542
                        description="Extensi?n encargada de la impresi?n de las tablas."
543
                        active="true">
544
            <action 
545
                name="application-print-table"
546
                label="_Attributes_table" 
547
                tooltip="_Show_attributes_table" 
548
                position="100800000" 
549
                action-command="application-print-table"
550
                icon="document-print"
551
                accelerator=""
552
                />
553
            
554
            <menu
555
                name="application-print-table"
556
                text="File/Print"
557
                />
558
            
559
            <tool-bar name="table_actions">
560
                <action-tool 
561
                    name="application-print-table"
562
                    />
563
            </tool-bar>   
564
                </extension>
565
        
566
        <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
567
            description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
568
            active="true">
569
            <action 
570
                name="view-navigation-zoom-to-selection-table"
571
                label="_Zoom_to_selection" 
572
                tooltip="_Zoom_to_selection" 
573
                position="650100900" 
574
                action-command="view-navigation-zoom-to-selection-table"
575
                icon="view-navigation-zoom-to-selection"
576
                accelerator=""
577
                />
578
            
579
            <menu
580
                name="view-navigation-zoom-to-selection-table"
581
                text="View/Navigation/Zoom_to_selection"
582
                />
583
            
584
            <tool-bar name="view_navigation">
585
                <action-tool 
586
                    name="view-navigation-zoom-to-selection-table"
587
                    />
588
            </tool-bar>   
589
        </extension>
590

    
591
        <extension class-name="org.gvsig.app.extension.FiltroExtension"
592
            description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
593
            active="true">
594
            <action 
595
                name="table-filter"
596
                label="_Filter" 
597
                tooltip="_Filter_table_contents" 
598
                position="500100000" 
599
                action-command="table-filter"
600
                icon="table-filter"
601
                accelerator=""
602
                />
603
            
604
            <menu
605
                name="table-filter"
606
                text="Table/Filter"
607
                />
608
            
609
            <tool-bar name="table_actions">
610
                <action-tool 
611
                    name="table-filter"
612
                    />
613
            </tool-bar>   
614
        </extension>
615

    
616
        </extensions>
617
        <icon src="gvsig-logo-icon" text="gvSIG"/>
618
</plugin-config>