Revision 42402

View differences:

tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.help.app</artifactId>
7
  <name>${project.artifactId}</name>
8
  <packaging>pom</packaging>
9
  <parent>
10
      <groupId>org.gvsig</groupId>
11
      <artifactId>org.gvsig.desktop.plugin</artifactId>
12
      <version>2.0.24-SNAPSHOT</version>
13
  </parent>
14
  
15
  <modules>
16
    <module>org.gvsig.help.app.mainplugin</module>
17
  </modules>  
18

  
19
</project>
0 20

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/build.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<project name="Generar extension en Andami" default="help-documentation-zip" basedir=".">
27
	<description>
28
        Prepara el manual de usuario para el plugin de de Ayuda de gvSIG en Andami.
29
    </description>
30
	<!-- set global properties for this build -->
31
	<property name="dist" location="dist-temp" />
32
	<property name="plugin" value="org.gvsig.help" />
33
	<property name="extension-dir" location="../build/product/gvSIG/extensiones" />
34
	<property name="mydist" location="dist" />
35
	<import file="../binaries/ant/utilities.xml" />
36

  
37
	<target name="init">
38
		<!-- Create the time stamp -->
39
		<tstamp />
40
		<!-- Create the build directory structure used by compile -->
41
		<mkdir dir="${dist}" />
42
	</target>
43

  
44
	<target name="help-documentation-zip">
45

  
46
		<!--get src="http://"
47
		 	dest="${mydist}/gvSIG/manual-de-usuario.zip"
48
	 	 /-->
49

  
50
		<unzip src="${mydist}/gvSIG/manual-de-usuario.zip" dest="${mydist}/gvSIG">
51
			<patternset>
52
				<include name="manual-de-usuario/es/map.jhm" />
53
			</patternset>
54
		</unzip>
55

  
56
		<loadfile property="add_text" srcFile="${mydist}/gvSIG/map.jhm.add" />
57
		<loadfile property="end_text" srcFile="${mydist}/gvSIG/end.add" />
58

  
59
		<property name="total" value="${add_text}${end_text}" />
60

  
61
		<replace file="${mydist}/gvSIG/manual-de-usuario/es/map.jhm" value="${total}">
62
			<replacetoken>
63
				<![CDATA[</map>]]></replacetoken>
64
		</replace>
65

  
66
		<zip destfile="${dist}/gvSIG/manual-de-usuario.zip" basedir="${mydist}/gvSIG" includes="manual-de-usuario/**/**" excludes="**/*.db" update="true" />
67
	</target>
68

  
69
	<target name="move-to-andami">
70
		<move todir="${extension-dir}/${plugin}/">
71
			<fileset dir="${dist}" includes="**/**" />
72
		</move>
73
	</target>
74

  
75
	<target name="clean">
76
		<delete dir="${dist}" failonerror="no" />
77
	</target>
78

  
79
</project>
0 80

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/buildNumber.properties
1
#Sun Jan 26 14:57:07 CET 2014
2
buildNumber=2091
0 3

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/resources-plugin/about/about.htm
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<html>
27
  <head>
28
    <title>Extension 3D del programa GvSIG </title>
29
    <meta content="">
30
    <style></style>
31
  </head>
32
  <body>
33
<table width="60%" border="0">
34
  <tr>
35
    <td width="64%"><img src="images/logo_horiz_bicolor_gva.png" width="329" height="50"></td>
36
    <td width="36%"><div align="right"><img src="images/logoIver.png" width="87" height="50"></div></td>
37
  </tr>
38
  <tr>
39
    <td colspan="2"><font face="Arial, Helvetica, sans-serif">&copy; Copyright
40
      Generalitat Valenciana, IVER T.I and other contributors 2005.</font></td>
41
  </tr>
42
</table>
43
  <h3>Extesi&oacute;n de la Aplicaci&oacute;n para el tratamiento de top&oacute;nimos del Instituto Geogr&aacute;fico Nacional</h3>
44
  <p><br><br><b> Build Number: #build.number#</b></p>
45
  </body>
46
</html>
0 47

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
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
<plugin-config>
28
  	<alternativeNames name="org.gvsig.help"/>
29
	<depends plugin-name="org.gvsig.app.mainplugin" />
30
	<resourceBundle name="text"/>
31
	<libraries library-dir="lib"/>
32
	<extensions>
33
		<extension class-name="org.gvsig.help.HelpExtension"
34
			description=""
35
			active="true"
36
			priority="1">
37
            
38
            <action 
39
                name="help-contents"
40
                label="_Help" 
41
                tooltip="_Help" 
42
                position="990101000" 
43
                action-command="help-contents"
44
                icon="help-contents"
45
                accelerator=""
46
                />
47
            
48
            <menu
49
                name="help-contents"
50
                text="Help/Contents"
51
                />
52
		</extension>		
53
	</extensions>
