Revision 41639 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

View differences:

config.xml
25 25

  
26 26
-->
27 27
<plugin-config>
28
	<libraries library-dir="lib"/>
28
    <libraries library-dir="lib"/>
29 29
    <depends plugin-name="org.gvsig.app.mainplugin" />
30
	<resourceBundle name="text"/>
30
    <resourceBundle name="text"/>
31 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>
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 37

  
38
		<extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
39
			description="Extensi?n encargada de limpiar la selecci?n."
40
			active="true">
38
        <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
39
                           description="Extensi?n encargada de limpiar la selecci?n."
40
                           active="true">
41 41
			
42 42
            <action 
43 43
                name="selection-clear-table"
......
45 45
                tooltip="_Clear_selection" 
46 46
                position="300300000" 
47 47
                action-command="selection-clear-table"
48
                icon="selection-clear"
48
                icon="edit-clear"
49 49
                accelerator=""
50
                />
50
            />
51 51
            
52 52
            <menu
53 53
                name="selection-clear-table"
54 54
                text="Selection/_Clear"
55
                />
55
            />
56 56
            
57 57
            <tool-bar name="view_selection">
58 58
                <action-tool 
59 59
                    name="selection-clear-table"
60
                    />
60
                />
61 61
            </tool-bar>   
62
		</extension>
62
        </extension>
63 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">
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 67

  
68 68
            <action 
69 69
                name="layer-show-attributes-table"
......
73 73
                action-command="layer-show-attributes-table"
74 74
                icon="layer-show-attributes-table"
75 75
                accelerator=""
76
                />
76
            />
77 77
            
78 78
            <menu
79 79
                name="layer-show-attributes-table"
80 80
                text="Layer/_Show_attributes_table"
81
                />
81
            />
82 82
            
83 83
            <tool-bar name="view_actions">
84 84
                <action-tool 
85 85
                    name="layer-show-attributes-table"
86
                    />
86
                />
87 87
            </tool-bar>   
88
		</extension>
88
        </extension>
89 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">
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 93

  
94 94
            <action 
95 95
                name="table-create-link"
......
99 99
                action-command="table-create-link"
100 100
                icon="table-create-link"
101 101
                accelerator=""
102
                />
102
            />
103 103
            
104 104
            <menu
105 105
                name="table-create-link"
106 106
                text="Table/_Create_link"
107
                />
107
            />
108 108
            
109 109
            <tool-bar name="table_tools">
110 110
                <action-tool 
111 111
                    name="table-create-link"
112
                    />
112
                />
113 113
            </tool-bar>   
114
		</extension>
114
        </extension>
115 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">
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 119

  
120 120
            <action 
121 121
                name="edit-redo-table"
......
125 125
                action-command="edit-redo-table"
126 126
                icon="edit-redo"
127 127
                accelerator=""
128
                />
128
            />
129 129
            
130 130
            <menu
131 131
                name="edit-redo-table"
132 132
                text="Edit/_Redo"
133
                />
133
            />
134 134
            
135 135
            <tool-bar name="edit_actions">
136 136
                <action-tool 
137 137
                    name="edit-redo-table"
138
                    />
138
                />
139 139
            </tool-bar>   
140
		</extension>
140
        </extension>
141 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">
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 145

  
146 146
            <action 
147 147
                name="edit-undo-table"
......
151 151
                action-command="edit-undo-table"
152 152
                icon="edit-undo"
153 153
                accelerator=""
154
                />
154
            />
155 155
            
156 156
            <menu
157 157
                name="edit-undo-table"
158 158
                text="Edit/_Undo"
159
                />
159
            />
160 160
            
161 161
            <tool-bar name="edit_actions">
162 162
                <action-tool 
163 163
                    name="edit-undo-table"
164
                    />
164
                />
165 165
            </tool-bar>   
166
		</extension>
166
        </extension>
167 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">
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 171

  
172 172
            <action 
173 173
                name="table-stop-editing"
......
177 177
                action-command="table-stop-editing"
178 178
                icon="table-stop-editing"
179 179
                accelerator=""
180
                />
180
            />
181 181
            
182 182
            <menu
183 183
                name="table-stop-editing"
184 184
                text="Table/_Stop_editing"
185
                />
185
            />
186 186
            
187 187
            <tool-bar name="table_actions">
188 188
                <action-tool 
189 189
                    name="table-stop-editing"
190
                    />
190
                />
191 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">
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 196

  
197 197
            <action 
198 198
                name="table-start-editing"
......
202 202
                action-command="table-start-editing"
203 203
                icon="table-start-editing"
204 204
                accelerator=""
205
                />
205
            />
206 206
            
207 207
            <menu
208 208
                name="table-start-editing"
209 209
                text="Table/_Start_editing"
210
                />
210
            />
211 211
            
212 212
            <tool-bar name="table_actions">
213 213
                <action-tool 
214 214
                    name="table-start-editing"
215
                    />
215
                />
216 216
            </tool-bar>   
217
		</extension>
217
        </extension>
218 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">
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 222
            <action 
223 223
                name="table-add-row"
224 224
                label="_Add_row" 
......
227 227
                action-command="table-add-row"
228 228
                icon="table-add-row"
229 229
                accelerator=""
230
                />
230
            />
231 231
            
232 232
            <menu
233 233
                name="table-add-row"
234 234
                text="Table/_Add_row"
235
                />
235
            />
236 236
            
237 237
            <tool-bar name="table_actions">
238 238
                <action-tool 
239 239
                    name="table-add-row"
240
                    />
240
                />
241 241
            </tool-bar>   
242
		</extension>
242
        </extension>
243 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">
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 247

  
248 248
            <action 
249 249
                name="table-remove-row"
......
253 253
                action-command="table-remove-row"
254 254
                icon="table-remove-row"
255 255
                accelerator=""
256
                />
256
            />
257 257
            
258 258
            <menu
259 259
                name="table-remove-row"
260 260
                text="Table/_Remove_row"
261
                />
261
            />
262 262
            
263 263
            <tool-bar name="table_actions">
264 264
                <action-tool 
265 265
                    name="table-remove-row"
266
                    />
266
                />
267 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">
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 272

  
273 273
            <action 
274 274
                name="table-rename-column"
......
278 278
                action-command="table-rename-column"
279 279
                icon="table-rename-column"
280 280
                accelerator=""
281
                />
281
            />
282 282

  
283 283
            <action 
284 284
                name="table-remove-column"
......
288 288
                action-command="table-remove-column"
289 289
                icon="table-remove-column"
290 290
                accelerator=""
291
                />
291
            />
292 292

  
293 293
            <menu
294 294
                name="table-remove-column"
295 295
                text="Table/_Remove_column"
296
                />
296
            />
297 297

  
298 298
            <menu
299 299
                name="table-rename-column"
300 300
                text="Table/_Rename_column"
301
                />
301
            />
302 302
            
303 303
            <tool-bar name="table_actions">
304 304
                <action-tool 
305 305
                    name="table-remove-column"
306
                    />
306
                />
307 307
                <action-tool 
308 308
                    name="table-rename-column"
309
                    />
309
                />
310 310
            </tool-bar>   
311 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">
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 316
            <action 
317 317
                name="table-column-manager"
318 318
                label="_Column_manager" 
......
321 321
                action-command="table-column-manager"
322 322
                icon="table-column-manager"
323 323
                accelerator=""
324
                />
324
            />
325 325
                
326 326
            <action 
327 327
                name="table-add-column"
......
331 331
                action-command="table-add-column"
332 332
                icon="table-add-column"
333 333
                accelerator=""
334
                />
334
            />
335 335
            
336 336
            <menu
337 337
                name="table-column-manager"
338 338
                text="Table/_Column_manager"
339
                />
339
            />
340 340
                
341 341
            <menu
342 342
                name="table-add-column"
343 343
                text="Table/_Add_column"
344
                />
344
            />
345 345
            
346 346
            <tool-bar name="table_actions">
347 347
                <action-tool 
348 348
                    name="table-column-manager"
349
                    />
349
                />
350 350
                <action-tool 
351 351
                    name="table-add-column"
352
                    />
352
                />
353 353
            </tool-bar>   
354
		</extension>
354
        </extension>
355 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">
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 359
            <action 
360 360
                name="edit-copy-table"
361 361
                label="_Copy" 
......
364 364
                action-command="edit-copy-table"
365 365
                icon="edit-copy"
366 366
                accelerator=""
367
                />
367
            />
368 368
            
369 369
            <menu
370 370
                name="edit-copy-table"
371 371
                text="Edit/_Copy"
372
                />
372
            />
373 373
            
374 374
            <tool-bar name="edit_actions">
375 375
                <action-tool 
376 376
                    name="edit-copy-table"
377
                    />
377
                />
378 378
            </tool-bar>   
379
		</extension>
379
        </extension>
380 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">
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 384
            <action 
385 385
                name="edit-cut-table"
386 386
                label="_Cut_table" 
......
389 389
                action-command="edit-cut-table"
390 390
                icon="edit-cut"
391 391
                accelerator=""
392
                />
392
            />
393 393
            
394 394
            <menu
395 395
                name="edit-cut-table"
396 396
                text="Edit/_Cut"
397
                />
397
            />
398 398
            
399 399
            <tool-bar name="edit_actions">
400 400
                <action-tool 
401 401
                    name="edit-cut-table"
402
                    />
402
                />
403 403
            </tool-bar>   
404
		</extension>
404
        </extension>
405 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">
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 409
            <action 
410 410
                name="edit-paste-table"
411 411
                label="_Paste" 
......
414 414
                action-command="edit-paste-table"
415 415
                icon="edit-paste"
416 416
                accelerator=""
417
                />
417
            />
418 418
            
419 419
            <menu
420 420
                name="edit-paste-table"
421 421
                text="Edit/_Paste"
422
                />
422
            />
423 423
            
424 424
            <tool-bar name="edit_actions">
425 425
                <action-tool 
426 426
                    name="edit-paste-table"
427
                    />
427
                />
428 428
            </tool-bar>   
429
		</extension>
429
        </extension>
430 430

  
431
		<extension active="true" class-name="org.gvsig.app.extension.TableFieldOperations"
432
			description="Operaciones sobre los campos de las tablas">
431
        <extension active="true" class-name="org.gvsig.app.extension.TableFieldOperations"
432
                           description="Operaciones sobre los campos de las tablas">
433 433
            <action 
434 434
                name="table-order-asc"
435 435
                label="_Order_ascending" 
......
438 438
                action-command="table-order-asc"
439 439
                icon="table-order-asc"
440 440
                accelerator=""
441
                />
441
            />
442 442
            
443 443
            <action 
444 444
                name="table-order-desc"
......
448 448
                action-command="table-order-desc"
449 449
                icon="table-order-desc"
450 450
                accelerator=""
451
                />
451
            />
452 452
                
453 453
                
454 454
            <action 
......
459 459
                action-command="selection-duplicates"
460 460
                icon="selection-duplicates"
461 461
                accelerator=""
462
                />                
462
            />                
463 463
            
464 464
            <menu
465 465
                name="table-order-asc"
466 466
                text="Table/_Order_ascending"
467
                />
467
            />
468 468
            
469 469
            <menu
470 470
                name="table-order-desc"
471 471
                text="Table/_Order_descending"
472
                />
472
            />
473 473
                
474 474
            <menu
475 475
                name="selection-duplicates"
476 476
                text="Table/_Find_and_select_duplicates"
477
                />
477
            />
478 478
            
479 479
            <tool-bar name="table_actions">
480 480
                <action-tool 
481 481
                    name="table-order-asc"
482
                    />
482
                />
483 483
                <action-tool 
484 484
                    name="table-order-desc"
485
                    />
485
                />
486 486
                <action-tool 
487 487
                    name="selection-duplicates"
488
                    />
488
                />
489 489
            </tool-bar>   
490
		</extension>
490
        </extension>
491 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">
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 495
            <action 
496 496
                name="table-statistics"
497 497
                label="_Statistics" 
......
500 500
                action-command="table-statistics"
501 501
                icon="table-statistics"
502 502
                accelerator=""
503
                />
503
            />
504 504
            
505 505
            <menu
506 506
                name="table-statistics"
507 507
                text="Table/_Statistics"
508
                />
508
            />
509 509
            
510 510
            <tool-bar name="table_actions">
511 511
                <action-tool 
512 512
                    name="table-statistics"
513
                    />
513
                />
514 514
            </tool-bar>   
515
		</extension>
515
        </extension>
516 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">
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 520
            <action 
521 521
                name="selection-move-up"
522 522
                label="_Move_up_selection" 
......
525 525
                action-command="selection-move-up"
526 526
                icon="selection-move-up"
527 527
                accelerator=""
528
                />
528
            />
529 529
            
530 530
            <action 
531 531
                name="selection-disable-move-up"
......
535 535
                action-command="selection-disable-move-up"
536 536
                icon="selection-disable-move-up"
537 537
                accelerator=""
538
                />
538
            />
539 539
            
540 540
            <action 
541 541
                name="selection-reverse"
......
545 545
                action-command="selection-reverse"
546 546
                icon="selection-reverse"
547 547
                accelerator=""
548
                />
548
            />
549 549
                
550 550
       
551 551
            <menu
552 552
                name="selection-move-up"
553 553
                text="Selection/_Move_up"
554
                />
554
            />
