net.java.games.input
Class Component.Identifier

java.lang.Object
  extended by net.java.games.input.Component.Identifier
Direct Known Subclasses:
Component.Identifier.Axis, Component.Identifier.Button, Component.Identifier.Key
Enclosing interface:
Component

public static class Component.Identifier
extends java.lang.Object

Identifiers for different Axes.


Nested Class Summary
static class Component.Identifier.Axis
           
static class Component.Identifier.Button
           
static class Component.Identifier.Key
          KeyIDs for standard PC (LATIN-1) keyboards
 
Constructor Summary
protected Component.Identifier(java.lang.String name)
          Protected constructor
 
Method Summary
 java.lang.String getName()
          Returns a non-localized string description of this axis type.
 java.lang.String toString()
          Returns a non-localized string description of this axis type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component.Identifier

protected Component.Identifier(java.lang.String name)
Protected constructor

Method Detail

getName

public java.lang.String getName()
Returns a non-localized string description of this axis type.


toString

public java.lang.String toString()
Returns a non-localized string description of this axis type.

Overrides:
toString in class java.lang.Object