Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<TITLE>
6
Listener
7
</TITLE>
8
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
9
</HEAD>
10
<SCRIPT>
11
function asd()
12
{
13
parent.document.title="Listener";
14
}
15
</SCRIPT>
16
<BODY BGCOLOR="white" onload="asd();">
17

    
18
<!-- ========== START OF NAVBAR ========== -->
19
<A NAME="navbar_bottom"><!-- --></A>
20
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
21
<TR>
22
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
23
<A NAME="navbar_bottom_firstrow"><!-- --></A>
24
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
25
  <TR ALIGN="center" VALIGN="top">
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">  <A HREF="overview-summary-Listener.js.html"><FONT CLASS="NavBarFont1"><B>File</B></FONT></A>&nbsp;</TD>
28
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev">&nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
29
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
30
  <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"-->    <!--A HREF="deprecated-list.html"--><!--FONT CLASS="NavBarFont1">Deprecated</FONT--><!--/A--><!--&nbsp;</TD-->
31
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"--><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
32
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
33
  </TR>
34
</TABLE>
35
</TD>
36
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
37
<B><a href='http://mapbuilder.sourceforge.net'>Community Map Builder</a> 27 Apr 2008</B>
38
</EM>
39
</TD
40
</TR>
41

    
42
<TR>
43
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
44
&nbsp;<A HREF="LegendGraphic.html"><B>PREV CLASS</B></A><!-- 
45
   NEXT CLASS 
46
-->
47
&nbsp;<A HREF="Loading.html"><B>NEXT CLASS</B></A></FONT></TD>
48
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
49
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
50
&nbsp;<A HREF="Listener.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
51
&nbsp;
52
<SCRIPT>
53
  <!--
54
  if(window==top) {
55
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
56
  }
57
  //-->
58
</SCRIPT>
59
<NOSCRIPT>
60
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
61
</NOSCRIPT>
62
</FONT></TD>
63
</TR>
64
<TR>
65
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
66
  SUMMARY:&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
67
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
68
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
69
</TR>
70
</TABLE>
71
<!-- =========== END OF NAVBAR =========== -->
72
<HR>
73

    
74
<!-- ======== START OF CLASS DATA ======== -->
75
<H2>Class Listener</H2>
76
<PRE>Object
77
   |
78
   +--<b>Listener</b>
79
</PRE>
80

    
81
   <DL>
82
   <DT>
83
      <B>Direct Known Subclasses:</B> 
84
      <DD>
85
                <a href="ModelBase.html">ModelBase</a>
86
      </DD>
87
   </DL>
88

    
89

    
90
<HR>
91
<DL>
92
   <!-- Class definition -->
93
   <DT>class 
94
   <B>Listener</B>
95
   
96

    
97
</DL>
98
   
99
   <P>
100
   <I>Defined in <a href='overview-summary-Listener.js.html'>Listener.js</a></I><BR/><BR/><B>Author:</B> Cameron Shorter<BR/>
101
   </P>
102
   
103
   <HR>
104

    
105
<!-- ======== NESTED CLASS SUMMARY ======== -->
106

    
107
<!-- ======== END NESTED CLASS SUMMARY ======== -->
108

    
109

    
110
<!-- =========== FIELD SUMMARY =========== -->
111

    
112
   <A NAME="field_summary"><!-- --></A>
113
      <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
114
         <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
115
            <TD COLSPAN=2><FONT SIZE="+2">
116
               <B>Field Summary</B></FONT></TD>
117
         </TR>
118

    
119
   <!-- This is one instance field summary -->
120
   
121
   <TR BGCOLOR="white" CLASS="TableRowColor">
122
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
123
   <CODE>&nbsp;Object</CODE></FONT></TD>
124
   <TD><CODE><B><A HREF="#listeners">listeners</A></B></CODE>
125
   <BR>
126
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An array [params] of (listener, target).</TD>
127
   </TR>
128
   
129
   <TR BGCOLOR="white" CLASS="TableRowColor">
130
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131
   <CODE>&nbsp;Object</CODE></FONT></TD>
132
   <TD><CODE><B><A HREF="#values">values</A></B></CODE>
133
   <BR>
134
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An array [params] of values.</TD>
135
   </TR>
136
   
137

    
138
   </TABLE>
139
   &nbsp;
140
   
141

    
142
   
143

    
144
<!-- =========== END FIELD SUMMARY =========== -->
145

    
146

    
147
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
148

    
149
<A NAME="constructor_summary"><!-- --></A>
150
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
151
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
152
<TD COLSPAN=2><FONT SIZE="+2">
153
<B>Constructor Summary</B></FONT></TD>
154
</TR>
155
<TR BGCOLOR="white" CLASS="TableRowColor">
156
   <TD>
157
      <CODE>
158
	 <B>
159
	    <A HREF="Listener.html#Listener()">Listener</A> 
160
	 </B>
161
	 ()
162
      </CODE>
163
      <BR>
164
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
165
      Base Listener class that is instanciated by all objects which provide
166
 event listeners.
167
      </TD>
168
</TR>
169
</TABLE>
170

    
171
<!-- ======== END CONSTRUCTOR SUMMARY ======== -->
172

    
173
&nbsp;
174

    
175
<!-- ========== METHOD SUMMARY =========== -->
176

    
177
<A NAME="method_summary"><!-- --></A>
178
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
179
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
180
<TD COLSPAN=2><FONT SIZE="+2">
181
<B>Method Summary</B></FONT></TD>
182
</TR>
183

    
184

    
185
   <TR BGCOLOR="white" CLASS="TableRowColor">
186
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
187
	 <FONT SIZE="-1">
188
	    <CODE>&nbsp;void</CODE>
189
	 </FONT>
190
      </TD>
191
      <TD>
192
	 <CODE>
193
	    <B>
194
	       <A HREF="#addFirstListener">addFirstListener</A></B>(param, listener, target)
195
	 </CODE>
196
	 <BR>
197
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
198
	 Add a listener function at the start of the list.
199
      </TD>
200
   </TR>
201

    
202
   <TR BGCOLOR="white" CLASS="TableRowColor">
203
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
204
	 <FONT SIZE="-1">
205
	    <CODE>&nbsp;void</CODE>
206
	 </FONT>
207
      </TD>
208
      <TD>
209
	 <CODE>
210
	    <B>
211
	       <A HREF="#addListener">addListener</A></B>(param, listener, target)
212
	 </CODE>
213
	 <BR>
214
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
215
	 Add a listener function which will be called when param is updated;  The
216
 listener function should usually be: paint(target).
217
      </TD>
218
   </TR>
219

    
220
   <TR BGCOLOR="white" CLASS="TableRowColor">
221
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
222
	 <FONT SIZE="-1">
223
	    <CODE>&nbsp;void</CODE>
224
	 </FONT>
225
      </TD>
226
      <TD>
227
	 <CODE>
228
	    <B>
229
	       <A HREF="#callListeners">callListeners</A></B>(param,value)
230
	 </CODE>
231
	 <BR>
232
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
233
	 Call all the listeners that have registered interest in this parameter
234
 using addListener.
235
      </TD>
236
   </TR>
237

    
238
   <TR BGCOLOR="white" CLASS="TableRowColor">
239
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
240
	 <FONT SIZE="-1">
241
	    <CODE>&nbsp;Object</CODE>
242
	 </FONT>
243
      </TD>
244
      <TD>
245
	 <CODE>
246
	    <B>
247
	       <A HREF="#getParam">getParam</A></B>(param)
248
	 </CODE>
249
	 <BR>
250
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
251
	 Return the param value, or return null if it does not exist.
252
      </TD>
253
   </TR>
254

    
255
   <TR BGCOLOR="white" CLASS="TableRowColor">
256
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
257
	 <FONT SIZE="-1">
258
	    <CODE>&nbsp;void</CODE>
259
	 </FONT>
260
      </TD>
261
      <TD>
262
	 <CODE>
263
	    <B>
264
	       <A HREF="#removeListener">removeListener</A></B>(param,listener,target)
265
	 </CODE>
266
	 <BR>
267
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
268
	 Remove a listener so that it is not called anymore when a param changes.
269
      </TD>
270
   </TR>
271

    
272
   <TR BGCOLOR="white" CLASS="TableRowColor">
273
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
274
	 <FONT SIZE="-1">
275
	    <CODE>&nbsp;void</CODE>
276
	 </FONT>
277
      </TD>
278
      <TD>
279
	 <CODE>
280
	    <B>
281
	       <A HREF="#setParam">setParam</A></B>(param,value)
282
	 </CODE>
283
	 <BR>
284
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
285
	 Update parameter and call all interested listeners.
286
      </TD>
287
   </TR>
288

    
289

    
290
</TABLE>
291

    
292

    
293

    
294
<P>
295
<!-- ========== END METHOD SUMMARY =========== -->
296

    
297

    
298
<!-- ============ FIELD DETAIL START =========== -->
299

    
300
   <A NAME="field_detail"><!-- --></A>
301
   <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
302
      <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
303
         <TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD>
304
      </TR>
305
   </TABLE>
306

    
307
   
308
   <A NAME="listeners"><!-- --></A>
309
   <H3>listeners</H3>
310
   <PRE>Object&nbsp;<B>listeners</B></PRE>
311
   <UL>
312
   An array [params] of (listener, target).
313
   
314
   </UL>
315
   <HR>
316
   
317
   <A NAME="values"><!-- --></A>
318
   <H3>values</H3>
319
   <PRE>Object&nbsp;<B>values</B></PRE>
320
   <UL>
321
   An array [params] of values. These values might not be used if the set/get
322
 functions are overwritten.
323
   
324
   </UL>
325
   <HR>
326
   
327

    
328

    
329
<!-- ============ FIELD DETAIL END =========== -->
330

    
331
    <!-- ========= CONSTRUCTOR DETAIL START ======== -->
332

    
333
<A NAME="constructor_detail"><!-- --></A>
334
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
335
   <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
336
      <TD COLSPAN=1>
337
      <FONT SIZE="+2"><B>Constructor Detail</B></FONT>
338
      </TD>
339
   </TR>
340
</TABLE>
341

    
342
<A NAME="Listener()"><!-- --></A><H3>
343
Listener</H3>
344
<PRE><B>Listener</B>()</PRE>
345

    
346

    
347
<UL>
348
   Base Listener class that is instanciated by all objects which provide
349
 event listeners.
350
</UL>
351

    
352

    
353

    
354
   </UL>
355

    
356

    
357
<!-- Constructor return value(s) -->
358

    
359
<!-- End constructor return value(s) -->
360

    
361
<!-- ADDITIONAL ATTRIBUTES -->
362

    
363
<UL>   
364
<B>Author:</B> Cameron Shorter<BR/>
365
</UL>
366

    
367
<HR/>
368
<!-- END ADDITIONAL ATTRIBUTES  -->
369

    
370
<!-- ========= CONSTRUCTOR DETAIL END ======== -->
371

    
372

    
373
<!-- ============ METHOD DETAIL START ========== -->
374

    
375
<A NAME="method_detail"><!-- --></A>
376
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
377
   <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
378
      <TD COLSPAN=1><FONT SIZE="+2">
379
         <B>Method Detail</B></FONT>
380
      </TD>
381
   </TR>
382
</TABLE>
383

    
384
<!-- One single method detail entry -->
385

    
386
   <A NAME="addFirstListener"><!-- --></A>
387
   <H3>addFirstListener</H3>
388
   <PRE>void <B>addFirstListener</B>(param, listener, target)</PRE>
389
   
390
      <UL>Add a listener function at the start of the list.</UL>
391
   
392

    
393
   <!-- METHOD PARAMETERS START -->
394
   
395
   <UL>
396
   <B>Parameters:</B>
397
   
398
     <UL><CODE>param</CODE> -  Parameter name; if this parameter changes then an event is  sent to all interested listeners.      
399
      </UL> 
400
   
401
     <UL><CODE>listener</CODE> -  The function to call when the parameter changes.  
402
      </UL> 
403
   
404
     <UL><CODE>target</CODE> -  The object which owns the listener function.  
405
      </UL> 
406
   
407
   </UL>
408
   
409
   <!-- METHOD PARAMETERS END -->
410

    
411
   
412

    
413
   <!-- ADDITIONAL ATTRIBUTES START -->
414
   
415
   <!-- ADDITIONAL ATTRIBUTES  END -->
416
<HR>
417

    
418
   <A NAME="addListener"><!-- --></A>
419
   <H3>addListener</H3>
420
   <PRE>void <B>addListener</B>(param, listener, target)</PRE>
421
   
422
      <UL>Add a listener function which will be called when param is updated;  The
423
 listener function should usually be: paint(target).</UL>
424
   
425

    
426
   <!-- METHOD PARAMETERS START -->
427
   
428
   <UL>
429
   <B>Parameters:</B>
430
   
431
     <UL><CODE>param</CODE> -  Parameter name; if this parameter changes then an event is  sent to all interested listeners.      
432
      </UL> 
433
   
434
     <UL><CODE>listener</CODE> -  The function to call when the parameter changes.  
435
      </UL> 
436
   
437
     <UL><CODE>target</CODE> -  The object which owns the listener function.  
438
      </UL> 
439
   
440
   </UL>
441
   
442
   <!-- METHOD PARAMETERS END -->
443

    
444
   
445

    
446
   <!-- ADDITIONAL ATTRIBUTES START -->
447
   
448
   <!-- ADDITIONAL ATTRIBUTES  END -->
449
<HR>
450

    
451
   <A NAME="callListeners"><!-- --></A>
452
   <H3>callListeners</H3>
453
   <PRE>void <B>callListeners</B>(param,value)</PRE>
454
   
455
      <UL>Call all the listeners that have registered interest in this parameter
456
 using addListener.</UL>
457
   
458

    
459
   <!-- METHOD PARAMETERS START -->
460
   
461
   <UL>
462
   <B>Parameters:</B>
463
   
464
     <UL><CODE>param</CODE> -  The parameter that has changed.  
465
      </UL> 
466
   
467
     <UL><CODE>value</CODE> -  The new parameter value.      
468
      </UL> 
469
   
470
   </UL>
471
   
472
   <!-- METHOD PARAMETERS END -->
473

    
474
   
475

    
476
   <!-- ADDITIONAL ATTRIBUTES START -->
477
   
478
   <!-- ADDITIONAL ATTRIBUTES  END -->
479
<HR>
480

    
481
   <A NAME="getParam"><!-- --></A>
482
   <H3>getParam</H3>
483
   <PRE>Object <B>getParam</B>(param)</PRE>
484
   
485
      <UL>Return the param value, or return null if it does not exist.  This
486
 function may be overloaded to store the param elsewhere (eg in
487
 an XML document).</UL>
488
   
489

    
490
   <!-- METHOD PARAMETERS START -->
491
   
492
   <UL>
493
   <B>Parameters:</B>
494
   
495
     <UL><CODE>param</CODE> -  The parameter to get.  
496
      </UL> 
497
   
498
   </UL>
499
   
500
   <!-- METHOD PARAMETERS END -->
501

    
502
   
503
   <UL>
504
   <B>Returns:</B>
505
        <UL>
506
        The value of the param. 
507
        </UL>
508
   </UL>
509
   
510

    
511
   <!-- ADDITIONAL ATTRIBUTES START -->
512
   
513
   <!-- ADDITIONAL ATTRIBUTES  END -->
514
<HR>
515

    
516
   <A NAME="removeListener"><!-- --></A>
517
   <H3>removeListener</H3>
518
   <PRE>void <B>removeListener</B>(param,listener,target)</PRE>
519
   
520
      <UL>Remove a listener so that it is not called anymore when a param changes.</UL>
521
   
