<h2title="Uses of Class net.java.games.input.Component.Identifier"class="title">Uses of Class<br>net.java.games.input.Component.Identifier</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableclass="useSummary">
<caption><span>Packages that use <ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> in <ahref="../package-summary.html">net.java.games.input</a></h3>
<tableclass="useSummary">
<caption><span>Subclasses of <ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> in <ahref="../package-summary.html">net.java.games.input</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../Component.Identifier.Axis.html"title="class in net.java.games.input">Component.Identifier.Axis</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../Component.Identifier.Button.html"title="class in net.java.games.input">Component.Identifier.Button</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../Component.Identifier.Key.html"title="class in net.java.games.input">Component.Identifier.Key</a></span></code></th>
<tdclass="colLast">
<divclass="block">KeyIDs for standard PC (LATIN-1) keyboards</div>
</td>
</tr>
</tbody>
</table>
<tableclass="useSummary">
<caption><span>Methods in <ahref="../package-summary.html">net.java.games.input</a> that return <ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</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.Identifier.html"title="class in net.java.games.input">Component.Identifier</a></code></td>
<divclass="block">Returns the identifier of the axis.</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.Identifier.html"title="class in net.java.games.input">Component.Identifier</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>
<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="rowColor">
<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>
</tbody>
</table>
<tableclass="useSummary">
<caption><span>Constructors in <ahref="../package-summary.html">net.java.games.input</a> with parameters of type <ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a></span><spanclass="tabEnd"> </span></caption>
<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id)</code></th>
<tdclass="colLast">
<divclass="block">Protected constructor</div>
</td>
</tr>
<trclass="rowColor">
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabButtonComponent.html#%3Cinit%3E(net.java.games.input.WinTabContext,int,java.lang.String,net.java.games.input.Component.Identifier,int)">WinTabButtonComponent</a></span>​(<ahref="../WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
int parentDevice,
java.lang.String name,
<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id,
int index)</code></th>
<tdclass="colLast"> </td>
</tr>
<trclass="altColor">
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabComponent.html#%3Cinit%3E(net.java.games.input.WinTabContext,int,java.lang.String,net.java.games.input.Component.Identifier)">WinTabComponent</a></span>​(<ahref="../WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
int parentDevice,
java.lang.String name,
<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id)</code></th>
<tdclass="colLast"> </td>
</tr>
<trclass="rowColor">
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabComponent.html#%3Cinit%3E(net.java.games.input.WinTabContext,int,java.lang.String,net.java.games.input.Component.Identifier,int,int)">WinTabComponent</a></span>​(<ahref="../WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
int parentDevice,
java.lang.String name,
<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id,
int min,
int max)</code></th>
<tdclass="colLast"> </td>
</tr>
<trclass="altColor">
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../WinTabCursorComponent.html#%3Cinit%3E(net.java.games.input.WinTabContext,int,java.lang.String,net.java.games.input.Component.Identifier,int)">WinTabCursorComponent</a></span>​(<ahref="../WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
int parentDevice,
java.lang.String name,
<ahref="../Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id,