54
</plugin-config>
0 55

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/help/gvSIG/end.add
1

  
2
</map>
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/help/gvSIG/map.jhm.add
1
  <mapID target="com.iver.cit.gvsig.project.documents.gui.ProjectWindow" url="docs/proyectos-y-documentos-propios-de-gvsig/proyectosydocumentospropios.html" />
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/help/gvSIG/manual-de-usuario/es/help.hs
1
<?xml version='1.0' encoding='ISO-8859-1' ?>
2
<!DOCTYPE helpset
3
  PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN"
4
         "../dtd/helpset_2_0.dtd">
5

  
6
<helpset version="1.0">
7

  
8
  <!-- title -->
9
  <title>gvSIG - Ayuda en linea</title>
10

  
11
  <!-- maps -->
12
  <maps>
13
     <homeID>docs.introduccion-a-gvsig.copy_of_queesgvsig.html</homeID>
14
     <mapref location="map.jhm"/>
15
  </maps>
16

  
17
  <!-- views -->
18
  <view>
19
    <name>TOC</name>
20
    <label>Tabla de contenidos</label>
21
    <type>javax.help.TOCView</type>
22
    <data>toc.xml</data>
23
  </view>
24

  
25
  <view>
26
    <name>Index</name>
27
    <label>Indice analitico</label>
28
    <type>javax.help.IndexView</type>
29
    <data>index.xml</data>
30
  </view>
31

  
32
  <view>
33
    <name>Search</name>
34
    <label>Search</label>
35
    <type>javax.help.SearchView</type>
36
    <data engine="com.sun.java.help.search.DefaultSearchEngine">
37
      JavaHelpSearch
38
    </data>
39
  </view>
40

  
41
<!--
42
  <view>
43
    <name>Favorites</name>
44
    <label>Favoritos</label>
45
    <type>javax.help.FavoritesView</type>
46
  </view>
47
-->
48
  <presentation default="true" displayviewimages="false">
49
     <name>main window</name>
50
     <size width="700" height="400" />
51
     <location x="200" y="200" />
52
     <title>gvSIG - Ayuda en linea</title>
53
     <image>toplevelfolder</image>
54
     <toolbar>
55
	<helpaction image="action.back">javax.help.BackAction</helpaction>
56
	<helpaction image="action.forward">javax.help.ForwardAction</helpaction>
57
	<helpaction>javax.help.SeparatorAction</helpaction>
58
	<helpaction image="action.home">javax.help.HomeAction</helpaction>
59
	<!--helpaction image="action.reload">javax.help.ReloadAction</helpaction-->
60
	<helpaction>javax.help.SeparatorAction</helpaction>
61
	<helpaction image="action.print">javax.help.PrintAction</helpaction>
62
	<!--helpaction>javax.help.PrintSetupAction</helpaction-->
63
     </toolbar>
64
  </presentation>
65
</helpset>
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/help/gvSIG/manual-de-usuario/es/index.xml
1
<?xml version='1.0' encoding='ISO-8859-1'  ?>
2
<!--
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
<!DOCTYPE index
28
  PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"
29
         "http://java.sun.com/products/javahelp/index_1_0.dtd">
30

  
31
<index version="1.0">
32
   <indexitem text=".prof extension (profile data)" target="prof.profile"/>
33
   
34
   <indexitem text="accelerators (keyboard), see 'keyboard commands'"/>
35
   
36
   <indexitem text="adding an existing portfolio" target="proj.import"/>
37
   
38
   <indexitem text="adding an existing project" expand="false">
39
      <indexitem text="naming the project" target="proj.importdirectory"/>
40
      <indexitem text="naming the storage directory" target="proj.importdirectory"/>
41
      <indexitem text="procedures for" target="proj.importproject2"/>
42
   </indexitem>
43
   
44
   <indexitem text="analyzing program performance, see 'profiler'"/>
45
   
46
   <indexitem text="arguments" expand="false">
47
      <indexitem text="passing" target="debug.arguments"/>
48
      <indexitem text="specifying" target="debug.arguments"/>
49
   </indexitem>
50

  
51
   <indexitem text="assignments (keyboard), see 'keyboard commands'"/>
52

  
53
   <indexitem text="auto indent, source editor" target="edit.tabs"/>
54
   <indexitem text="auto indent, source editor - Secondary Window" target="edit.tabs" presentationtype="javax.help.SecondaryWindow" presentationname="main"/>
55
   <indexitem text="auto indent, source editor - Popup" target="edit.tabs" presentationtype="javax.help.Popup"/>
56

  
57
   <indexitem text="background color, source editor" target="edit.syntax"/>
58

  
59
   <indexitem text="BeanInfo file" target="proj.beansproject"/>
60

  
61
   <indexitem text="beans" expand="false">
62
      <indexitem text="adding existing sources to a bean project" target="proj.existingbeans"/>
63
      <indexitem text="changing bean file status" target="proj.existingbeans"/>
64
      <indexitem text="creating a bean project" target="proj.beansproject"/>
65
      <indexitem text="removing existing sources from a bean project" target="proj.existingbeans"/>
66
   </indexitem>
67
   
68
   <indexitem text="bindings (keyboard), see 'keyboard commands'"/>
69
   
70
   <indexitem text="break exception always" target="debug.addexception"/>
71
   
72
   <indexitem text="break exception on uncaught" target="debug.addexception"/>
73
   
74
   <indexitem text="breakpoints">
75
      <indexitem text="advanced functions" target="debug.breakpoint"/>
76
      <indexitem text="conditional" target="debug.conditional"/>
77
      <indexitem text="list of" target="debug.breakpoint"/>
78
      <indexitem text="location" target="debug.breakpoint"/>
79
      <indexitem text="window" target="debug.breakpoint"/>
80
   </indexitem>
81
   
82
   <indexitem text="browsing source code, see 'source browser'"/>
83
   
84
   <indexitem text="building projects">
85
      <indexitem text="Build menu" target="menus.build"/>
86
      <indexitem text="building projects" target="build.build"/>
87
      <indexitem text="javac" target="build.build"/>
88
   </indexitem>
89

  
90

  
91
   <indexitem text="call stack, moving on the" target="debug.stack"/>
92

  
93
   <indexitem text="callbacks, see `adding operations'"/>
94

  
95
   <indexitem text="changing the current project" target="proj.changeproject"/>
96
   
97
   <indexitem text="changing the status of a bean file" target="proj.existingbeans"/>
98

  
99
   <indexitem text="check in (version control)" target="version.version"/>
100

  
101
   <indexitem text="check in new (version control)" target="version.version"/>
102

  
103
   <indexitem text="choosing a Java compiler" target="build.compiler_pref"/>
104

  
105
   <indexitem text="Fast Javac" target="build.compiler_pref"/>
106

  
107
   <indexitem text="compiling a single file" target="build.compilefile"/>
108

  
109
   <indexitem text="compiling projects" target="build.build"/>
110

  
111

  
112
   <indexitem text="counted breakpoints" target="debug.counted"/>
113

  
114
   <indexitem text="Create Project Wizard">
115
      <indexitem text="adding existing sources to a bean project" target="proj.existingbeans"/>
116
      <indexitem text="naming a source file location" target="proj.appletwizard"/>
117
   </indexitem>
118

  
119
   <indexitem text="creating a portfolio">
120
      <indexitem text="steps for" target="proj.createportfolio"/>
121
      <indexitem text="using the dialog box for" target="proj.createportfolio"/>
122
   </indexitem>
123
   
124
   <indexitem text="Customizer file" target="proj.beansproject"/>
125
   
126
   <indexitem text="Debug/Browse Tab">
127
      <indexitem text="editing project attributes" target="proj.editproject"/>
128
      <indexitem text="output" target="debug.messages"/>
129
   </indexitem>
130
   
131
   <indexitem text="debugging">
132
      <indexitem text="-g option" target="debug.overview"/>
133
      <indexitem text="evaluating expressions" target="debug.eval"/>
134
      <indexitem text="prerequisites" target="debug.overview"/>
135
      <indexitem text="stack frames, viewing" target="debug.viewthreads"/>
136
      <indexitem text="starting" target="debug.start"/>
137
      <indexitem text="window, tab" target="debug.messages"/>
138
   </indexitem>
139
   
140
   <indexitem text="displaying a portfolio" target="proj.changeportfolio"/>
141
   
142
   <indexitem text="displaying a project" target="proj.changeproject"/>
143
   
144
   <indexitem text="editor, see 'source editor'"/>
145
   
146
   <indexitem text="evaluation history" target="debug.eval"/>
147
   
148
   <indexitem text="exceptions">
149
      <indexitem text="adding" target="debug.addexception"/>
150
      <indexitem text="break always" target="debug.addexception"/>
151
      <indexitem text="using the window" target="debug.exceptions"/>
152
      <indexitem text="window" target="debug.exceptions"/>
153
   </indexitem>
154
   
155
   <indexitem text="expanding objects and arrays" target="debug.eval"/>
156
   
157
   <indexitem text="expressions">
158
      <indexitem text="defined" target="debug.eval"/>
159
      <indexitem text="evaluating" target="debug.eval"/>
160
      <indexitem text="evaluation history" target="debug.eval"/>
161
      <indexitem text="using the evaluate button" target="debug.eval"/>
162
      <indexitem text="value of" target="debug.eval"/>
163
   </indexitem>
164
   
165
   
166
   
167
   <indexitem text="Fast Javac compiler" target="build.compiler_pref"/>
168
   
169
   <indexitem text="files, storing project" target="proj.paths"/>
