Statistics
| Revision:

root / trunk / frameworks / _fwAndami / schemas / sample-config.xml @ 4731

History | View | Annotate | Download (3.81 KB)

1 598 fernando
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <icon src="images/logoGVA.gif" text="gvSIG"/>
4
        <resourceBundle name="text"/>
5
        <import plugin-name="com.iver.cit.gvsig" />
6
        <labelSet class="com.iver.cit.gvsig.gui.View">
7
                <label id="1" size="100"/>
8
                <label id="2" size="230"/>
9
        </labelSet>
10
        <libraries>
11
                <library file="com.iver.cit.gvsig.jar"/>
12
                <library file="wmsclient.jar"/>
13
        </libraries>
14
        <extensions>
15
                <extension>
16
                        <class name="com.iver.cit.gvsig.ProjectExtension"/>
17
                        <menu text="Archivo/nuevo_proyecto"
18
                                key="n" mnemonic="n"
19
                                tooltip="nuevo_tooltip"
20
                                action-command="NUEVO" icon="images/new.png"/>
21
                        <menu text="Archivo/abrir_proyecto"
22
                                key="a" mnemonic="a"
23
                                tooltip="abrir_tooltip"
24
                                action-command="ABRIR" icon="images/open.png"/>
25
                        <menu text="Archivo/guardar_proyecto"
26
                                key="g" mnemonic="g"
27
                                tooltip="guardar_tooltip"
28
                                action-command="GUARDAR" icon="images/save.png"/>
29
30
                        <toolBar>
31
                                <tool icon="images/new.png" tooltip="nuevo_tooltip"
32
                                        action-command="NUEVO"/>
33
                                <tool icon="images/open.png" tooltip="abrir_tooltip"
34
                                        action-command="ABRIR"/>
35
                                <tool icon="images/save.png" tooltip="guardar_tooltip"
36
                                        action-command="GUARDAR"/>
37
                        </toolBar>
38
39
                </extension>
40
41
                <extension>
42
                        <class name="com.iver.cit.gvsig.ZoomPrev"/>
43
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
44
                        <tool-bar name="Herramientas">
45
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
46
                        </tool-bar>
47
                </extension>
48
                <extension processing-position="2">
49
                        <class name="com.iver.cit.gvsig.ViewControls"/>
50
                        <menus>
51
                                <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png" tooltip="Zoom completo a la v?sta"/>
52
                                <menu text="Vista/Zoom_Select" action-command="ZOOM_SELECT" icon="image/Select.png"/>
53
                                <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
54
                                <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
55
                                <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>
56
                                <menu text="Vista/propiedades" action-command="PROPERTIES"/>
57
                        </menus>
58
                        <tool-bar name="Herramientas" y-position="1">
59
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
60
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre" last="true"/>
61
                                <selectable-tool group="grupo1" default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
62
                                <selectable-tool group="grupo1" icon="images/ZoomOut.png" action-command="ZOOM_OUT"/>
63
                                <selectable-tool group="grupo1" icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
64
                                <selectable-tool group="grupo1" icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
65
                                <selectable-tool group="grupo2" icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
66
                                <selectable-tool group="grupo2" icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
67
                                <selectable-tool group="grupo2" default="true" icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />
68
                                <selectable-tool group="grupo2" icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
69
                        </tool-bar>
70
                </extension>
71
                <extension>
72
                        <class name="com.iver.cit.gvsig.ThemeControls"/>
73
                        <menu text="Tema/propiedades"/>
74
                </extension>
75
        </extensions>
76
77
        <file-extensions>
78
                <file-extension description="DGNfiles" ends-with="dgn" dialog="openLayer">
79
                        <class name="com.iver.cit.gvsig.DGNFileExtension"/>
80
                </file-extension>
81
                <file-extension description="Rasterfiles" ends-with="ecw,tif,tiff,jpg,png" dialog="openLayer">
82
                        <class name="com.iver.cit.gvsig.RasterFileExtension"/>
83
                </file-extension>
84
        </file-extensions>
85
</plugin-config>