uTools-Manuals/docs/java/org/w3c/dom/events/package-summary.html

95 lines
3.5 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<h1 class="title" title="Package">Package org.w3c.dom.events</h1>
</div><div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Interface Summary table, listing interfaces, and an explanation">
<caption>
<span>接口摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/DocumentEvent.html" title="interface in org.w3c.dom.events">DocumentEvent</a></td>
<td class="colLast">
<div class="block">
<code>DocumentEvent</code>接口提供了一种机制,用户可以通过该机制创建实现支持的类型的事件。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/Event.html" title="interface in org.w3c.dom.events">Event</a></td>
<td class="colLast">
<div class="block">
<code>Event</code>接口用于向事件处理程序提供关于事件的上下文信息。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/EventListener.html" title="interface in org.w3c.dom.events">EventListener</a></td>
<td class="colLast">
<div class="block">
<code>EventListener</code>接口是处理事件的主要方法。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/EventTarget.html" title="interface in org.w3c.dom.events">EventTarget</a></td>
<td class="colLast">
<div class="block">
<code>EventTarget</code>接口由支持DOM事件模型的
<code>Nodes</code>中的所有
<code>Nodes</code>实现。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/MouseEvent.html" title="interface in org.w3c.dom.events">MouseEvent</a></td>
<td class="colLast">
<div class="block">
<code>MouseEvent</code>界面提供与鼠标事件相关联的特定上下文信息。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/MutationEvent.html" title="interface in org.w3c.dom.events">MutationEvent</a></td>
<td class="colLast">
<div class="block">
<code>MutationEvent</code>界面提供与Mutation事件相关的特定上下文信息。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/UIEvent.html" title="interface in org.w3c.dom.events">UIEvent</a></td>
<td class="colLast">
<div class="block">
<code>UIEvent</code>界面提供与用户界面事件相关联的特定上下文信息。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Exception Summary table, listing exceptions, and an explanation">
<caption>
<span>异常摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">异常</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/events/EventException.html" title="class in org.w3c.dom.events">EventException</a></td>
<td class="colLast">
<div class="block">
事件操作可能会引发
<code>EventException</code>像在其方法描述中指定。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
</div>