Revision 32044

View differences:

tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/.cvsignore
1
bin
0 2

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/build.xml
1
<project name="Generar extension en Andami" default="generate-without-source" basedir=".">
2
    <description>
3
        Instala el plugin en Andami
4
    </description>
5
  <!-- set global properties for this build -->
6
  <property name="src" location="src"/>
7
  <property name="build" location="bin"/>
8
  <property name="dist"  location="dist"/>
9
  <property name="plugin" value="com.iver.templateLayout"/>
10
  <property name="extension-dir" location="../_fwAndami/gvSIG/extensiones"/>
11

  
12
  <target name="init">
13
    <!-- Create the time stamp -->
14
    <tstamp/>
15
    <!-- Create the build directory structure used by compile -->
16
    <mkdir dir="${build}"/>
17
    <mkdir dir="${dist}"/>
18
  	<!-- Creamos un fichero con el timeStamp para que lo lea el FPanelAbout -->
19
  	<buildnumber/> 
20
  	
21
  </target>
22

  
23
  <target name="generate-without-source" description="generate the distribution without the source file" >
24
    <!-- Create the distribution directory -->
25
    <mkdir dir="${dist}"/>
26

  
27
    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
28
    <jar jarfile="${dist}/${plugin}.jar" basedir="${build}"/>
29
    <copy file="config/config.xml" todir="${dist}"/>
30
    <copy file="config/plugin.dtd" todir="${dist}"/>
31
    <copy todir="${dist}">
32
    	<fileset dir="." includes="text*.properties"/>
33
    </copy>
34
    <copy todir="${dist}/images">
35
    	<fileset dir="images/" includes="*"/>
36
    </copy>
37
    <!-- <copy todir="${dist}">
38
    	<fileset dir="./lib" includes="*.jar,*.zip"/>
39
    </copy> -->
40
    <move todir="${extension-dir}/${plugin}/">
41
    	<fileset dir="${dist}" includes="**/**"/>
42
    </move>
43
  </target>
44

  
45
  <target name="generate-with-source" description="generate the distribution with the source file" >
46
    <!-- Create the distribution directory -->
47
    <mkdir dir="${dist}"/>
48

  
49
    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
50
    <jar jarfile="${dist}/${plugin}.jar" basedir="${build}"/>
51
    <copy file="config/config.xml" todir="${dist}"/>
52
    <copy file="config/plugin.dtd" todir="${dist}"/>
53
    <copy todir="${dist}">
54
    	<fileset dir="." includes="text*.properties"/>
55
    </copy>
56
    <copy todir="${dist}">
57
    	<fileset dir="." includes="${src}"/>
58
    </copy>
59
    <copy todir="${dist}/images">
60
    	<fileset dir="images/" includes="*"/>
61
    </copy>
62
    <!--copy todir="${dist}">
63
    	<fileset dir="./lib" includes="*.jar,*.zip"/>
64
    </copy-->
65
    <move todir="${extension-dir}/${plugin}/">
66
    	<fileset dir="${dist}" includes="**/**"/>
67
    </move>
68
  </target>
69

  
70
  <target name="clean"
71
        description="clean up" >
72
    <!-- Delete the ${build} and ${dist} directory trees -->
73
    <delete dir="${dist}"/>
74
  </target>
75
</project>
76

  
0 77

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/text.properties
1
plantilla=Plantilla
2
mapa=Mapa
3
crear=Crear
4
crear_ficha=Crear Ficha
5
imprimir_ficha_actual=?Desea imprimir la ficha actual?
6
todas=Todas
7
una=Una a una
8
aceptar=Aceptar
9
cancelar=Cancelar
10
imprimir_todas_o_una=?Desea lanzar todas las fichas a la cola de impresi?n o quiere que se pregunte una a una?
11
uno=Imprimir ficha
12
todo=Imprimir todas las fichas
0 13

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/text_en.properties
1
plantilla=Template
2
mapa=Map
3
crear=Create
4
crear_ficha=Create Template
5
imprimir_ficha_actual=Print the present record?
6
todas=All
7
una=One to one
8
aceptar=Ok
9
cancelar=Cancel
10
imprimir_todas_o_una=Do you want to launch all templates to the queue of impression or wants that be asked one to one?  
11
uno=Print Template
12
todo=Print all Templates
0 13

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>exaTemplateLayout</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
		<buildCommand>
