Revision 20883

View differences:

branches/v2_0_0_prep/examples/exaTemplateLayout/.cvsignore
1
bin
0 2

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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

  
branches/v2_0_0_prep/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>
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-4.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;<A HREF="index-6.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-5.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="_I_"><!-- --></A><H2>
75
<B>I</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#inicializar()"><B>inicializar()</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
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#isEnabled()"><B>isEnabled()</B></A> - 
81
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
82
<DD>&nbsp;
83
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#isVisible()"><B>isVisible()</B></A> - 
84
Method in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
85
<DD>&nbsp;
86
</DL>
87
<HR>
88

  
89

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

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

  
132
</FONT></TD>
133
</TR>
134
</TABLE>
135
<A NAME="skip-navbar_bottom"></A>
136
<!-- ======== END OF BOTTOM NAVBAR ======= -->
137

  
138
<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>
139

  
140
</BODY>
141
</HTML>
0 142

  
branches/v2_0_0_prep/examples/exaTemplateLayout/javadoc/index-files/index-6.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
T-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="T-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-5.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;<A HREF="index-7.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-6.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="_T_"><!-- --></A><H2>
75
<B>T</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout"><B>TemplateExtension</B></A> - class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>.<DD>Extensi?n de ejemplo que genera una ficha por cada shape seleccionado,
78
 cambiando los tag por su valor en la tabla.<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#TemplateExtension()"><B>TemplateExtension()</B></A> - 
79
Constructor for class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
80
<DD>&nbsp;
81
</DL>
82
<HR>
83

  
84

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

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

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

  
133
<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>
134

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

  
branches/v2_0_0_prep/examples/exaTemplateLayout/javadoc/index-files/index-7.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
V-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="V-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-6.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;NEXT LETTER</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-7.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="_V_"><!-- --></A><H2>
75
<B>V</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/AskAll.html#viewActivated()"><B>viewActivated()</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#viewActivated()"><B>viewActivated()</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-6.html"><B>PREV LETTER</B></A>&nbsp;
114
&nbsp;NEXT LETTER</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-7.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

  
branches/v2_0_0_prep/examples/exaTemplateLayout/javadoc/index-files/index-8.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 15:59:43 CET 2004 -->
6
<TITLE>
7
P-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="P-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="../overview-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-7.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;<A HREF="index-9.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-8.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">F</A> <A HREF="index-5.html">H</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">L</A> <A HREF="index-8.html">P</A> <A HREF="index-9.html">T</A> <HR>
74
<A NAME="_P_"><!-- --></A><H2>
75
<B>P</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#printAll"><B>printAll</B></A> - 
78
Variable in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
79
<DD>&nbsp;
80
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#printExtension"><B>printExtension</B></A> - 
81
Variable in class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</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="../overview-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-7.html"><B>PREV LETTER</B></A>&nbsp;
114
&nbsp;<A HREF="index-9.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-8.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">F</A> <A HREF="index-5.html">H</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">L</A> <A HREF="index-8.html">P</A> <A HREF="index-9.html">T</A> <HR>
136

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

  
branches/v2_0_0_prep/examples/exaTemplateLayout/javadoc/index-files/index-9.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 15:59:43 CET 2004 -->
6
<TITLE>
7
T-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="T-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="../overview-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-8.html"><B>PREV LETTER</B></A>&nbsp;
52
&nbsp;NEXT LETTER</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-9.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">F</A> <A HREF="index-5.html">H</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">L</A> <A HREF="index-8.html">P</A> <A HREF="index-9.html">T</A> <HR>
74
<A NAME="_T_"><!-- --></A><H2>
75
<B>T</B></H2>
76
<DL>
77
<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout"><B>TemplateExtension</B></A> - class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>.<DD>Extensi?n de ejemplo que genera una ficha por cada shape seleccionado,
78
 cambiando los tag por su valor en la tabla.<DT><A HREF="../com/iver/templateLayout/TemplateExtension.html#TemplateExtension()"><B>TemplateExtension()</B></A> - 
79
Constructor for class com.iver.templateLayout.<A HREF="../com/iver/templateLayout/TemplateExtension.html" title="class in com.iver.templateLayout">TemplateExtension</A>
80
<DD>&nbsp;
81
</DL>
82
<HR>
83

  
84

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

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

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

  
133
<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">F</A> <A HREF="index-5.html">H</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">L</A> <A HREF="index-8.html">P</A> <A HREF="index-9.html">T</A> <HR>
134

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

  
branches/v2_0_0_prep/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

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff