Statistics
| Revision:

root / trunk / docs / gvSIG / gvSIG-api / com / iver / cit / gvsig / gui / layout / EventsHandler.html @ 11445

History | View | Annotate | Download (19.9 KB)

1 1935 vcaballero
<!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_04) on Mon Feb 14 08:49:14 CET 2005 -->
6
<TITLE>
7
EventsHandler (gvSIG API)
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="com.iver.cit.gvsig.gui.layout.EventsHandler class">
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="EventsHandler (gvSIG API)";
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="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;<A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/Attributes.html" title="class in com.iver.cit.gvsig.gui.layout"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/FLayoutDraw.html" title="class in com.iver.cit.gvsig.gui.layout"><B>NEXT CLASS</B></A></FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="EventsHandler.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67
68
</FONT></TD>
69
</TR>
70
<TR>
71
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79
80
<HR>
81
<!-- ======== START OF CLASS DATA ======== -->
82
<H2>
83
<FONT SIZE="-1">
84
com.iver.cit.gvsig.gui.layout</FONT>
85
<BR>
86
Class EventsHandler</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.iver.cit.gvsig.gui.layout.EventsHandler</B>
90
</PRE>
91
<DL>
92
<DT><B>All Implemented Interfaces:</B> <DD>java.awt.event.ActionListener, java.awt.event.ComponentListener, java.util.EventListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener</DD>
93
</DL>
94
<HR>
95
<DL>
96
<DT>public class <B>EventsHandler</B><DT>extends java.lang.Object<DT>implements java.awt.event.ActionListener, java.awt.event.ComponentListener, java.awt.event.MouseMotionListener, java.awt.event.MouseListener</DL>
97
98
<P>
99
Eventos que se realizan sobre el Layout.
100
<P>
101
102
<P>
103
<DL>
104
<DT><B>Author:</B></DT>
105
  <DD>Vicente Caballero Navarro</DD>
106
</DL>
107
<HR>
108
109
<P>
110
<!-- ======== NESTED CLASS SUMMARY ======== -->
111
112
113
<!-- =========== FIELD SUMMARY =========== -->
114
115
116
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
117
118
<A NAME="constructor_summary"><!-- --></A>
119
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
120
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
121
<TD COLSPAN=2><FONT SIZE="+2">
122
<B>Constructor Summary</B></FONT></TD>
123
</TR>
124
<TR BGCOLOR="white" CLASS="TableRowColor">
125
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#EventsHandler(com.iver.cit.gvsig.gui.layout.Layout)">EventsHandler</A></B>(<A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/Layout.html" title="class in com.iver.cit.gvsig.gui.layout">Layout</A>&nbsp;l)</CODE>
126
127
<BR>
128
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo EventsHandler.</TD>
129
</TR>
130
</TABLE>
131
&nbsp;
132
<!-- ========== METHOD SUMMARY =========== -->
133
134
<A NAME="method_summary"><!-- --></A>
135
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
137
<TD COLSPAN=2><FONT SIZE="+2">
138
<B>Method Summary</B></FONT></TD>
139
</TR>
140
<TR BGCOLOR="white" CLASS="TableRowColor">
141
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142
<CODE>&nbsp;void</CODE></FONT></TD>
143
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</A></B>(java.awt.event.ActionEvent&nbsp;arg0)</CODE>
144
145
<BR>
146
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147
</TR>
148
<TR BGCOLOR="white" CLASS="TableRowColor">
149
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150
<CODE>&nbsp;void</CODE></FONT></TD>
151
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#componentHidden(java.awt.event.ComponentEvent)">componentHidden</A></B>(java.awt.event.ComponentEvent&nbsp;arg0)</CODE>
152
153
<BR>
154
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155
</TR>
156
<TR BGCOLOR="white" CLASS="TableRowColor">
157
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158
<CODE>&nbsp;void</CODE></FONT></TD>
159
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#componentMoved(java.awt.event.ComponentEvent)">componentMoved</A></B>(java.awt.event.ComponentEvent&nbsp;arg0)</CODE>
160
161
<BR>
162
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163
</TR>
164
<TR BGCOLOR="white" CLASS="TableRowColor">
165
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166
<CODE>&nbsp;void</CODE></FONT></TD>
167
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#componentResized(java.awt.event.ComponentEvent)">componentResized</A></B>(java.awt.event.ComponentEvent&nbsp;arg0)</CODE>
168
169
<BR>
170
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171
</TR>
172
<TR BGCOLOR="white" CLASS="TableRowColor">
173
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174
<CODE>&nbsp;void</CODE></FONT></TD>
175
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#componentShown(java.awt.event.ComponentEvent)">componentShown</A></B>(java.awt.event.ComponentEvent&nbsp;arg0)</CODE>
176
177
<BR>
178
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179
</TR>
180
<TR BGCOLOR="white" CLASS="TableRowColor">
181
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182
<CODE>&nbsp;void</CODE></FONT></TD>
183
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mouseClicked(java.awt.event.MouseEvent)">mouseClicked</A></B>(java.awt.event.MouseEvent&nbsp;E)</CODE>
184
185
<BR>
186
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187
</TR>
188
<TR BGCOLOR="white" CLASS="TableRowColor">
189
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190
<CODE>&nbsp;void</CODE></FONT></TD>
191
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mouseDragged(java.awt.event.MouseEvent)">mouseDragged</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
192
193
<BR>
194
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195
</TR>
196
<TR BGCOLOR="white" CLASS="TableRowColor">
197
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198
<CODE>&nbsp;void</CODE></FONT></TD>
199
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mouseEntered(java.awt.event.MouseEvent)">mouseEntered</A></B>(java.awt.event.MouseEvent&nbsp;arg0)</CODE>
200
201
<BR>
202
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203
</TR>
204
<TR BGCOLOR="white" CLASS="TableRowColor">
205
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206
<CODE>&nbsp;void</CODE></FONT></TD>
207
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mouseExited(java.awt.event.MouseEvent)">mouseExited</A></B>(java.awt.event.MouseEvent&nbsp;arg0)</CODE>
208
209
<BR>
210
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
211
</TR>
212
<TR BGCOLOR="white" CLASS="TableRowColor">
213
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
214
<CODE>&nbsp;void</CODE></FONT></TD>
215
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mouseMoved(java.awt.event.MouseEvent)">mouseMoved</A></B>(java.awt.event.MouseEvent&nbsp;E)</CODE>
216
217
<BR>
218
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
219
</TR>
220
<TR BGCOLOR="white" CLASS="TableRowColor">
221
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222
<CODE>&nbsp;void</CODE></FONT></TD>
223
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mousePressed(java.awt.event.MouseEvent)">mousePressed</A></B>(java.awt.event.MouseEvent&nbsp;E)</CODE>
224
225
<BR>
226
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
227
</TR>
228
<TR BGCOLOR="white" CLASS="TableRowColor">
229
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
230
<CODE>&nbsp;void</CODE></FONT></TD>
231
<TD><CODE><B><A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/EventsHandler.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased</A></B>(java.awt.event.MouseEvent&nbsp;E)</CODE>
232
233
<BR>
234
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
235
</TR>
236
</TABLE>
237
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
238
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
239
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
240
<TD><B>Methods inherited from class java.lang.Object</B></TD>
241
</TR>
242
<TR BGCOLOR="white" CLASS="TableRowColor">
243
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
244
</TR>
245
</TABLE>
246
&nbsp;
247
<P>
248
249
<!-- ============ FIELD DETAIL =========== -->
250
251
252
<!-- ========= CONSTRUCTOR DETAIL ======== -->
253
254
<A NAME="constructor_detail"><!-- --></A>
255
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
256
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
257
<TD COLSPAN=1><FONT SIZE="+2">
258
<B>Constructor Detail</B></FONT></TD>
259
</TR>
260
</TABLE>
261
262
<A NAME="EventsHandler(com.iver.cit.gvsig.gui.layout.Layout)"><!-- --></A><H3>
263
EventsHandler</H3>
264
<PRE>
265
public <B>EventsHandler</B>(<A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/Layout.html" title="class in com.iver.cit.gvsig.gui.layout">Layout</A>&nbsp;l)</PRE>
266
<DL>
267
<DD>Crea un nuevo EventsHandler.
268
<P>
269
<DT><B>Parameters:</B><DD><CODE>l</CODE> - Referencia al Layout.</DL>
270
271
<!-- ============ METHOD DETAIL ========== -->
272
273
<A NAME="method_detail"><!-- --></A>
274
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
275
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
276
<TD COLSPAN=1><FONT SIZE="+2">
277
<B>Method Detail</B></FONT></TD>
278
</TR>
279
</TABLE>
280
281
<A NAME="componentHidden(java.awt.event.ComponentEvent)"><!-- --></A><H3>
282
componentHidden</H3>
283
<PRE>
284
public void <B>componentHidden</B>(java.awt.event.ComponentEvent&nbsp;arg0)</PRE>
285
<DL>
286
<DD><DL>
287
<DT><B>Specified by:</B><DD><CODE>componentHidden</CODE> in interface <CODE>java.awt.event.ComponentListener</CODE></DL>
288
</DD>
289
<DD><DL>
290
<DT><B>See Also:</B><DD><CODE>ComponentListener.componentHidden(java.awt.event.ComponentEvent)</CODE></DL>
291
</DD>
292
</DL>
293
<HR>
294
295
<A NAME="componentMoved(java.awt.event.ComponentEvent)"><!-- --></A><H3>
296
componentMoved</H3>
297
<PRE>
298
public void <B>componentMoved</B>(java.awt.event.ComponentEvent&nbsp;arg0)</PRE>
299
<DL>
300
<DD><DL>
301
<DT><B>Specified by:</B><DD><CODE>componentMoved</CODE> in interface <CODE>java.awt.event.ComponentListener</CODE></DL>
302
</DD>
303
<DD><DL>
304
<DT><B>See Also:</B><DD><CODE>ComponentListener.componentMoved(java.awt.event.ComponentEvent)</CODE></DL>
305
</DD>
306
</DL>
307
<HR>
308
309
<A NAME="componentResized(java.awt.event.ComponentEvent)"><!-- --></A><H3>
310
componentResized</H3>
311
<PRE>
312
public void <B>componentResized</B>(java.awt.event.ComponentEvent&nbsp;arg0)</PRE>
313
<DL>
314
<DD><DL>
315
<DT><B>Specified by:</B><DD><CODE>componentResized</CODE> in interface <CODE>java.awt.event.ComponentListener</CODE></DL>
316
</DD>
317
<DD><DL>
318
<DT><B>See Also:</B><DD><CODE>ComponentListener.componentResized(java.awt.event.ComponentEvent)</CODE></DL>
319
</DD>
320
</DL>
321
<HR>
322
323
<A NAME="componentShown(java.awt.event.ComponentEvent)"><!-- --></A><H3>
324
componentShown</H3>
325
<PRE>
326
public void <B>componentShown</B>(java.awt.event.ComponentEvent&nbsp;arg0)</PRE>
327
<DL>
328
<DD><DL>
329
<DT><B>Specified by:</B><DD><CODE>componentShown</CODE> in interface <CODE>java.awt.event.ComponentListener</CODE></DL>
330
</DD>
331
<DD><DL>
332
<DT><B>See Also:</B><DD><CODE>ComponentListener.componentShown(java.awt.event.ComponentEvent)</CODE></DL>
333
</DD>
334
</DL>
335
<HR>
336
337
<A NAME="actionPerformed(java.awt.event.ActionEvent)"><!-- --></A><H3>
338
actionPerformed</H3>
339
<PRE>
340
public void <B>actionPerformed</B>(java.awt.event.ActionEvent&nbsp;arg0)</PRE>
341
<DL>
342
<DD><DL>
343
<DT><B>Specified by:</B><DD><CODE>actionPerformed</CODE> in interface <CODE>java.awt.event.ActionListener</CODE></DL>
344
</DD>
345
<DD><DL>
346
<DT><B>See Also:</B><DD><CODE>ActionListener.actionPerformed(java.awt.event.ActionEvent)</CODE></DL>
347
</DD>
348
</DL>
349
<HR>
350
351
<A NAME="mouseDragged(java.awt.event.MouseEvent)"><!-- --></A><H3>
352
mouseDragged</H3>
353
<PRE>
354
public void <B>mouseDragged</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
355
<DL>
356
<DD><DL>
357
<DT><B>Specified by:</B><DD><CODE>mouseDragged</CODE> in interface <CODE>java.awt.event.MouseMotionListener</CODE></DL>
358
</DD>
359
<DD><DL>
360
<DT><B>See Also:</B><DD><CODE>MouseMotionListener.mouseDragged(java.awt.event.MouseEvent)</CODE></DL>
361
</DD>
362
</DL>
363
<HR>
364
365
<A NAME="mouseMoved(java.awt.event.MouseEvent)"><!-- --></A><H3>
366
mouseMoved</H3>
367
<PRE>
368
public void <B>mouseMoved</B>(java.awt.event.MouseEvent&nbsp;E)</PRE>
369
<DL>
370
<DD><DL>
371
<DT><B>Specified by:</B><DD><CODE>mouseMoved</CODE> in interface <CODE>java.awt.event.MouseMotionListener</CODE></DL>
372
</DD>
373
<DD><DL>
374
<DT><B>See Also:</B><DD><CODE>MouseMotionListener.mouseMoved(java.awt.event.MouseEvent)</CODE></DL>
375
</DD>
376
</DL>
377
<HR>
378
379
<A NAME="mouseClicked(java.awt.event.MouseEvent)"><!-- --></A><H3>
380
mouseClicked</H3>
381
<PRE>
382
public void <B>mouseClicked</B>(java.awt.event.MouseEvent&nbsp;E)</PRE>
383
<DL>
384
<DD><DL>
385
<DT><B>Specified by:</B><DD><CODE>mouseClicked</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
386
</DD>
387
<DD><DL>
388
<DT><B>See Also:</B><DD><CODE>MouseListener.mouseClicked(java.awt.event.MouseEvent)</CODE></DL>
389
</DD>
390
</DL>
391
<HR>
392
393
<A NAME="mouseEntered(java.awt.event.MouseEvent)"><!-- --></A><H3>
394
mouseEntered</H3>
395
<PRE>
396
public void <B>mouseEntered</B>(java.awt.event.MouseEvent&nbsp;arg0)</PRE>
397
<DL>
398
<DD><DL>
399
<DT><B>Specified by:</B><DD><CODE>mouseEntered</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
400
</DD>
401
<DD><DL>
402
<DT><B>See Also:</B><DD><CODE>MouseListener.mouseEntered(java.awt.event.MouseEvent)</CODE></DL>
403
</DD>
404
</DL>
405
<HR>
406
407
<A NAME="mouseExited(java.awt.event.MouseEvent)"><!-- --></A><H3>
408
mouseExited</H3>
409
<PRE>
410
public void <B>mouseExited</B>(java.awt.event.MouseEvent&nbsp;arg0)</PRE>
411
<DL>
412
<DD><DL>
413
<DT><B>Specified by:</B><DD><CODE>mouseExited</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
414
</DD>
415
<DD><DL>
416
<DT><B>See Also:</B><DD><CODE>MouseListener.mouseExited(java.awt.event.MouseEvent)</CODE></DL>
417
</DD>
418
</DL>
419
<HR>
420
421
<A NAME="mousePressed(java.awt.event.MouseEvent)"><!-- --></A><H3>
422
mousePressed</H3>
423
<PRE>
424
public void <B>mousePressed</B>(java.awt.event.MouseEvent&nbsp;E)</PRE>
425
<DL>
426
<DD><DL>
427
<DT><B>Specified by:</B><DD><CODE>mousePressed</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
428
</DD>
429
<DD><DL>
430
<DT><B>See Also:</B><DD><CODE>MouseListener.mousePressed(java.awt.event.MouseEvent)</CODE></DL>
431
</DD>
432
</DL>
433
<HR>
434
435
<A NAME="mouseReleased(java.awt.event.MouseEvent)"><!-- --></A><H3>
436
mouseReleased</H3>
437
<PRE>
438
public void <B>mouseReleased</B>(java.awt.event.MouseEvent&nbsp;E)</PRE>
439
<DL>
440
<DD><DL>
441
<DT><B>Specified by:</B><DD><CODE>mouseReleased</CODE> in interface <CODE>java.awt.event.MouseListener</CODE></DL>
442
</DD>
443
<DD><DL>
444
<DT><B>See Also:</B><DD><CODE>java.awt.event.MouseListener#mouseReleassed(java.awt.event.MouseEvent)</CODE></DL>
445
</DD>
446
</DL>
447
<!-- ========= END OF CLASS DATA ========= -->
448
<HR>
449
450
451
<!-- ======= START OF BOTTOM NAVBAR ====== -->
452
<A NAME="navbar_bottom"><!-- --></A>
453
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
454
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
455
<TR>
456
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
457
<A NAME="navbar_bottom_firstrow"><!-- --></A>
458
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
459
  <TR ALIGN="center" VALIGN="top">
460
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
461
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
462
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
463
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
464
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
465
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
466
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
467
  </TR>
468
</TABLE>
469
</TD>
470
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
471
</EM>
472
</TD>
473
</TR>
474
475
<TR>
476
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
477
&nbsp;<A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/Attributes.html" title="class in com.iver.cit.gvsig.gui.layout"><B>PREV CLASS</B></A>&nbsp;
478
&nbsp;<A HREF="../../../../../../com/iver/cit/gvsig/gui/layout/FLayoutDraw.html" title="class in com.iver.cit.gvsig.gui.layout"><B>NEXT CLASS</B></A></FONT></TD>
479
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
480
  <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
481
&nbsp;<A HREF="EventsHandler.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
482
&nbsp;<SCRIPT type="text/javascript">
483
  <!--
484
  if(window==top) {
485
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
486
  }
487
  //-->
488
</SCRIPT>
489
<NOSCRIPT>
490
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
491
</NOSCRIPT>
492
493
</FONT></TD>
494
</TR>
495
<TR>
496
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
497
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
498
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
499
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
500
</TR>
501
</TABLE>
502
<A NAME="skip-navbar_bottom"></A>
503
<!-- ======== END OF BOTTOM NAVBAR ======= -->
504
505
<HR>
506
507
</BODY>
508
</HTML>