170
   
171
   <indexitem text="flags, compiler see 'compiler options'"/>
172
   
173
   <indexitem text="fonts, setting in source editor" target="edit.font"/>
174
   
175
   
176
   
177
   <indexitem text="generating an HTML page" target="proj.generatehtml"/>
178
   <indexitem text="A Junk Entry" target="intentional.junk"/>
179
   
180
   
181
   <indexitem text="HTML file">
182
      <indexitem text="editing" target="proj.edithtml"/>
183
      <indexitem text="saving" target="proj.edithtml"/>
184
      <indexitem text="updating a run page URL" target="proj.edithtml"/>
185
   </indexitem>
186
   
187
   
188
   <indexitem text="ignore, exceptions list" target="debug.addexception"/>
189
   
190
   
191
   
192
   <indexitem text="JAR files">
193
      <indexitem text="defined" target="proj.beansproject"/>
194
   </indexitem>
195
   
196
   <indexitem text="JavaBeans, see 'beans'"/>
197
   
198
   <indexitem text="javadoc, use in class browser" target="browse.class"/>
199
   
200
   
201
   
202
   <indexitem text="line/column indicator, source editor" target="edit.controls"/>
203
   
204
   <indexitem text="local variables" target="debug.threads"/>
205
   
206
   <indexitem text="location of breakpoints" target="debug.breakpoint"/>
207
   
208
   <indexitem text="location, debugging" target="debug.run"/>
209
   
210
   
211
   
212
   <indexitem text="managing projects" target="proj.managertoc"/>
213
   
214
   <indexitem text="methods, stepping into" target="debug.step"/>
215
   
216
   
217
   
218
   <indexitem text="naming a project" target="proj.projectwizard"/>
219
   
220
   
221
   
222
   <indexitem text="opening a portfolio" target="proj.changeportfolio"/>
223
   
224
   <indexitem text="opening a project" target="proj.changeproject"/>
225
   
226
   
227
   <indexitem text="package">
228
     <indexitem text="creating a package project" target="proj.createpackage"/>
229
     <indexitem text="editing the name" target="proj.generaldisplay"/>
230
     <indexitem text="naming" target="proj.generaldisplay"/>
231
   </indexitem>
232
   
233
   <indexitem text="passing arguments to a standalone project" target="debug.arguments"/>
234
   
235
   <indexitem text="performance analysis, see 'profiler'"/>
236
   
237
   <indexitem text="portfolios">
238
      <indexitem text="Add Portfolio dialog box" target="proj.importportfolio"/>
239
      <indexitem text="changing" target="proj.changeportfolio"/>
240
      <indexitem text="Create Portfolio dialog box" target="proj.createportfolio"/>
241
      <indexitem text="removing" target="proj.removeportfolio"/>
242
   </indexitem>
243
   
244
   <indexitem text="Preferences menu" target="menus.preferences"/>
245
   
246
   <indexitem text="prerequisites, debugging" target="debug.overview"/>
247
   
248
   <indexitem text="printing profile data" target="prof.menus"/>
249
   
250
   <indexitem text="profiler">
251
      <indexitem text="customizing data filters" target="prof.custom"/>
252
   </indexitem>
253
   
254
   <indexitem text="Project Manager" target="proj.projectmanager"/>
255
   
256
   <indexitem text="project name" target="proj.generaldisplay"/>
257
   
258
   <indexitem text="project type" target="proj.generaldisplay"/>
259
   
260
   <indexitem text="projects">
261
      <indexitem text="contents" target="proj.managertoc"/>
262
      <indexitem text="copying an added project" target="proj.importwizard"/>
263
      <indexitem text="manager" target="proj.projectmanager"/>
264
      <indexitem text="using the project manager" target="proj.projectmanager"/>
265
   </indexitem>
266
   
267
   
268
   <indexitem text="quitting debugging" target="debug.enddebug"/>
269
   
270
   
271
   <indexitem text="RCS (version control)" target="version.version"/>
272
   
273
   <indexitem text="referencing an added project" target="proj.importwizard"/>
274
   
275
   <indexitem text="remote debugging">
276
      <indexitem text="agent password" target="debug.remotedebug"/>
277
      <indexitem text="classpaths" target="debug.remotedebug"/>
278
      <indexitem text="network connection" target="debug.remotedebug"/>
279
      <indexitem text="password" target="debug.remotedebug"/>
280
   </indexitem>
281
   
282
   <indexitem text="removing a portfolio" target="proj.removeportfolio"/>
283
   
284
   <indexitem text="removing a project" target="proj.removeproject"/>
285
      
286
   <indexitem text="replacing text, source editor" target="edit.replace"/>
287
   
288
   <indexitem text="requirements, debugging" target="debug.overview"/>
289
   
290
   <indexitem text="running a program to collect profile data" target="prof.profile"/>
291
   
292
   <indexitem text="running a project" target="proj.run"/>
293
   
294
   <indexitem text="running to a specific location" target="proj.run"/>
295
   
296
   
297
   
298
   <indexitem text="saving an HTML file" target="proj.edithtml"/>
299
   
300
   <indexitem text="SCCS (version control)" target="version.version"/>
301
   
302
   <indexitem text="shortcuts (keyboard), see 'keyboard commands'"/>
303
   
304
   <indexitem text="showing the stack frame source" target="debug.source"/>
305
      
306
   <indexitem text="source browser">
307
      <indexitem text="Browse menu" target="menus.browse"/>
308
      <indexitem text="browsing class files" target="browse.class"/>
309
      <indexitem text="javadoc, use in class browser" target="browse.class"/>
310
      <indexitem text="strings, searching for in source code" target="browse.strings"/>
311
   </indexitem>
312
   
313
   <indexitem text="source directory" target="proj.generaldisplay"/>
314
   
315
   <indexitem text="standalone project">
316
      <indexitem text="creating" target="proj.createstandalone"/>
317
      <indexitem text="running" target="proj.run"/>
318
      <indexitem text="specifying program arguments" target="debug.arguments"/>
319
   </indexitem>
320
   
321
   <indexitem text="starting debugging" target="debug.start"/>
322
   
323
   <indexitem text="starting over, debugging" target="debug.startover"/>
324
   
325
   <indexitem text="subprojects, creating" target="proj.nestedprojects"/>
326
   
327
   <indexitem text="subprojects, defined" target="proj.projects"/>
328
   
329
   <indexitem text="tabs, see 'component palette'"/>
330
   
331
   <indexitem text="threads">
332
      <indexitem text="data values" target="debug.variables"/>
333
      <indexitem text="evaluating data values" target="debug.variables"/>
334
      <indexitem text="variables, defined" target="debug.threads"/>
335
      <indexitem text="viewing threads" target="debug.viewthreads"/>
336
   </indexitem>
337
   
338
   <indexitem text="using the debugger" target="debug.overview"/>
339
   
340
   <indexitem text="using the Exceptions Window" target="debug.exceptions"/>
341
   
342
   <indexitem text="defined" target="debug.eval"/>
343
   
344
   <indexitem text="evaluating" target="debug.eval"/>
345
   
346
   <indexitem text="viewing" target="debug.threads"/>
347
   
348
   <indexitem text="version control">
349
      <indexitem text="check in" target="version.version"/>
350
      <indexitem text="check in new" target="version.version"/>
351
      <indexitem text="uncheckout" target="version.version"/>
352
   </indexitem>
353
   
354
   <indexitem text="viewing stack frames" target="debug.viewthreads"/>
355
   
356

  
357
   <indexitem text="Windows menu" target="menus.windows"/>
358

  
359

  
360
</index>
361

  
0 362

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${project.artifactId}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/${project.artifactId}-${project.version}.jar</source>
36
      <outputDirectory>lib</outputDirectory>
37
    </file>
38
    <file>
39
      <source>target/package.info</source>
40
    </file>
41
  </files>
42

  
43
  <fileSets>
44
    <fileSet>
45
      <directory>src/main/resources-plugin</directory>
46
      <outputDirectory>.</outputDirectory>
47
    </fileSet>
48
  </fileSets>
49

  
50
<!--
51
  <dependencySets>
52
    <dependencySet>
53
      <useProjectArtifact>false</useProjectArtifact>
54
      <useTransitiveDependencies>false</useTransitiveDependencies>
55
      <outputDirectory>lib</outputDirectory>
56
      <includes>
57
        <include>groupId:artifactId</include>
58
      </includes>
59
    </dependencySet>
60
  </dependencySets>
61
-->
62
</assembly>
63

  
0 64

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/src/main/java/org/gvsig/help/HelpExtension.java
1
/**
2
 * gvSIG. Desktop Geographic Information System.
3
 *
4
 * Copyright (C) 2007-2013 gvSIG Association.
5
 *
6
 * This program is free software; you can redistribute it and/or
7
 * modify it under the terms of the GNU General Public License
8
 * as published by the Free Software Foundation; either version 3
9
 * of the License, or (at your option) any later version.
10
 *
11
 * This program is distributed in the hope that it will be useful,
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 * GNU General Public License for more details.
15
 *
16
 * You should have received a copy of the GNU General Public License
17
 * along with this program; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
 * MA  02110-1301, USA.
20
 *
21
 * For any additional information, do not hesitate to contact us
22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23
 */
24
package org.gvsig.help;
25

  
26
import java.io.File;
27

  
28
import org.gvsig.andami.IconThemeHelper;
29
import org.gvsig.andami.PluginServices;
30
import org.gvsig.andami.help.Help;
31
import org.gvsig.andami.plugins.Extension;
32
import org.slf4j.Logger;
33
import org.slf4j.LoggerFactory;
34

  
35

  
36
public class HelpExtension  extends Extension {
37

  
38
	private static Logger logger = LoggerFactory.getLogger(HelpExtension.class);
39

  
40
	public void initialize() {
41
	}
42

  
43
	public void execute(String actionCommand) {
44

  
45
		// If the option pressed is help control the help panel is created.
46
		if(actionCommand.equalsIgnoreCase("help-contents")){
47

  
48
			Help help = Help.getHelp();	//My constructor.
49
			help.show("docs.introduccion-a-gvsig.copy_of_queesgvsig.html");//Launch help panel.
50

  
51
			return;
52
		}
53
	}
54

  
55
	public boolean isEnabled() {
56
		return true;
57
	}
58

  
59
	public boolean isVisible() {
60
		return true;
61
	}
62

  
63
	public static String getExtensionPath() {
64
		String pluginName = "org.gvsig.help";
65
		PluginServices ps = PluginServices.getPluginServices(pluginName);
66
		return ps.getPluginDirectory().getAbsolutePath();
67
	}
68

  
69
	@Override
70
	public void postInitialize() {
71
		super.postInitialize();
72
		Help help = Help.getHelp();	//My constructor.
73
		help.addResource(HelpExtension.getExtensionPath()+File.separator+ "gvSIG"+File.separator+"manual-de-usuario.zip");//Documentation path.
74
		help.addHelp("manual-de-usuario");
75

  
76
	}
77

  
78
}
0 79

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.help.app/org.gvsig.help.app.mainplugin/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.help.app.mainplugin</artifactId>
5
  <packaging>jar</packaging>
6
  <name>Online basic help</name>
7
  <description>gvSIG help extension</description>
8
  <parent>
9
    <groupId>org.gvsig</groupId>
10
    <artifactId>org.gvsig.help.app</artifactId>
11
    <version>2.0.24-SNAPSHOT</version>
12
  </parent>
13

  
14
  <dependencies>
15
    <dependency>
16
      <groupId>org.gvsig</groupId>
17
      <artifactId>org.gvsig.andami</artifactId>
18
      <scope>compile</scope>
19
    </dependency>
20
    <dependency>
21
        <groupId>org.slf4j</groupId>
22
        <artifactId>slf4j-api</artifactId>
23
        <scope>compile</scope>
24
    </dependency>
25
  </dependencies>
26

  
27
  <build>
28
      <plugins>
29

  
30
      </plugins>
31
  </build>
32

  
33

  
34
  <properties>
35
      <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.0.1</gvsig.package.info.dependencies>
36
      <gvsig.package.info.codealias>org.gvsig.help</gvsig.package.info.codealias>
37
	  <gvsig.package.info.official>true</gvsig.package.info.official>
38
  </properties>
39
</project>
0 40

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.shp.app/org.gvsig.shp.app.mainplugin/buildNumber.properties
1
#Thu Oct 22 13:30:45 CEST 2015
2
buildNumber=2287
0 3

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.shp.app/org.gvsig.shp.app.mainplugin/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${project.artifactId}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/${project.artifactId}-${project.version}.jar</source>
36
      <outputDirectory>lib</outputDirectory>
37
    </file>
38
    <file>
39
      <source>target/package.info</source>
40
    </file>
41
  </files>
42

  
43
  <fileSets>
44
    <fileSet>
45
      <directory>src/main/resources-plugin</directory>
46
      <outputDirectory>.</outputDirectory>
47
    </fileSet>
48
  </fileSets>
49

  
50

  
51
  <dependencySets>
52
    <dependencySet>
53
      <useProjectArtifact>false</useProjectArtifact>
54
      <useTransitiveDependencies>false</useTransitiveDependencies>
55
      <outputDirectory>lib</outputDirectory>
56
      <includes>
57
        <include>org.gvsig:org.gvsig.fmap.dal.file.dbf</include>
58
        <include>org.gvsig:org.gvsig.fmap.dal.file.shp</include>
59
      </includes>
60
    </dependencySet>
61
  </dependencySets>
62

  
63
</assembly>
64

  
0 65

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.shp.app/org.gvsig.shp.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
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
<plugin-config>
28
  <depends plugin-name="org.gvsig.app.mainplugin" />
29
  <libraries library-dir="lib"/>
30
  <resourceBundle name="text"/>
31
  <extensions>
32
    <extension class-name="org.gvsig.andami.LibraryExtension"
33
      description=""
34
      active="true">
35
    </extension>
36
  </extensions>
37

  
38
</plugin-config>
0 39

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.shp.app/org.gvsig.shp.app.mainplugin/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.shp.app.mainplugin</artifactId>
5
  <packaging>jar</packaging>
6
  <name>${artifactId}</name>
7
  <description>DBF/SHP file format support</description>
8
  <parent>
9
      <groupId>org.gvsig</groupId>
10
      <artifactId>org.gvsig.shp.app</artifactId>
11
      <version>2.0.106</version>
12
  </parent>
13
  <dependencies>
14

  
15
      <dependency>
16
          <groupId>org.gvsig</groupId>
17
          <artifactId>org.gvsig.andami</artifactId>
18
          <scope>compile</scope>
19
      </dependency>
20
      <dependency>
21
          <groupId>org.gvsig</groupId>
22
          <artifactId>org.gvsig.i18n</artifactId>
23
          <scope>compile</scope>
24
      </dependency>
25
      <dependency>
26
          <groupId>org.slf4j</groupId>
27
          <artifactId>slf4j-api</artifactId>
28
          <scope>compile</scope>
29
      </dependency>
30
 
31
      <dependency>
32
          <groupId>org.gvsig</groupId>
33
          <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId>
34
          <scope>runtime</scope>
35
      </dependency>
36
      <dependency>
37
          <groupId>org.gvsig</groupId>
38
          <artifactId>org.gvsig.fmap.dal.file.shp</artifactId>
39
          <scope>runtime</scope>
40
      </dependency>
41
 
42
            
43
  </dependencies>
44

  
45
  <properties>
46
      <gvsig.package.info.name>Formats: DBF/SHP file format support</gvsig.package.info.name>
47
      <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.1.0-A</gvsig.package.info.dependencies>
48
      <gvsig.package.info.categories>Formats,Vector</gvsig.package.info.categories>
49
      <gvsig.package.info.official>true</gvsig.package.info.official>
50
  </properties>
51

  
52
</project>
53

  
0 54

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.shp.app/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
    <modelVersion>4.0.0</modelVersion>
5
    <artifactId>org.gvsig.shp.app</artifactId>
6
  <name>${project.artifactId}</name>
7
  <packaging>pom</packaging>
8
  <parent>
9
      <groupId>org.gvsig</groupId>
10
      <artifactId>org.gvsig.desktop.plugin</artifactId>
11
      <version>2.0.106</version>
12
  </parent>
13
  
14
  <modules>
15
    <module>org.gvsig.shp.app.mainplugin</module>
16
  </modules>
17
</project>
0 18

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.timesupport.app/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
    <modelVersion>4.0.0</modelVersion>
5
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.timesupport.app</artifactId>
7
    <packaging>pom</packaging>
8
    <name>${project.artifactId}</name>
9
    <description>Extension of the TimeSupport example project</description>
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.desktop.plugin</artifactId>
13
        <version>2.0.106</version>
14
    </parent>
15

  
16
    <modules>
17
        <module>org.gvsig.timesupport.app.viewfilter</module>
18
        <module>org.gvsig.timesupport.app.animation</module>
19
    </modules>
20

  
21
</project>
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.timesupport.app/org.gvsig.timesupport.app.animation/src/main/resources/text.properties
1
animation=Animaci?n
2
creates_time_animation=Crea una animaci?n usando la varible temporal
3
animation_preferences=Preferencias de animaci?n
4
animation_bar=Barra de animaci?n
5
step=Paso
6
interval=Intervalo
7
windowtime=Ventana de tiempo
8
timestep=Paso de tiempo
9
visualization=Visualizaci?n
10
speed=Velocidad
11
loop=Loop
12
iterations=Iteraciones
13
day=D?a
14
month=Mes
15
week=Semana
16
year=A?o
17
hour=Hora
18
minute=Minuto
19
second=Segundo
20
millisecond=Milisegundo
21
noloop=No loop
22
loop_once=Loop una vez
23
loop_n=Loop N veces
24
speedofprogress=Velocidad de progreso
25
lbl_begin_position=Fecha de inicio
26
lbl_end_position=Fecha de fin
27
Time=Tiempo
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.timesupport.app/org.gvsig.timesupport.app.animation/src/main/resources/text_en.properties
1
animation=Animation
2
creates_time_animation=Creates a animation using time varible
3
animation_preferences=Animation preferences
4
animation_bar=Animation bar
5
step=Step
6
interval=Interval
7
windowtime=Window time
8
timestep=Time step
9
visualization=Visualization
10
speed=Speed
11
loop=Loop
12
iterations=Iterations
13
day=Day
14
month=Month
15
week=Week
16
year=Year
17
hour=Hour
18
minute=Minute
19
second=Second
20
millisecond=Millisecond
21
noloop=No loop
22
loop_once=Loop once
23
loop_n=Loop N
24
speedofprogress=Speed of progress
25
lbl_begin_position=Initial date
26
lbl_end_position=End date
27
Time=Time
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.timesupport.app/org.gvsig.timesupport.app.animation/src/main/resources/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<depends plugin-name="org.gvsig.app" />
4
	<resourceBundle name="text"/>
5
	<libraries library-dir="lib"/>
6
	<extensions>
7
		<extension class-name="org.gvsig.timesupport.app.animation.extension.AnimationSupportExtension"
8
			description=""
9
			active="true"
10
			priority="1">
11
			<menu text="View/Time/animation"
12
				tooltip="creates_time_animation"
13
				position="11"
14
				action-command="AnimationSupport"/>
15
		</extension>		
16
	</extensions>
17
</plugin-config>
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.timesupport.app/org.gvsig.timesupport.app.animation/src/main/assembly/gvsig-plugin-package.xml
1
<!--
2

  
3
    gvSIG. Desktop Geographic Information System.
4

  
5
    Copyright (C) 2007-2013 gvSIG Association.
6

  
7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

  
12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

  
17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

  
22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

  
25
-->
26
<assembly>
27
  <id>gvsig-plugin-package</id>
28
  <formats>
29
    <format>zip</format>
30
  </formats>
31
  <baseDirectory>${project.artifactId}</baseDirectory>
32
  <includeBaseDirectory>true</includeBaseDirectory>
33
  <files>
34
    <file>
35
      <source>target/${project.artifactId}-${project.version}.jar</source>
36
      <outputDirectory>lib</outputDirectory>
37
    </file>
38
    <file>
39
      <source>target/package.info</source>
40
    </file>
41
  </files>
42

  
43
  <fileSets>
44
    <fileSet>
45
      <directory>src/main/resources-plugin</directory>
46
      <outputDirectory>.</outputDirectory>
47
    </fileSet>
48
  </fileSets>
49

  
50
  <!--
51
  <dependencySets>
52
    <dependencySet>
53
      <useProjectArtifact>false</useProjectArtifact>
54
      <useTransitiveDependencies>false</useTransitiveDependencies>
55
      <outputDirectory>lib</outputDirectory>
56
      <includes>
57
        <include>xxx:xxx</include>
58
      </includes>
59
    </dependencySet>
60
  </dependencySets>
61
  -->
62
</assembly>
63

  
0 64

  
tags/org.gvsig.desktop-2.0.106/org.gvsig.desktop.plugin/org.gvsig.timesupport.app/org.gvsig.timesupport.app.animation/src/main/java/org/gvsig/timesupport/app/animation/extension/AnimationPreferencesListener.java
1
/* gvSIG. Geographic Information System of the Valencian Government
2
 *
3
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
4
 * of the Valencian Government (CIT)
5
 *
6
 * This program is free software; you can redistribute it and/or
7
 * modify it under the terms of the GNU General Public License
8
 * as published by the Free Software Foundation; either version 2
9
 * of the License, or (at your option) any later version.
10
 *
11
 * This program is distributed in the hope that it will be useful,
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 * GNU General Public License for more details.
15
 *
16
 * You should have received a copy of the GNU General Public License
17
 * along with this program; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
 * MA  02110-1301, USA.
20
 *
21
 */
22
package org.gvsig.timesupport.app.animation.extension;
23

  
24
import java.awt.event.ActionEvent;
25
import java.awt.event.ActionListener;
26

  
27
import javax.swing.JComponent;
28

  
29
import org.gvsig.andami.PluginServices;
30
import org.gvsig.app.project.documents.view.ViewDocument;
31
import org.gvsig.app.project.documents.view.gui.AbstractViewPanel;
32
import org.gvsig.timesupport.RelativeInstant;
33
import org.gvsig.timesupport.TimeSupportLocator;
34
import org.gvsig.timesupport.TimeSupportManager;
35
import org.gvsig.timesupport.animation.TimeAnimation;
36
import org.gvsig.timesupport.animation.TimeAnimationDataModel;
37
import org.gvsig.timesupport.swing.api.TimeSupportSwingLocator;
38
import org.gvsig.timesupport.swing.api.TimeSupportSwingManager;
39
import org.gvsig.timesupport.swing.api.panel.AnimationBarPanel;
40
import org.gvsig.timesupport.swing.api.panel.AnimationPreferencesPanel;
41

  
42
/**
43
 * Listener for the preferences dialog
44
 * 
45
 * @author <a href="mailto:nachobrodin@gmail.com">Nacho Brodin</a>
46
 */
47
public class AnimationPreferencesListener implements ActionListener {
48
	private AnimationPreferencesPanel    prefs               = null;
49
	private AnimationDialog              prefsDialog         = null;
50
	private TimeSupportSwingManager      swingManager        = null;
51
	private TimeSupportManager           timeSupportManager  = null;
52
	private TimeAnimation                animation           = null;
53
	private ViewDocument            view                = null;
54
	
55
	/**
56
	 * Constructor
57
	 * @param dialog {@link AnimationDialog}
58
	 * @param animation {@link TimeAnimation}
59
	 * @param view {@link AbstractViewPanel}
60
	 */
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff