de.jreality.scene.tool
Class InputSlot

java.lang.Object
  extended by de.jreality.scene.tool.InputSlot
All Implemented Interfaces:
Serializable

public class InputSlot
extends Object
implements Serializable

Abstract input device, addressed via a logical name.

See Also:
Serialized Form

Method Summary
static InputSlot getDevice(String name)
          Get the canonical device for the logical name.
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDevice

public static InputSlot getDevice(String name)
Get the canonical device for the logical name. Devices with the same name are meant to represent the same device and yield the same instance.


getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object