14
			<name>de.loskutov.FileSync.FSBuilder</name>
15
			<arguments>
16
			</arguments>
17
		</buildCommand>
18
	</buildSpec>
19
	<natures>
20
		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
21
		<nature>org.eclipse.jdt.core.javanature</nature>
22
		<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
23
	</natures>
24
</projectDescription>
0 25

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/config/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<libraries library-dir="."/>
4
	<depends plugin-name="com.iver.cit.gvsig"/>
5
		<resourceBundle name="text"/>
6
	<extensions>
7
		<extension class-name="com.iver.templateLayout.TemplateExtension"
8
			description="Extensi?n de ejemplo que genera una ficha por cada shape seleccionado,
9
				cambiando los tag por su valor."
10
			active="true">
11
			<menu text="mapa/crear_ficha" action-command="create" key="t"
12
				mnemonic="c" icon="images/template.gif" 
13
				tooltip="crear_ficha"
14
				position="1"/>
15
			<tool-bar name="Herramientas">
16
				<action-tool icon="images/template.gif"
17
					action-command="create" tooltip="crear_ficha"
18
					enable-text="deber?a de estar activada" last="true"/>
19
			</tool-bar>
20
		</extension>
21
	</extensions>
22
</plugin-config>
0 23

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/serialized-form.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
Serialized Form
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="Serialized Form";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
42
</TABLE>
43
</TD>
44
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45
</EM>
46
</TD>
47
</TR>
48

  
49
<TR>
50
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
51
&nbsp;PREV&nbsp;
52
&nbsp;NEXT</FONT></TD>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
55
&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
56
&nbsp;<SCRIPT type="text/javascript">
57
  <!--
58
  if(window==top) {
59
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
60
  }
61
  //-->
62
</SCRIPT>
63
<NOSCRIPT>
64
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
65
</NOSCRIPT>
66

  
67
</FONT></TD>
68
</TR>
69
</TABLE>
70
<A NAME="skip-navbar_top"></A>
71
<!-- ========= END OF TOP NAVBAR ========= -->
72

  
73
<HR>
74
<CENTER>
75
<H1>
76
Serialized Form</H1>
77
</CENTER>
78
<HR SIZE="4" NOSHADE>
79

  
80
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
81
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
82
<TD ALIGN="center"><FONT SIZE="+2">
83
<B>Package</B> <B>com.iver.templateLayout</B></FONT></TD>
84
</TR>
85
</TABLE>
86

  
87
<P>
88
<A NAME="com.iver.templateLayout.AskAll"><!-- --></A>
89
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
90
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
91
<TD COLSPAN=2><FONT SIZE="+2">
92
<B>Class <A HREF="com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout">com.iver.templateLayout.AskAll</A> extends javax.swing.JPanel implements Serializable</B></FONT></TD>
93
</TR>
94
</TABLE>
95

  
96
<P>
97
<A NAME="serializedForm"><!-- --></A>
98
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
99
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
100
<TD COLSPAN=1><FONT SIZE="+2">
101
<B>Serialized Fields</B></FONT></TD>
102
</TR>
103
</TABLE>
104

  
105
<H3>
106
m_viewinfo</H3>
107
<PRE>
108
com.iver.andami.ui.mdiManager.ViewInfo <B>m_viewinfo</B></PRE>
109
<DL>
110
<DL>
111
</DL>
112
</DL>
113
<HR>
114

  
115
<H3>
116
jLabel</H3>
117
<PRE>
118
javax.swing.JLabel <B>jLabel</B></PRE>
119
<DL>
120
<DL>
121
</DL>
122
</DL>
123
<HR>
124

  
125
<H3>
126
jButton</H3>
127
<PRE>
128
javax.swing.JButton <B>jButton</B></PRE>
129
<DL>
130
<DL>
131
</DL>
132
</DL>
133
<HR>
134

  
135
<H3>
136
jButton1</H3>
137
<PRE>
138
javax.swing.JButton <B>jButton1</B></PRE>
139
<DL>
140
<DL>
141
</DL>
142
</DL>
143
<HR>
144

  
145
<H3>
146
printAll</H3>
147
<PRE>
148
boolean[] <B>printAll</B></PRE>
149
<DL>
150
<DL>
151
</DL>
152
</DL>
153
<HR>
154

  
155
<H3>
156
jPanel</H3>
157
<PRE>
158
javax.swing.JPanel <B>jPanel</B></PRE>
159
<DL>
160
<DL>
161
</DL>
162
</DL>
163
<HR>
164

  
165
<H3>
166
jButton2</H3>
167
<PRE>
168
javax.swing.JButton <B>jButton2</B></PRE>
169
<DL>
170
<DL>
171
</DL>
172
</DL>
173

  
174
<P>
175
<A NAME="com.iver.templateLayout.AskOne"><!-- --></A>
176
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
178
<TD COLSPAN=2><FONT SIZE="+2">
179
<B>Class <A HREF="com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout">com.iver.templateLayout.AskOne</A> extends javax.swing.JPanel implements Serializable</B></FONT></TD>
180
</TR>
181
</TABLE>
182

  
183
<P>
184
<A NAME="serializedForm"><!-- --></A>
185
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
187
<TD COLSPAN=1><FONT SIZE="+2">
188
<B>Serialized Fields</B></FONT></TD>
189
</TR>
190
</TABLE>
191

  
192
<H3>
193
m_viewinfo</H3>
194
<PRE>
195
com.iver.andami.ui.mdiManager.ViewInfo <B>m_viewinfo</B></PRE>
196
<DL>
197
<DL>
198
</DL>
199
</DL>
200
<HR>
201

  
202
<H3>
203
layout</H3>
204
<PRE>
205
com.iver.cit.gvsig.gui.layout.Layout <B>layout</B></PRE>
206
<DL>
207
<DL>
208
</DL>
209
</DL>
210
<HR>
211

  
212
<H3>
213
jLabel</H3>
214
<PRE>
215
javax.swing.JLabel <B>jLabel</B></PRE>
216
<DL>
217
<DL>
218
</DL>
219
</DL>
220
<HR>
221

  
222
<H3>
223
jButton</H3>
224
<PRE>
225
javax.swing.JButton <B>jButton</B></PRE>
226
<DL>
227
<DL>
228
</DL>
229
</DL>
230
<HR>
231

  
232
<H3>
233
jButton1</H3>
234
<PRE>
235
javax.swing.JButton <B>jButton1</B></PRE>
236
<DL>
237
<DL>
238
</DL>
239
</DL>
240

  
241
<P>
242
<HR>
243

  
244

  
245
<!-- ======= START OF BOTTOM NAVBAR ====== -->
246
<A NAME="navbar_bottom"><!-- --></A>
247
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
248
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
249
<TR>
250
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
251
<A NAME="navbar_bottom_firstrow"><!-- --></A>
252
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
253
  <TR ALIGN="center" VALIGN="top">
254
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
255
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
256
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
257
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
258
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
259
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
260
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
261
  </TR>
262
</TABLE>
263
</TD>
264
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
265
</EM>
266
</TD>
267
</TR>
268

  
269
<TR>
270
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
271
&nbsp;PREV&nbsp;
272
&nbsp;NEXT</FONT></TD>
273
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
274
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
275
&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
276
&nbsp;<SCRIPT type="text/javascript">
277
  <!--
278
  if(window==top) {
279
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
280
  }
281
  //-->
282
</SCRIPT>
283
<NOSCRIPT>
284
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
285
</NOSCRIPT>
286

  
287
</FONT></TD>
288
</TR>
289
</TABLE>
290
<A NAME="skip-navbar_bottom"></A>
291
<!-- ======== END OF BOTTOM NAVBAR ======= -->
292

  
293
<HR>
294

  
295
</BODY>
296
</HTML>
0 297

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/allclasses-frame.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
All Classes
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12

  
13

  
14
</HEAD>
15

  
16
<BODY BGCOLOR="white">
17
<FONT size="+1" CLASS="FrameHeadingFont">
18
<B>All Classes</B></FONT>
19
<BR>
20

  
21
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
22
<TR>
23
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout" target="classFrame">AskAll</A>
24
<BR>
25
<A HREF="com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout" target="classFrame">AskOne</A>
26
<BR>
27
<A HREF="com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout" target="classFrame">TemplateExtension</A>
28
<BR>
29
</FONT></TD>
30
</TR>
31
</TABLE>
32

  
33
</BODY>
34
</HTML>
0 35

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/packages.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7

  
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12

  
13

  
14
</HEAD>
15

  
16
<BODY BGCOLOR="white">
17

  
18
<BR>
19

  
20
<BR>
21

  
22
<BR>
23
<CENTER>
24
The front page has been relocated.Please see:
25
<BR>
26
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Frame version</A>
27
<BR>
28
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="com/iver/templateLayout/package-summary.html">Non-frame version.</A></CENTER>
29

  
30
</BODY>
31
</HTML>
0 32

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/overview-tree.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
Class Hierarchy
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="Class Hierarchy";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
42
</TABLE>
43
</TD>
44
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45
</EM>
46
</TD>
47
</TR>
48

  
49
<TR>
50
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
51
&nbsp;PREV&nbsp;
52
&nbsp;NEXT</FONT></TD>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
55
&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
56
&nbsp;<SCRIPT type="text/javascript">
57
  <!--
58
  if(window==top) {
59
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
60
  }
61
  //-->
62
</SCRIPT>
63
<NOSCRIPT>
64
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
65
</NOSCRIPT>
66

  
67
</FONT></TD>
68
</TR>
69
</TABLE>
70
<A NAME="skip-navbar_top"></A>
71
<!-- ========= END OF TOP NAVBAR ========= -->
72

  
73
<HR>
74
<CENTER>
75
<H2>
76
Hierarchy For All Packages</H2>
77
</CENTER>
78
<DL>
79
<DT><B>Package Hierarchies:</B><DD><A HREF="com/iver/templateLayout/package-tree.html">com.iver.templateLayout</A></DL>
80
<HR>
81
<H2>
82
Class Hierarchy
83
</H2>
84
<UL>
85
<LI TYPE="circle">class java.lang.Object<UL>
86
<LI TYPE="circle">class java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
87
<UL>
88
<LI TYPE="circle">class java.awt.Container<UL>
89
<LI TYPE="circle">class javax.swing.JComponent (implements java.io.Serializable)
90
<UL>
91
<LI TYPE="circle">class javax.swing.JPanel (implements javax.accessibility.Accessible)
92
<UL>
93
<LI TYPE="circle">class com.iver.templateLayout.<A HREF="com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout"><B>AskAll</B></A> (implements com.iver.andami.ui.mdiManager.View)
94
<LI TYPE="circle">class com.iver.templateLayout.<A HREF="com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout"><B>AskOne</B></A> (implements com.iver.andami.ui.mdiManager.View)
95
</UL>
96
</UL>
97
</UL>
98
</UL>
99
<LI TYPE="circle">class com.iver.templateLayout.<A HREF="com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout"><B>TemplateExtension</B></A> (implements com.iver.andami.plugins.Extension)
100
</UL>
101
</UL>
102
<HR>
103

  
104

  
105
<!-- ======= START OF BOTTOM NAVBAR ====== -->
106
<A NAME="navbar_bottom"><!-- --></A>
107
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
108
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
109
<TR>
110
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
111
<A NAME="navbar_bottom_firstrow"><!-- --></A>
112
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
113
  <TR ALIGN="center" VALIGN="top">
114
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
115
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
116
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
117
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
118
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
119
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
120
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
121
  </TR>
122
</TABLE>
123
</TD>
124
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
125
</EM>
126
</TD>
127
</TR>
128

  
129
<TR>
130
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
131
&nbsp;PREV&nbsp;
132
&nbsp;NEXT</FONT></TD>
133
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
134
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
135
&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
136
&nbsp;<SCRIPT type="text/javascript">
137
  <!--
138
  if(window==top) {
139
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
140
  }
141
  //-->
142
</SCRIPT>
143
<NOSCRIPT>
144
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
145
</NOSCRIPT>
146

  
147
</FONT></TD>
148
</TR>
149
</TABLE>
150
<A NAME="skip-navbar_bottom"></A>
151
<!-- ======== END OF BOTTOM NAVBAR ======= -->
152

  
153
<HR>
154

  
155
</BODY>
156
</HTML>
0 157

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/index-files/index-1.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
A-Index
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="A-Index";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
42
</TABLE>
43
</TD>
44
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45
</EM>
46
</TD>
47
</TR>
48

  
49
<TR>
50
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
51
&nbsp;PREV LETTER&nbsp;
52
&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
55
&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
56
&nbsp;<SCRIPT type="text/javascript">
57
  <!--
58
  if(window==top) {
59
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
60
  }
61
  //-->
62
</SCRIPT>
63
<NOSCRIPT>
64
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
65
</NOSCRIPT>
66

  
67
</FONT></TD>
68
</TR>
69
</TABLE>
70
<A NAME="skip-navbar_top"></A>
71
<!-- ========= END OF TOP NAVBAR ========= -->
72

  
73
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
74
<A NAME="_A_"><!-- --></A><H2>
75
<B>A</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout"><B>AskAll</B></A> - class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout">AskAll</A>.<DD>Clase que extiende JPanel e implementa View para poder a?adirse como una
78
 ventana m?s a la aplicaci?n.
79

  
80
<DT><A HREF="../com/iver/templateLayout/AskAll.html#AskAll(boolean[])"><B>AskAll(boolean[])</B></A> - 
81
Constructor for class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout">AskAll</A>
82
<DD>Constructor.
83
<DT><A HREF="../com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout"><B>AskOne</B></A> - class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout">AskOne</A>.<DD>Clase que extiende JPanel e implementa View para poder a?adirse como una
84
 ventana m?s a la aplicaci?n.
85

  
86
<DT><A HREF="../com/iver/templateLayout/AskOne.html#AskOne(com.iver.cit.gvsig.gui.layout.Layout)"><B>AskOne(Layout)</B></A> - 
87
Constructor for class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout">AskOne</A>
88
<DD>Constructor.
89
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#askAll()"><B>askAll()</B></A> - 
90
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
91
<DD>Abre el di?logo que pregunta si se quieren imprimir todas las fichas que
92
 se generan.
93
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#askOne()"><B>askOne()</B></A> - 
94
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
95
<DD>Abre el di?logo que pregunta si la ficha que se esta visualizando se
96
 quiere imprimir.
97
</DL>
98
<HR>
99

  
100

  
101
<!-- ======= START OF BOTTOM NAVBAR ====== -->
102
<A NAME="navbar_bottom"><!-- --></A>
103
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
104
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
105
<TR>
106
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
107
<A NAME="navbar_bottom_firstrow"><!-- --></A>
108
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
109
  <TR ALIGN="center" VALIGN="top">
110
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
111
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
112
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
113
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
114
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
115
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
116
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
117
  </TR>
118
</TABLE>
119
</TD>
120
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
121
</EM>
122
</TD>
123
</TR>
124

  
125
<TR>
126
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
127
&nbsp;PREV LETTER&nbsp;
128
&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
129
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
130
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
131
&nbsp;<A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
132
&nbsp;<SCRIPT type="text/javascript">
133
  <!--
134
  if(window==top) {
135
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
136
  }
137
  //-->
138
</SCRIPT>
139
<NOSCRIPT>
140
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
141
</NOSCRIPT>
142

  
143
</FONT></TD>
144
</TR>
145
</TABLE>
146
<A NAME="skip-navbar_bottom"></A>
147
<!-- ======== END OF BOTTOM NAVBAR ======= -->
148

  
149
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
150

  
151
</BODY>
152
</HTML>
0 153

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/index-files/index-2.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
C-Index
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="C-Index";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
42
</TABLE>
43
</TD>
44
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45
</EM>
46
</TD>
47
</TR>
48

  
49
<TR>
50
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
51
&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
55
&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
56
&nbsp;<SCRIPT type="text/javascript">
57
  <!--
58
  if(window==top) {
59
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
60
  }
61
  //-->
62
</SCRIPT>
63
<NOSCRIPT>
64
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
65
</NOSCRIPT>
66

  
67
</FONT></TD>
68
</TR>
69
</TABLE>
70
<A NAME="skip-navbar_top"></A>
71
<!-- ========= END OF TOP NAVBAR ========= -->
72

  
73
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
74
<A NAME="_C_"><!-- --></A><H2>
75
<B>C</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/package-summary.html"><B>com.iver.templateLayout</B></A> - package com.iver.templateLayout<DD>&nbsp;</DL>
78
<HR>
79

  
80

  
81
<!-- ======= START OF BOTTOM NAVBAR ====== -->
82
<A NAME="navbar_bottom"><!-- --></A>
83
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
84
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
85
<TR>
86
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
87
<A NAME="navbar_bottom_firstrow"><!-- --></A>
88
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
89
  <TR ALIGN="center" VALIGN="top">
90
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
91
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
92
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
93
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
94
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
95
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
96
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
97
  </TR>
98
</TABLE>
99
</TD>
100
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
101
</EM>
102
</TD>
103
</TR>
104

  
105
<TR>
106
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
107
&nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp;
108
&nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD>
109
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
110
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
111
&nbsp;<A HREF="index-2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
112
&nbsp;<SCRIPT type="text/javascript">
113
  <!--
114
  if(window==top) {
115
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
116
  }
117
  //-->
118
</SCRIPT>
119
<NOSCRIPT>
120
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
121
</NOSCRIPT>
122

  
123
</FONT></TD>
124
</TR>
125
</TABLE>
126
<A NAME="skip-navbar_bottom"></A>
127
<!-- ======== END OF BOTTOM NAVBAR ======= -->
128

  
129
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
130

  
131
</BODY>
132
</HTML>
0 133

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/index-files/index-3.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
E-Index
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="E-Index";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
42
</TABLE>
43
</TD>
44
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45
</EM>
46
</TD>
47
</TR>
48

  
49
<TR>
50
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
51
&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
55
&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
56
&nbsp;<SCRIPT type="text/javascript">
57
  <!--
58
  if(window==top) {
59
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
60
  }
61
  //-->
62
</SCRIPT>
63
<NOSCRIPT>
64
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
65
</NOSCRIPT>
66

  
67
</FONT></TD>
68
</TR>
69
</TABLE>
70
<A NAME="skip-navbar_top"></A>
71
<!-- ========= END OF TOP NAVBAR ========= -->
72

  
73
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
74
<A NAME="_E_"><!-- --></A><H2>
75
<B>E</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#execute(java.lang.String)"><B>execute(String)</B></A> - 
78
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
79
<DD>&nbsp;
80
</DL>
81
<HR>
82

  
83

  
84
<!-- ======= START OF BOTTOM NAVBAR ====== -->
85
<A NAME="navbar_bottom"><!-- --></A>
86
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
87
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
88
<TR>
89
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
90
<A NAME="navbar_bottom_firstrow"><!-- --></A>
91
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
92
  <TR ALIGN="center" VALIGN="top">
93
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
94
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
95
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
96
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
97
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
98
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
99
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
100
  </TR>
101
</TABLE>
102
</TD>
103
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
104
</EM>
105
</TD>
106
</TR>
107

  
108
<TR>
109
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
110
&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
111
&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
112
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
114
&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
115
&nbsp;<SCRIPT type="text/javascript">
116
  <!--
