^1440041276014
@
sname
KeyListener
slabel
KeyListener
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 keys are pressed on the system keyboard.</p>

<p>After creating an instance of a class that implements this interface it can be added to a control using the <code>addKeyListener</code> method and removed using the <code>removeKeyListener</code> method. When a key is pressed or released, 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.KeyListenerCreator
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/KeyListener.html#keyPressed(org.eclipse.swt.events.KeyEvent)">keyPressed</a></strong>(<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/KeyEvent.html" title="class in org.eclipse.swt.events">KeyEvent</a>&nbsp;e)</code>
			<div class="block">Sent when a key is pressed on the system keyboard.</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/KeyListener.html#keyReleased(org.eclipse.swt.events.KeyEvent)">keyReleased</a></strong>(<a href="http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/KeyEvent.html" title="class in org.eclipse.swt.events">KeyEvent</a>&nbsp;e)</code>
			<div class="block">Sent when a key is released on the system keyboard.</div>
			</td>
		</tr>
	</tbody>
</table>
#$@text#$@
snotXmlAttribute
false
