^1440048726324
@
sname
MouseTrackListener
slabel
MouseTrackListener
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.</p>

<p>After creating an instance of a class that implements this interface it can be added to a control using the <code>addMouseTrackListener</code> method and removed using the <code>removeMouseTrackListener</code> method. When the mouse pointer passes into or out of the area of the screen covered by a control or pauses while over a control, the appropriate method will be invoked.</p>
#$@text#$@
snotXmlAttribute
false
@/@actions
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
@/@actions/@create
sname
create
sisSynchronized
true
sthrowException
false
suseOtherAction
false
suseOuterJava
true
souterClassName
xworker.swt.events.MouseTrackListenerCreator
smethodName
create
sdescriptors
xworker.lang.actions.JavaAction
@/@name
sname
name
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@/@reference
sname
reference
ssize
40
scolspan
2
Sdescription
#$@text#$@
<p>Reference to a exists DisposeListener by name.</p>
<p>只能够引用DisposeListener，引用其他事件无效。</p>
#$@text#$@
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@/@actions1
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.lang.MetaDescriptor3/@actions
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<table border="1" cellpadding="3" cellspacing="0" class="overviewSummary" summary="Method Summary table, listing methods, and an explanation">
	<tbody>
		<tr>
			<th scope="col">Modifier and Type</th>
			<th scope="col">Method and Description</th>
		</tr>
		<tr>
			<td><code>void</code></td>
			<td><code><strong><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/MouseTrackListener.html#mouseEnter(org.eclipse.swt.events.MouseEvent)">mouseEnter</a></strong>(<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/MouseEvent.html" title="class in org.eclipse.swt.events">MouseEvent</a>&nbsp;e)</code>
			<div class="block">Sent when the mouse pointer passes into the area of the screen covered by a control.</div>
			</td>
		</tr>
		<tr>
			<td><code>void</code></td>
			<td><code><strong><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/MouseTrackListener.html#mouseExit(org.eclipse.swt.events.MouseEvent)">mouseExit</a></strong>(<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/MouseEvent.html" title="class in org.eclipse.swt.events">MouseEvent</a>&nbsp;e)</code>
			<div class="block">Sent when the mouse pointer passes out of the area of the screen covered by a control.</div>
			</td>
		</tr>
		<tr>
			<td><code>void</code></td>
			<td><code><strong><a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/MouseTrackListener.html#mouseHover(org.eclipse.swt.events.MouseEvent)">mouseHover</a></strong>(<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/MouseEvent.html" title="class in org.eclipse.swt.events">MouseEvent</a>&nbsp;e)</code>
			<div class="block">Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.</div>
			</td>
		</tr>
	</tbody>
</table>
#$@text#$@
snotXmlAttribute
false
