/[hyperestraier]/upstream/0.5.3/doc/japidoc/estraier/Creator.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /upstream/0.5.3/doc/japidoc/estraier/Creator.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Wed Aug 3 15:25:48 2005 UTC (18 years, 9 months ago) by dpavlin
File MIME type: text/html
File size: 9539 byte(s)
import of upstream 0.5.3

1 dpavlin 10 <!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_06) on Mon Aug 01 00:51:52 JST 2005 -->
6     <TITLE>
7     Creator (estraier)
8     </TITLE>
9    
10     <META NAME="keywords" CONTENT="estraier.Creator interface">
11    
12     <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
13    
14     <SCRIPT type="text/javascript">
15     function windowTitle()
16     {
17     parent.document.title="Creator (estraier)";
18     }
19     </SCRIPT>
20    
21     </HEAD>
22    
23     <BODY BGCOLOR="white" onload="windowTitle();">
24    
25    
26     <!-- ========= START OF TOP NAVBAR ======= -->
27     <A NAME="navbar_top"><!-- --></A>
28     <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29     <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30     <TR>
31     <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32     <A NAME="navbar_top_firstrow"><!-- --></A>
33     <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34     <TR ALIGN="center" VALIGN="top">
35     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37     <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
40     </TR>
41     </TABLE>
42     </TD>
43     <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
44     </EM>
45     </TD>
46     </TR>
47    
48     <TR>
49     <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
50     &nbsp;<A HREF="../estraier/Condition.html" title="interface in estraier"><B>PREV CLASS</B></A>&nbsp;
51     &nbsp;<A HREF="../estraier/CreatorImpl.html" title="class in estraier"><B>NEXT CLASS</B></A></FONT></TD>
52     <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53     <A HREF="../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
54     &nbsp;<A HREF="Creator.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
55     &nbsp;<SCRIPT type="text/javascript">
56     <!--
57     if(window==top) {
58     document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
59     }
60     //-->
61     </SCRIPT>
62     <NOSCRIPT>
63     <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
64     </NOSCRIPT>
65    
66     </FONT></TD>
67     </TR>
68     <TR>
69     <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
70     SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
71     <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72     DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
73     </TR>
74     </TABLE>
75     <A NAME="skip-navbar_top"></A>
76     <!-- ========= END OF TOP NAVBAR ========= -->
77    
78     <HR>
79     <!-- ======== START OF CLASS DATA ======== -->
80     <H2>
81     <FONT SIZE="-1">
82     estraier</FONT>
83     <BR>
84     Interface Creator</H2>
85     <DL>
86     <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../estraier/CreatorImpl.html" title="class in estraier">CreatorImpl</A></DD>
87     </DL>
88     <HR>
89     <DL>
90     <DT>public interface <B>Creator</B></DL>
91    
92     <P>
93     Abstraction of factory methods.
94     <P>
95    
96     <P>
97     <HR>
98    
99     <P>
100     <!-- ======== NESTED CLASS SUMMARY ======== -->
101    
102    
103     <!-- =========== FIELD SUMMARY =========== -->
104    
105    
106     <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107    
108    
109     <!-- ========== METHOD SUMMARY =========== -->
110    
111     <A NAME="method_summary"><!-- --></A>
112     <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113     <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114     <TD COLSPAN=2><FONT SIZE="+2">
115     <B>Method Summary</B></FONT></TD>
116     </TR>
117     <TR BGCOLOR="white" CLASS="TableRowColor">
118     <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
119     <CODE>&nbsp;<A HREF="../estraier/Condition.html" title="interface in estraier">Condition</A></CODE></FONT></TD>
120     <TD><CODE><B><A HREF="../estraier/Creator.html#create_condition()">create_condition</A></B>()</CODE>
121    
122     <BR>
123     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a condition object.</TD>
124     </TR>
125     <TR BGCOLOR="white" CLASS="TableRowColor">
126     <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
127     <CODE>&nbsp;<A HREF="../estraier/Document.html" title="interface in estraier">Document</A></CODE></FONT></TD>
128     <TD><CODE><B><A HREF="../estraier/Creator.html#create_document()">create_document</A></B>()</CODE>
129    
130     <BR>
131     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a document object.</TD>
132     </TR>
133     <TR BGCOLOR="white" CLASS="TableRowColor">
134     <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
135     <CODE>&nbsp;<A HREF="../estraier/Document.html" title="interface in estraier">Document</A></CODE></FONT></TD>
136     <TD><CODE><B><A HREF="../estraier/Creator.html#create_document(java.lang.String)">create_document</A></B>(java.lang.String&nbsp;draft)</CODE>
137    
138     <BR>
139     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a document object made from draft data.</TD>
140     </TR>
141     <TR BGCOLOR="white" CLASS="TableRowColor">
142     <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143     <CODE>&nbsp;<A HREF="../estraier/Node.html" title="interface in estraier">Node</A></CODE></FONT></TD>
144     <TD><CODE><B><A HREF="../estraier/Creator.html#create_node()">create_node</A></B>()</CODE>
145    
146     <BR>
147     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a node connection object.</TD>
148     </TR>
149     </TABLE>
150     &nbsp;
151     <P>
152    
153     <!-- ============ FIELD DETAIL =========== -->
154    
155    
156     <!-- ========= CONSTRUCTOR DETAIL ======== -->
157    
158    
159     <!-- ============ METHOD DETAIL ========== -->
160    
161     <A NAME="method_detail"><!-- --></A>
162     <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163     <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
164     <TD COLSPAN=1><FONT SIZE="+2">
165     <B>Method Detail</B></FONT></TD>
166     </TR>
167     </TABLE>
168    
169     <A NAME="create_condition()"><!-- --></A><H3>
170     create_condition</H3>
171     <PRE>
172     public <A HREF="../estraier/Condition.html" title="interface in estraier">Condition</A> <B>create_condition</B>()</PRE>
173     <DL>
174     <DD>Create a condition object.
175     <P>
176     <DD><DL>
177    
178     <DT><B>Returns:</B><DD>a condition object.</DL>
179     </DD>
180     </DL>
181     <HR>
182    
183     <A NAME="create_document()"><!-- --></A><H3>
184     create_document</H3>
185     <PRE>
186     public <A HREF="../estraier/Document.html" title="interface in estraier">Document</A> <B>create_document</B>()</PRE>
187     <DL>
188     <DD>Create a document object.
189     <P>
190     <DD><DL>
191    
192     <DT><B>Returns:</B><DD>a document object.</DL>
193     </DD>
194     </DL>
195     <HR>
196    
197     <A NAME="create_document(java.lang.String)"><!-- --></A><H3>
198     create_document</H3>
199     <PRE>
200     public <A HREF="../estraier/Document.html" title="interface in estraier">Document</A> <B>create_document</B>(java.lang.String&nbsp;draft)</PRE>
201     <DL>
202     <DD>Create a document object made from draft data.
203     <P>
204     <DD><DL>
205    
206     <DT><B>Returns:</B><DD>a document object.</DL>
207     </DD>
208     </DL>
209     <HR>
210    
211     <A NAME="create_node()"><!-- --></A><H3>
212     create_node</H3>
213     <PRE>
214     public <A HREF="../estraier/Node.html" title="interface in estraier">Node</A> <B>create_node</B>()</PRE>
215     <DL>
216     <DD>Create a node connection object.
217     <P>
218     <DD><DL>
219    
220     <DT><B>Returns:</B><DD>a node connection object.</DL>
221     </DD>
222     </DL>
223     <!-- ========= END OF CLASS DATA ========= -->
224     <HR>
225    
226    
227     <!-- ======= START OF BOTTOM NAVBAR ====== -->
228     <A NAME="navbar_bottom"><!-- --></A>
229     <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
230     <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
231     <TR>
232     <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
233     <A NAME="navbar_bottom_firstrow"><!-- --></A>
234     <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
235     <TR ALIGN="center" VALIGN="top">
236     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
237     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
238     <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
239     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
240     <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
241     </TR>
242     </TABLE>
243     </TD>
244     <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
245     </EM>
246     </TD>
247     </TR>
248    
249     <TR>
250     <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
251     &nbsp;<A HREF="../estraier/Condition.html" title="interface in estraier"><B>PREV CLASS</B></A>&nbsp;
252     &nbsp;<A HREF="../estraier/CreatorImpl.html" title="class in estraier"><B>NEXT CLASS</B></A></FONT></TD>
253     <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
254     <A HREF="../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
255     &nbsp;<A HREF="Creator.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
256     &nbsp;<SCRIPT type="text/javascript">
257     <!--
258     if(window==top) {
259     document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
260     }
261     //-->
262     </SCRIPT>
263     <NOSCRIPT>
264     <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
265     </NOSCRIPT>
266    
267     </FONT></TD>
268     </TR>
269     <TR>
270     <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
271     SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
272     <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
273     DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
274     </TR>
275     </TABLE>
276     <A NAME="skip-navbar_bottom"></A>
277     <!-- ======== END OF BOTTOM NAVBAR ======= -->
278    
279     <HR>
280    
281     </BODY>
282     </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26