root / mt4j-core / doc / org / mt4j / input / inputSources / AbstractInputSource.html @ 508

View | Annotate | Download (18.2 KB)

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.6.0_23) on Thu Mar 31 17:56:21 CEST 2011 -->
6
<TITLE>
7
AbstractInputSource
8
</TITLE>
9
10
<META NAME="date" CONTENT="2011-03-31">
11
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    if (location.href.indexOf('is-external=true') == -1) {
18
        parent.document.title="AbstractInputSource";
19
    }
20
}
21
</SCRIPT>
22
<NOSCRIPT>
23
</NOSCRIPT>
24
25
</HEAD>
26
27
<BODY BGCOLOR="white" onload="windowTitle();">
28
<HR>
29
30
31
<!-- ========= START OF TOP NAVBAR ======= -->
32
<A NAME="navbar_top"><!-- --></A>
33
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
<TR>
36
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
<A NAME="navbar_top_firstrow"><!-- --></A>
38
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
  <TR ALIGN="center" VALIGN="top">
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AbstractInputSource.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
47
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48
  </TR>
49
</TABLE>
50
</TD>
51
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52
</EM>
53
</TD>
54
</TR>
55
56
<TR>
57
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58
&nbsp;PREV CLASS&nbsp;
59
&nbsp;<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources"><B>NEXT CLASS</B></A></FONT></TD>
60
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61
  <A HREF="../../../../index.html?org/mt4j/input/inputSources/AbstractInputSource.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62
&nbsp;<A HREF="AbstractInputSource.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63
&nbsp;<SCRIPT type="text/javascript">
64
  <!--
65
  if(window==top) {
66
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
67
  }
68
  //-->
69
</SCRIPT>
70
<NOSCRIPT>
71
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
72
</NOSCRIPT>
73
74
75
</FONT></TD>
76
</TR>
77
<TR>
78
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82
</TR>
83
</TABLE>
84
<A NAME="skip-navbar_top"></A>
85
<!-- ========= END OF TOP NAVBAR ========= -->
86
87
<HR>
88
<!-- ======== START OF CLASS DATA ======== -->
89
<H2>
90
<FONT SIZE="-1">
91
org.mt4j.input.inputSources</FONT>
92
<BR>
93
Class AbstractInputSource</H2>
94
<PRE>
95
java.lang.Object
96
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.mt4j.input.inputSources.AbstractInputSource</B>
97
</PRE>
98
<DL>
99
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html" title="interface in org.mt4j.sceneManagement">IPreDrawAction</A></DD>
100
</DL>
101
<HR>
102
<DL>
103
<DT><PRE>public abstract class <B>AbstractInputSource</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html" title="interface in org.mt4j.sceneManagement">IPreDrawAction</A></DL>
104
</PRE>
105
106
<P>
107
An abstract superclass for the abstraction of input sources.
108
 Input source listener can listen to events from the inputsource.
109
<P>
110
111
<P>
112
<DL>
113
<DT><B>Author:</B></DT>
114
  <DD>Christopher Ruff</DD>
115
</DL>
116
<HR>
117
118
<P>
119
120
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
121
122
<A NAME="constructor_summary"><!-- --></A>
123
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126
<B>Constructor Summary</B></FONT></TH>
127
</TR>
128
<TR BGCOLOR="white" CLASS="TableRowColor">
129
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#AbstractInputSource(org.mt4j.AbstractMTApplication)">AbstractInputSource</A></B>(<A HREF="../../../../org/mt4j/AbstractMTApplication.html" title="class in org.mt4j">AbstractMTApplication</A>&nbsp;mtApp)</CODE>
130
131
<BR>
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiates a new abstract input source.</TD>
133
</TR>
134
</TABLE>
135
&nbsp;
136
<!-- ========== METHOD SUMMARY =========== -->
137
138
<A NAME="method_summary"><!-- --></A>
139
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
141
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
142
<B>Method Summary</B></FONT></TH>
143
</TR>
144
<TR BGCOLOR="white" CLASS="TableRowColor">
145
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146
<CODE>&nbsp;void</CODE></FONT></TD>
147
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#addInputListener(org.mt4j.input.inputSources.IinputSourceListener)">addInputListener</A></B>(<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources">IinputSourceListener</A>&nbsp;listener)</CODE>
148
149
<BR>
150
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the input listener.</TD>
151
</TR>
152
<TR BGCOLOR="white" CLASS="TableRowColor">
153
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154
<CODE>&nbsp;void</CODE></FONT></TD>
155
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#flushEvents()">flushEvents</A></B>()</CODE>
156
157
<BR>
158
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flushes the events.</TD>
159
</TR>
160
<TR BGCOLOR="white" CLASS="TableRowColor">
161
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162
<CODE>&nbsp;<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources">IinputSourceListener</A>[]</CODE></FONT></TD>
163
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#getInputListeners()">getInputListeners</A></B>()</CODE>
164
165
<BR>
166
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the input listeners.</TD>
167
</TR>
168
<TR BGCOLOR="white" CLASS="TableRowColor">
169
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170
<CODE>&nbsp;boolean</CODE></FONT></TD>
171
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#isLoop()">isLoop</A></B>()</CODE>
172
173
<BR>
174
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if is loop.</TD>
175
</TR>
176
<TR BGCOLOR="white" CLASS="TableRowColor">
177
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178
<CODE>&nbsp;void</CODE></FONT></TD>
179
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#onRegistered()">onRegistered</A></B>()</CODE>
180
181
<BR>
182
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called by the inputmanager when this inputsource is registered with the application.</TD>
183
</TR>
184
<TR BGCOLOR="white" CLASS="TableRowColor">
185
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186
<CODE>&nbsp;void</CODE></FONT></TD>
187
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#onUnregistered()">onUnregistered</A></B>()</CODE>
188
189
<BR>
190
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called by the inputmanager when this inputsource is unregistered from the application
191
 This method should not be invoked directly!</TD>
192
</TR>
193
<TR BGCOLOR="white" CLASS="TableRowColor">
194
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195
<CODE>&nbsp;void</CODE></FONT></TD>
196
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#pre()">pre</A></B>()</CODE>
197
198
<BR>
199
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The input events have to be fired in processings (and openGL's) thread.</TD>
200
</TR>
201
<TR BGCOLOR="white" CLASS="TableRowColor">
202
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203
<CODE>&nbsp;void</CODE></FONT></TD>
204
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#processAction()">processAction</A></B>()</CODE>
205
206
<BR>
207
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process action.</TD>
208
</TR>
209
<TR BGCOLOR="white" CLASS="TableRowColor">
210
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211
<CODE>&nbsp;void</CODE></FONT></TD>
212
<TD><CODE><B><A HREF="../../../../org/mt4j/input/inputSources/AbstractInputSource.html#removeInputListener(org.mt4j.input.inputSources.IinputSourceListener)">removeInputListener</A></B>(<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources">IinputSourceListener</A>&nbsp;listener)</CODE>
213
214
<BR>
215
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the input listener.</TD>
216
</TR>
217
</TABLE>
218
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
219
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
221
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
222
</TR>
223
<TR BGCOLOR="white" CLASS="TableRowColor">
224
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
225
</TR>
226
</TABLE>
227
&nbsp;
228
<P>
229
230
<!-- ========= CONSTRUCTOR DETAIL ======== -->
231
232
<A NAME="constructor_detail"><!-- --></A>
233
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
235
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
236
<B>Constructor Detail</B></FONT></TH>
237
</TR>
238
</TABLE>
239
240
<A NAME="AbstractInputSource(org.mt4j.AbstractMTApplication)"><!-- --></A><H3>
241
AbstractInputSource</H3>
242
<PRE>
243
public <B>AbstractInputSource</B>(<A HREF="../../../../org/mt4j/AbstractMTApplication.html" title="class in org.mt4j">AbstractMTApplication</A>&nbsp;mtApp)</PRE>
244
<DL>
245
<DD>Instantiates a new abstract input source.
246
<P>
247
<DL>
248
<DT><B>Parameters:</B><DD><CODE>mtApp</CODE> - the mt app</DL>
249
</DL>
250
251
<!-- ============ METHOD DETAIL ========== -->
252
253
<A NAME="method_detail"><!-- --></A>
254
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
255
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
256
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
257
<B>Method Detail</B></FONT></TH>
258
</TR>
259
</TABLE>
260
261
<A NAME="onRegistered()"><!-- --></A><H3>
262
onRegistered</H3>
263
<PRE>
264
public void <B>onRegistered</B>()</PRE>
265
<DL>
266
<DD>Called by the inputmanager when this inputsource is registered with the application.
267
 This method should not be invoked directly!
268
<P>
269
<DD><DL>
270
</DL>
271
</DD>
272
<DD><DL>
273
</DL>
274
</DD>
275
</DL>
276
<HR>
277
278
<A NAME="onUnregistered()"><!-- --></A><H3>
279
onUnregistered</H3>
280
<PRE>
281
public void <B>onUnregistered</B>()</PRE>
282
<DL>
283
<DD>Called by the inputmanager when this inputsource is unregistered from the application
284
 This method should not be invoked directly!
285
<P>
286
<DD><DL>
287
</DL>
288
</DD>
289
<DD><DL>
290
</DL>
291
</DD>
292
</DL>
293
<HR>
294
295
<A NAME="processAction()"><!-- --></A><H3>
296
processAction</H3>
297
<PRE>
298
public void <B>processAction</B>()</PRE>
299
<DL>
300
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html#processAction()">IPreDrawAction</A></CODE></B></DD>
301
<DD>Process action.
302
<P>
303
<DD><DL>
304
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html#processAction()">processAction</A></CODE> in interface <CODE><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html" title="interface in org.mt4j.sceneManagement">IPreDrawAction</A></CODE></DL>
305
</DD>
306
<DD><DL>
307
</DL>
308
</DD>
309
</DL>
310
<HR>
311
312
<A NAME="isLoop()"><!-- --></A><H3>
313
isLoop</H3>
314
<PRE>
315
public boolean <B>isLoop</B>()</PRE>
316
<DL>
317
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html#isLoop()">IPreDrawAction</A></CODE></B></DD>
318
<DD>Checks if is loop.
319
<P>
320
<DD><DL>
321
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html#isLoop()">isLoop</A></CODE> in interface <CODE><A HREF="../../../../org/mt4j/sceneManagement/IPreDrawAction.html" title="interface in org.mt4j.sceneManagement">IPreDrawAction</A></CODE></DL>
322
</DD>
323
<DD><DL>
324
325
<DT><B>Returns:</B><DD>true, if is loop</DL>
326
</DD>
327
</DL>
328
<HR>
329
330
<A NAME="pre()"><!-- --></A><H3>
331
pre</H3>
332
<PRE>
333
public void <B>pre</B>()</PRE>
334
<DL>
335
<DD>The input events have to be fired in processings (and openGL's) thread.
336
 Called by processing. This method should not be invoked directly!
337
<P>
338
<DD><DL>
339
</DL>
340
</DD>
341
<DD><DL>
342
</DL>
343
</DD>
344
</DL>
345
<HR>
346
347
<A NAME="flushEvents()"><!-- --></A><H3>
348
flushEvents</H3>
349
<PRE>
350
public void <B>flushEvents</B>()</PRE>
351
<DL>
352
<DD>Flushes the events.
353
 <p>NOTE: not threadsafe! Has to be called in the opengl thread if in opengl mode!
354
<P>
355
<DD><DL>
356
</DL>
357
</DD>
358
<DD><DL>
359
</DL>
360
</DD>
361
</DL>
362
<HR>
363
364
<A NAME="addInputListener(org.mt4j.input.inputSources.IinputSourceListener)"><!-- --></A><H3>
365
addInputListener</H3>
366
<PRE>
367
public void <B>addInputListener</B>(<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources">IinputSourceListener</A>&nbsp;listener)</PRE>
368
<DL>
369
<DD>Adds the input listener.
370
<P>
371
<DD><DL>
372
</DL>
373
</DD>
374
<DD><DL>
375
<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the listener</DL>
376
</DD>
377
</DL>
378
<HR>
379
380
<A NAME="removeInputListener(org.mt4j.input.inputSources.IinputSourceListener)"><!-- --></A><H3>
381
removeInputListener</H3>
382
<PRE>
383
public void <B>removeInputListener</B>(<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources">IinputSourceListener</A>&nbsp;listener)</PRE>
384
<DL>
385
<DD>Removes the input listener.
386
<P>
387
<DD><DL>
388
</DL>
389
</DD>
390
<DD><DL>
391
<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the listener</DL>
392
</DD>
393
</DL>
394
<HR>
395
396
<A NAME="getInputListeners()"><!-- --></A><H3>
397
getInputListeners</H3>
398
<PRE>
399
public <A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources">IinputSourceListener</A>[] <B>getInputListeners</B>()</PRE>
400
<DL>
401
<DD>Gets the input listeners.
402
<P>
403
<DD><DL>
404
</DL>
405
</DD>
406
<DD><DL>
407
408
<DT><B>Returns:</B><DD>the input listeners</DL>
409
</DD>
410
</DL>
411
<!-- ========= END OF CLASS DATA ========= -->
412
<HR>
413
414
415
<!-- ======= START OF BOTTOM NAVBAR ====== -->
416
<A NAME="navbar_bottom"><!-- --></A>
417
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
418
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
419
<TR>
420
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
421
<A NAME="navbar_bottom_firstrow"><!-- --></A>
422
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
423
  <TR ALIGN="center" VALIGN="top">
424
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
425
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
426
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
427
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AbstractInputSource.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
428
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
429
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
430
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
431
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
432
  </TR>
433
</TABLE>
434
</TD>
435
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
436
</EM>
437
</TD>
438
</TR>
439
440
<TR>
441
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
442
&nbsp;PREV CLASS&nbsp;
443
&nbsp;<A HREF="../../../../org/mt4j/input/inputSources/IinputSourceListener.html" title="interface in org.mt4j.input.inputSources"><B>NEXT CLASS</B></A></FONT></TD>
444
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
445
  <A HREF="../../../../index.html?org/mt4j/input/inputSources/AbstractInputSource.html" target="_top"><B>FRAMES</B></A>  &nbsp;
446
&nbsp;<A HREF="AbstractInputSource.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
447
&nbsp;<SCRIPT type="text/javascript">
448
  <!--
449
  if(window==top) {
450
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
451
  }
452
  //-->
453
</SCRIPT>
454
<NOSCRIPT>
455
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
456
</NOSCRIPT>
457
458
459
</FONT></TD>
460
</TR>
461
<TR>
462
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
463
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
464
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
465
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
466
</TR>
467
</TABLE>
468
<A NAME="skip-navbar_bottom"></A>
469
<!-- ======== END OF BOTTOM NAVBAR ======= -->
470
471
<HR>
472
473
</BODY>
474
</HTML>