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

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