117
  if(window==top) {
118
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
119
  }
120
  //-->
121
</SCRIPT>
122
<NOSCRIPT>
123
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
124
</NOSCRIPT>
125

  
126
</FONT></TD>
127
</TR>
128
</TABLE>
129
<A NAME="skip-navbar_bottom"></A>
130
<!-- ======== END OF BOTTOM NAVBAR ======= -->
131

  
132
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
133

  
134
</BODY>
135
</HTML>
0 136

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/index-files/index-4.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
G-Index
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="G-Index";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
42
</TABLE>
43
</TD>
44
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
45
</EM>
46
</TD>
47
</TR>
48

  
49
<TR>
50
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
51
&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
55
&nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
56
&nbsp;<SCRIPT type="text/javascript">
57
  <!--
58
  if(window==top) {
59
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
60
  }
61
  //-->
62
</SCRIPT>
63
<NOSCRIPT>
64
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
65
</NOSCRIPT>
66

  
67
</FONT></TD>
68
</TR>
69
</TABLE>
70
<A NAME="skip-navbar_top"></A>
71
<!-- ========= END OF TOP NAVBAR ========= -->
72

  
73
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
74
<A NAME="_G_"><!-- --></A><H2>
75
<B>G</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/AskAll.html#getViewInfo()"><B>getViewInfo()</B></A> - 
78
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/AskAll.html" title="class in com.iver.templateLayout">AskAll</A>
79
<DD>&nbsp;
80
<DT><A HREF="../com/iver/templateLayout/AskOne.html#getViewInfo()"><B>getViewInfo()</B></A> - 
81
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/AskOne.html" title="class in com.iver.templateLayout">AskOne</A>
82
<DD>&nbsp;
83
</DL>
84
<HR>
85

  
86

  
87
<!-- ======= START OF BOTTOM NAVBAR ====== -->
88
<A NAME="navbar_bottom"><!-- --></A>
89
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
90
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
91
<TR>
92
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
93
<A NAME="navbar_bottom_firstrow"><!-- --></A>
94
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
95
  <TR ALIGN="center" VALIGN="top">
96
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
97
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
98
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
99
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
102
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103
  </TR>
104
</TABLE>
105
</TD>
106
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107
</EM>
108
</TD>
109
</TR>
110

  
111
<TR>
112
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113
&nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
114
&nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
115
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
117
&nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
118
&nbsp;<SCRIPT type="text/javascript">
119
  <!--
120
  if(window==top) {
121
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
122
  }
123
  //-->
124
</SCRIPT>
125
<NOSCRIPT>
126
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
127
</NOSCRIPT>
128

  
129
</FONT></TD>
130
</TR>
131
</TABLE>
132
<A NAME="skip-navbar_bottom"></A>
133
<!-- ======== END OF BOTTOM NAVBAR ======= -->
134

  
135
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">T</A> <A HREF="index-7.html">V</A> <HR>
136

  
137
</BODY>
138
</HTML>
0 139

  
tags/gvsig_topologia-0_1_0-1235/examples/exaTemplateLayout/javadoc/index-files/index-5.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_05) on Tue Dec 28 16:03:22 CET 2004 -->
6
<TITLE>
7
I-Index
8
</TITLE>
9

  
10

  
11
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
12

  
13
<SCRIPT type="text/javascript">
14
function windowTitle()
15
{
16
    parent.document.title="I-Index";
17
}
18
</SCRIPT>
19

  
20
</HEAD>
21

  
22
<BODY BGCOLOR="white" onload="windowTitle();">
23

  
24

  
25
<!-- ========= START OF TOP NAVBAR ======= -->
26
<A NAME="navbar_top"><!-- --></A>
27
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
28
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
29
<TR>
30
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
31
<A NAME="navbar_top_firstrow"><!-- --></A>
32
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
33
  <TR ALIGN="center" VALIGN="top">
34
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../com/iver/templateLayout/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
41
  </TR>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff