<divclass="inheritance"title="Inheritance Tree"><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"title="class or interface in java.lang"class="external-link">java.lang.Object</a>
<dd><code><ahref="LinuxJoystickPOV.html"title="class in net.java.games.input">LinuxJoystickPOV</a></code>, <code><ahref="WinTabComponent.html"title="class in net.java.games.input">WinTabComponent</a></code></dd>
<divclass="type-signature"><spanclass="modifiers">public abstract class </span><spanclass="element-name type-name-label">AbstractComponent</span>
<spanclass="extends-implements">extends <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"title="class or interface in java.lang"class="external-link">Object</a>
implements <ahref="Component.html"title="interface in net.java.games.input">Component</a></span></div>
<h2id="nested-classes-inherited-from-class-net.java.games.input.Component">Nested classes/interfaces inherited from interface net.java.games.input.<ahref="Component.html"title="interface in net.java.games.input">Component</a></h2>
<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></div>
<divclass="col-constructor-name even-row-color"><code><ahref="#%3Cinit%3E(java.lang.String,net.java.games.input.Component.Identifier)"class="member-name-link">AbstractComponent</a><wbr>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> name,
<ahref="Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id)</code></div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a></code></div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a></code></div>
<h3id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"title="class or interface in java.lang"class="external-link">Object</a></h3>
<code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone()"title="class or interface in java.lang"class="external-link">clone</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals(java.lang.Object)"title="class or interface in java.lang"class="external-link">equals</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize()"title="class or interface in java.lang"class="external-link">finalize</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass()"title="class or interface in java.lang"class="external-link">getClass</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode()"title="class or interface in java.lang"class="external-link">hashCode</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify()"title="class or interface in java.lang"class="external-link">notify</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll()"title="class or interface in java.lang"class="external-link">notifyAll</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait()"title="class or interface in java.lang"class="external-link">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long)"title="class or interface in java.lang"class="external-link">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long,int)"title="class or interface in java.lang"class="external-link">wait</a></code></div>
<divclass="inherited-list">
<h3id="methods-inherited-from-class-net.java.games.input.Component">Methods inherited from interface net.java.games.input.<ahref="Component.html"title="interface in net.java.games.input">Component</a></h3>
<divclass="member-signature"><spanclass="modifiers">protected</span> <spanclass="element-name">AbstractComponent</span><wbr><spanclass="parameters">(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> name,
<ahref="Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a> id)</span></div>
<divclass="member-signature"><spanclass="modifiers">public</span> <spanclass="return-type"><ahref="Component.Identifier.html"title="class in net.java.games.input">Component.Identifier</a></span> <spanclass="element-name">getIdentifier</span>()</div>
<dd><code><ahref="Component.html#getIdentifier()">getIdentifier</a></code> in interface <code><ahref="Component.html"title="interface in net.java.games.input">Component</a></code></dd>
<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="Component.html#getDeadZone()">getDeadZone</a></code> in interface <code><ahref="Component.html"title="interface in net.java.games.input">Component</a></code></dd>
<dd><code><ahref="Component.html#getPollData()">getPollData</a></code> in interface <code><ahref="Component.html"title="interface in net.java.games.input">Component</a></code></dd>
<divclass="member-signature"><spanclass="modifiers">public</span> <spanclass="return-type"><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a></span> <spanclass="element-name">getName</span>()</div>
<dd><code><ahref="Component.html#getName()">getName</a></code> in interface <code><ahref="Component.html"title="interface in net.java.games.input">Component</a></code></dd>
<divclass="member-signature"><spanclass="modifiers">public</span> <spanclass="return-type"><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a></span> <spanclass="element-name">toString</span>()</div>
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString()"title="class or interface in java.lang"class="external-link">toString</a></code> in class <code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"title="class or interface in java.lang"class="external-link">Object</a></code></dd>
throws <spanclass="exceptions"><ahref="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html"title="class or interface in java.io"class="external-link">IOException</a></span></div>
<dlclass="notes">
<dt>Throws:</dt>
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html"title="class or interface in java.io"class="external-link">IOException</a></code></dd>