<h2title="Uses of Interface net.java.games.input.Component"class="title">Uses of Interface<br>net.java.games.input.Component</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableclass="useSummary">
<caption><span>Packages that use <ahref="../Component.html"title="interface in net.java.games.input">Component</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../Component.html"title="interface in net.java.games.input">Component</a> in <ahref="../package-summary.html">net.java.games.input</a></h3>
<tableclass="useSummary">
<caption><span>Classes in <ahref="../package-summary.html">net.java.games.input</a> that implement <ahref="../Component.html"title="interface in net.java.games.input">Component</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Class</th>
<thclass="colLast"scope="col">Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../AbstractComponent.html"title="class in net.java.games.input">AbstractComponent</a></span></code></th>
<tdclass="colLast">
<divclass="block">Skeleton implementation of a named axis.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../LinuxJoystickPOV.html"title="class in net.java.games.input">LinuxJoystickPOV</a></span></code></th>
<tdclass="colLast"> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabButtonComponent.html"title="class in net.java.games.input">WinTabButtonComponent</a></span></code></th>
<tdclass="colLast"> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabComponent.html"title="class in net.java.games.input">WinTabComponent</a></span></code></th>
<tdclass="colLast"> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabCursorComponent.html"title="class in net.java.games.input">WinTabCursorComponent</a></span></code></th>
<tdclass="colLast"> </td>
</tr>
</tbody>
</table>
<tableclass="useSummary">
<caption><span>Methods in <ahref="../package-summary.html">net.java.games.input</a> that return <ahref="../Component.html"title="interface in net.java.games.input">Component</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../Component.html"title="interface in net.java.games.input">Component</a></code></td>
<divclass="block">Returns fifth mouse button, null if the mouse hasn't
got one.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../Component.html"title="interface in net.java.games.input">Component</a></code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">AbstractController.</span><code><spanclass="memberNameLink"><ahref="../AbstractController.html#getComponent(net.java.games.input.Component.Identifier)">getComponent</a></span>​(<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id)</code></th>
<tdclass="colLast">
<divclass="block">Returns a single component based on its identifier, or null
if no component with the specified type could be found.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../Component.html"title="interface in net.java.games.input">Component</a></code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">Controller.</span><code><spanclass="memberNameLink"><ahref="../Controller.html#getComponent(net.java.games.input.Component.Identifier)">getComponent</a></span>​(<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id)</code></th>
<tdclass="colLast">
<divclass="block">Returns a single axis based on its type, or null
if no axis with the specified type could be found.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../Component.html"title="interface in net.java.games.input">Component</a></code></td>
<divclass="block">Returns the y-axis for the mouse ball, never null.</div>
</td>
</tr>
</tbody>
</table>
<tableclass="useSummary">
<caption><span>Methods in <ahref="../package-summary.html">net.java.games.input</a> with parameters of type <ahref="../Component.html"title="interface in net.java.games.input">Component</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">Event.</span><code><spanclass="memberNameLink"><ahref="../Event.html#set(net.java.games.input.Component,float,long)">set</a></span>​(<ahref="../Component.html"title="interface in net.java.games.input">Component</a> component,
float value,
long nanos)</code></th>
<tdclass="colLast"> </td>
</tr>
</tbody>
</table>
<tableclass="useSummary">
<caption><span>Constructors in <ahref="../package-summary.html">net.java.games.input</a> with parameters of type <ahref="../Component.html"title="interface in net.java.games.input">Component</a></span><spanclass="tabEnd"> </span></caption>