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 @ 42731

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