<li><ahref="AbstractComponent.html"title="class in net.java.games.input">net.java.games.input.AbstractComponent</a></li>
<li>
<ulclass="inheritance">
<li>net.java.games.input.WinTabComponent</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><ahref="Component.html"title="interface in net.java.games.input">Component</a></code></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><ahref="WinTabButtonComponent.html"title="class in net.java.games.input">WinTabButtonComponent</a></code>, <code><ahref="WinTabCursorComponent.html"title="class in net.java.games.input">WinTabCursorComponent</a></code></dd>
</dl>
<hr>
<pre>public class <spanclass="typeNameLabel">WinTabComponent</span>
extends <ahref="AbstractComponent.html"title="class in net.java.games.input">AbstractComponent</a></pre>
<h3>Nested classes/interfaces inherited from interface net.java.games.input.<ahref="Component.html"title="interface in net.java.games.input">Component</a></h3>
<code><ahref="Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a>, <ahref="Component.POV.html"title="class in net.java.games.input">Component.POV</a></code></li>
<thclass="colConstructorName"scope="row"><code><spanclass="memberNameLink"><ahref="#%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">
<tdclass="colFirst"><code>protected </code></td>
<thclass="colConstructorName"scope="row"><code><spanclass="memberNameLink"><ahref="#%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,
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>static java.util.Collection<<ahref="WinTabButtonComponent.html"title="class in net.java.games.input">WinTabButtonComponent</a>></code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="#createButtons(net.java.games.input.WinTabContext,int,int)">createButtons</a></span>​(<ahref="WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
int deviceIndex,
int numberOfButtons)</code></th>
<tdclass="colLast"> </td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>static java.util.List<<ahref="WinTabComponent.html"title="class in net.java.games.input">WinTabComponent</a>></code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="#createComponents(net.java.games.input.WinTabContext,int,int,int%5B%5D)">createComponents</a></span>​(<ahref="WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
int parentDevice,
int axisId,
int[] axisRanges)</code></th>
<tdclass="colLast"> </td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code>static java.util.Collection<<ahref="WinTabCursorComponent.html"title="class in net.java.games.input">WinTabCursorComponent</a>></code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="#createCursors(net.java.games.input.WinTabContext,int,java.lang.String%5B%5D)">createCursors</a></span>​(<ahref="WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
<tdclass="colFirst"><code><ahref="Event.html"title="class in net.java.games.input">Event</a></code></td>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="#processPacket(net.java.games.input.WinTabPacket)">processPacket</a></span>​(<ahref="WinTabPacket.html"title="class in net.java.games.input">WinTabPacket</a> packet)</code></th>
<h3>Methods inherited from class net.java.games.input.<ahref="AbstractComponent.html"title="class in net.java.games.input">AbstractComponent</a></h3>
<dd><code><ahref="AbstractComponent.html#poll()">poll</a></code> in class <code><ahref="AbstractComponent.html"title="class in net.java.games.input">AbstractComponent</a></code></dd>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from class: <code><ahref="AbstractComponent.html#isAnalog()">AbstractComponent</a></code></span></div>
<divclass="block">Returns whether or not the axis is analog, or false if it is digital.</div>
<dd><code><ahref="Component.html#isAnalog()">isAnalog</a></code> in interface <code><ahref="Component.html"title="interface in net.java.games.input">Component</a></code></dd>
<dd><code><ahref="AbstractComponent.html#isAnalog()">isAnalog</a></code> in class <code><ahref="AbstractComponent.html"title="class in net.java.games.input">AbstractComponent</a></code></dd>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="Component.html#isRelative()">Component</a></code></span></div>
<divclass="block">Returns <code>true</code> if data returned from <code>poll</code>
is relative to the last call, or <code>false</code> if data
<preclass="methodSignature">public static java.util.List<<ahref="WinTabComponent.html"title="class in net.java.games.input">WinTabComponent</a>> createComponents​(<ahref="WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
<preclass="methodSignature">public static java.util.Collection<<ahref="WinTabButtonComponent.html"title="class in net.java.games.input">WinTabButtonComponent</a>> createButtons​(<ahref="WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,
<preclass="methodSignature">public <ahref="Event.html"title="class in net.java.games.input">Event</a> processPacket​(<ahref="WinTabPacket.html"title="class in net.java.games.input">WinTabPacket</a> packet)</pre>
<preclass="methodSignature">public static java.util.Collection<<ahref="WinTabCursorComponent.html"title="class in net.java.games.input">WinTabCursorComponent</a>> createCursors​(<ahref="WinTabContext.html"title="class in net.java.games.input">WinTabContext</a> context,