555 555
            <menu
556 556
                name="selection-disable-move-up"
557 557
                text="Selection/_Disable_move_up"
558
                />
558
            />
559 559
            
560 560
            <menu
561 561
                name="selection-reverse"
562 562
                text="Selection/_Reverse"
563
                />
563
            />
564 564
            
565 565
            <tool-bar name="selection_actions">
566 566
                <selectable-tool 
567 567
                    name="selection-move-up"
568
                    />
568
                />
569 569
                <selectable-tool 
570 570
                    name="selection-disable-move-up"
571
                    />
571
                />
572 572
                <action-tool 
573 573
                    name="selection-reverse"
574
                    />
574
                />
575 575
            </tool-bar>   
576
		</extension>
576
        </extension>
577 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">
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 581
            <action 
582 582
                name="table-remove-link"
583 583
                label="_Remove_link" 
......
586 586
                action-command="table-remove-link"
587 587
                icon="table-remove-link"
588 588
                accelerator=""
589
                />
589
            />
590 590
            
591 591
            <menu
592 592
                name="table-remove-link"
593 593
                text="Table/_Remove_link"
594
                />
594
            />
595 595
            
596 596
            <tool-bar name="table_tools">
597 597
                <action-tool 
598 598
                    name="table-remove-link"
599
                    />
599
                />
600 600
            </tool-bar>   
601
		</extension>
601
        </extension>
602 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">
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 606
            <action 
607 607
                name="application-print-table"
608 608
                label="_Print_table" 
......
611 611
                action-command="application-print-table"
612 612
                icon="document-print"
613 613
                accelerator=""
614
                />
614
            />
615 615
            
616 616
            <menu
617 617
                name="application-print-table"
618 618
                text="File/_Print"
619
                />
619
            />
620 620
            
621 621
            <tool-bar name="table_actions">
622 622
                <action-tool 
623 623
                    name="application-print-table"
624
                    />
624
                />
625 625
            </tool-bar>   
626
		</extension>
626
        </extension>
627 627
        
628 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">
629
                   description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
630
                   active="true">
631 631
            <action 
632 632
                name="view-navigation-zoom-to-selection-table"
633 633
                label="Zoom_to_selection" 
......
636 636
                action-command="view-navigation-zoom-to-selection-table"
637 637
                icon="view-navigation-zoom-to-selection"
638 638
                accelerator=""
639
                />
639
            />
640 640
            
641 641
            <menu
642 642
                name="view-navigation-zoom-to-selection-table"
643 643
                text="View/Navigation/Zoom_to_selection"
644
                />
644
            />
645 645
            
646 646
            <tool-bar name="view_navigation">
647 647
                <action-tool 
648 648
                    name="view-navigation-zoom-to-selection-table"
649
                    />
649
                />
650 650
            </tool-bar>   
651 651
        </extension>
652 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">
653
        <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
654
                   description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
655
                   active="true">
656 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"
657
                name="selection-by-attributes-table"
658
                label="_Select_by_attributes" 
659
                tooltip="_Select_by_attributes" 
660
                position="300400000" 
661
                action-command="selection-by-attributes-table"
662
                icon="selection-by-attributes"
663 663
                accelerator=""
664
                />
665
            
664
            />
666 665
            <menu
667
                name="table-filter"
668
                text="Table/_Filter"
669
                />
666
                name="selection-by-attributes-table"
667
                text="Selection/_Select_by_attributes"
668
            />
670 669
            
671 670
            <tool-bar name="table_actions">
672 671
                <action-tool 
673
                    name="table-filter"
674
                    />
672
                    name="selection-by-attributes-table"
673
                />
675 674
            </tool-bar>   
676 675
        </extension>
677 676

  
678
	</extensions>
679
	<icon src="gvsig-logo-icon" text="gvSIG"/>
677
        <extension class-name="org.gvsig.app.extension.TableProperties"
678
                           description="Muestra las propiedades de la tabla."
679
                           active="true">
680

  
681
            <action 
682
                name="table-show-properties"
683
                label="_Show_table_properties" 
684
                tooltip="_Show_table_properties" 
685
                position="509990000" 
686
                action-command="table-show-properties"
687
                icon="table-show-properties"
688
                accelerator=""
689
            />
690
            
691
            <menu
692
                name="table-show-properties"
693
                text="Table/Properties"
694
            />
695
            
696
        </extension>
697

  
698

  
699
    </extensions>
700
    <icon src="gvsig-logo-icon" text="gvSIG"/>
680 701
</plugin-config>

Also available in: Unified diff