522

    
523
   <!-- METHOD PARAMETERS START -->
524
   
525
   <UL>
526
   <B>Parameters:</B>
527
   
528
     <UL><CODE>param</CODE> -  Parameter name; if this parameter changes then an event is  sent to all interested listeners.      
529
      </UL> 
530
   
531
     <UL><CODE>listener</CODE> -  The function to call when the parameter changes.  
532
      </UL> 
533
   
534
     <UL><CODE>target</CODE> -  The object which owns the listener function.  
535
      </UL> 
536
   
537
   </UL>
538
   
539
   <!-- METHOD PARAMETERS END -->
540

    
541
   
542

    
543
   <!-- ADDITIONAL ATTRIBUTES START -->
544
   
545
   <!-- ADDITIONAL ATTRIBUTES  END -->
546
<HR>
547

    
548
   <A NAME="setParam"><!-- --></A>
549
   <H3>setParam</H3>
550
   <PRE>void <B>setParam</B>(param,value)</PRE>
551
   
552
      <UL>Update parameter and call all interested listeners.  This function may
553
 be overloaded to store the parameter in a elsewhere (eg in an XML
554
 document).</UL>
555
   
556

    
557
   <!-- METHOD PARAMETERS START -->
558
   
559
   <UL>
560
   <B>Parameters:</B>
561
   
562
     <UL><CODE>param</CODE> -  The parameter to change.  
563
      </UL> 
564
   
565
   </UL>
566
   
567
   <!-- METHOD PARAMETERS END -->
568

    
569
   
570

    
571
   <!-- ADDITIONAL ATTRIBUTES START -->
572
   
573
   <!-- ADDITIONAL ATTRIBUTES  END -->
574
<HR>
575

    
576

    
577

    
578
<!-- ============ METHOD DETAIL END ========== -->
579

    
580
<!-- ========= END OF CLASS DATA ========= -->
581

    
582
<!-- ========== START OF NAVBAR ========== -->
583
<A NAME="navbar_bottom"><!-- --></A>
584
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
585
<TR>
586
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
587
<A NAME="navbar_bottom_firstrow"><!-- --></A>
588
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
589
  <TR ALIGN="center" VALIGN="top">
590
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
591
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">  <A HREF="overview-summary-Listener.js.html"><FONT CLASS="NavBarFont1"><B>File</B></FONT></A>&nbsp;</TD>
592
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
593
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><b>Tree</b></FONT></A>&nbsp;</TD>
594
  <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"-->    <!--A HREF="deprecated-list.html"--><!--FONT CLASS="NavBarFont1">Deprecated</FONT--><!--/A--><!--&nbsp;</TD-->
595
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
596
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
597
  </TR>
598
</TABLE>
599
</TD>
600
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
601
<B><a href='http://mapbuilder.sourceforge.net'>Community Map Builder</a> 27 Apr 2008</B>
602
</EM>
603
</TD
604
</TR>
605

    
606
<TR>
607
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
608
&nbsp;<A HREF="LegendGraphic.html"><B>PREV CLASS</B></A><!-- 
609
   NEXT CLASS 
610
-->
611
&nbsp;<A HREF="Loading.html"><B>NEXT CLASS</B></A></FONT></TD>
612
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
613
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
614
&nbsp;<A HREF="Listener.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
615
&nbsp;
616
<SCRIPT>
617
  <!--
618
  if(window==top) {
619
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
620
  }
621
  //-->
622
</SCRIPT>
623
<NOSCRIPT>
624
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
625
</NOSCRIPT>
626
</FONT></TD>
627
</TR>
628
<TR>
629
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
630
  SUMMARY:&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
631
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
632
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
633
</TR>
634
</TABLE>
635

    
636
<!-- =========== END OF NAVBAR =========== -->
637

    
638
<HR>
639
<FONT SIZE="-1">
640

    
641
</FONT>
642
<div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/" target="_parent">JSDoc</a> on Sun Apr 27 20:30:54 2008</div>
643
</BODY>
644
</HTML>
(44-44/316)