Uses of Class
net.java.games.input.Component.Identifier
Packages that use Component.Identifier
- 
Uses of Component.Identifier in net.java.games.inputSubclasses of Component.Identifier in net.java.games.inputModifier and TypeClassDescriptionstatic classstatic classstatic classKeyIDs for standard PC (LATIN-1) keyboardsMethods in net.java.games.input that return Component.IdentifierModifier and TypeMethodDescriptionRumbler.getAxisIdentifier()Get the axis identifier the rumbler is attached toAbstractComponent.getIdentifier()Returns the type or identifier of the axis.Component.getIdentifier()Returns the identifier of the axis.Methods in net.java.games.input with parameters of type Component.IdentifierModifier and TypeMethodDescriptionfinal ComponentAbstractController.getComponent(Component.Identifier id) Returns a single component based on its identifier, or null if no component with the specified type could be found.Controller.getComponent(Component.Identifier id) Returns a single axis based on its type, or null if no axis with the specified type could be found.Constructors in net.java.games.input with parameters of type Component.IdentifierModifierConstructorDescriptionprotectedAbstractComponent(String name, Component.Identifier id) Protected constructorprotectedWinTabButtonComponent(WinTabContext context, int parentDevice, String name, Component.Identifier id, int index) protectedWinTabComponent(WinTabContext context, int parentDevice, String name, Component.Identifier id) protectedWinTabComponent(WinTabContext context, int parentDevice, String name, Component.Identifier id, int min, int max) protectedWinTabCursorComponent(WinTabContext context, int parentDevice, String name, Component.Identifier id, int index)