Statistics
| Revision:

svn-gvsig-desktop / trunk / frameworks / _fwAndami / schemas / sample-config.xml @ 6432

History | View | Annotate | Download (4.9 KB)

1
<?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

    
38
                                <!-- these will be added to the containing toolbar -->                                        
39
                                <combo-scale name="JPEG Quality" elements="15;30;60;70;80;90;100" value="80" action-command="JPEG_QUALITY" />
40

    
41
                                <combo-button name="Copy/paste tools">
42
                                  <combo-button-element icon="images/scissor.png" action-command="CUT" />
43
                                  <combo-button-element icon="images/paste.png" action-command="PASTE" />
44
                                  <combo-button-element icon="images/copy.png" action-command="COPY" />
45
                                </combo-button>
46
                        </toolBar>
47

    
48
                </extension>
49

    
50
                <extension>
51
                        <class name="com.iver.cit.gvsig.ZoomPrev"/>
52
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
53
                        <tool-bar name="Herramientas">
54
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo" position="11"/>
55
                        </tool-bar>
56
                        
57
                        <!-- these will be added to the status-bar (because they are not contained in any toolbar) -->                                        
58
                        <combo-scale name="Scale" elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000" value="10000" action-command="CHANGE_SCALE" />
59

    
60
                        <combo-button name="Tool Mode">
61
                          <combo-button-element icon="images/once.png" action-command="USE_ONCE" />
62
                          <combo-button-element icon="images/sticky-tool.png" action-command="UNTIL_CHANGED" />
63
                        </combo-button>
64
                </extension>
65
                <extension processing-position="2">
66
                        <class name="com.iver.cit.gvsig.ViewControls"/>
67
                        <menus>
68
                                <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png" tooltip="Zoom completo a la v?sta"/>
69
                                <menu text="Vista/Zoom_Select" action-command="ZOOM_SELECT" icon="image/Select.png"/>
70
                                <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
71
                                <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
72
                                <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
73
                                <menu text="Vista/propiedades" action-command="PROPERTIES"/>
74
                        </menus>
75
                        <tool-bar name="Herramientas" y-position="1">
76
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo" position="1"/>
77
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre" last="true" position="2"/>                        
78
                                <selectable-tool group="grupo1" default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s" position="3"/>
79
                                <selectable-tool group="grupo1" icon="images/ZoomOut.png" action-command="ZOOM_OUT" position="4"/>
80
                                <selectable-tool group="grupo1" icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre" position="5"/>
81
                                <selectable-tool group="grupo1" icon="images/Identify.png" action-command="INFO"  tooltip="informacion" position="6" />
82
                                <selectable-tool group="grupo2" icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias" position="7"/>
83
                                <selectable-tool group="grupo2" icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area" position="8"/>
84
                                <selectable-tool group="grupo2" default="true" icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" position="9"/>
85
                                <selectable-tool group="grupo2" icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo" position="10"/>
86
                        </tool-bar>
87
                </extension>
88
                <extension>
89
                        <class name="com.iver.cit.gvsig.ThemeControls"/>
90
                        <menu text="Tema/propiedades"/>
91
                </extension>
92
        </extensions>
93

    
94
        <file-extensions>
95
                <file-extension description="DGNfiles" ends-with="dgn" dialog="openLayer">
96
                        <class name="com.iver.cit.gvsig.DGNFileExtension"/>
97
                </file-extension>
98
                <file-extension description="Rasterfiles" ends-with="ecw,tif,tiff,jpg,png" dialog="openLayer">
99
                        <class name="com.iver.cit.gvsig.RasterFileExtension"/>
100
                </file-extension>
101
        </file-extensions>
102
</plugin-config>