com.sun.j3d.utils.universe
Class ConfigDevice

java.lang.Object
  extended by com.sun.j3d.utils.universe.ConfigObject
      extended by com.sun.j3d.utils.universe.ConfigDevice

 class ConfigDevice
extends ConfigObject

Mostly empty now; ConfigObject provides all required methods.


Field Summary
(package private)  InputDevice j3dInputDevice
          The corresponding Java 3D core InputDevice instance.
 
Fields inherited from class com.sun.j3d.utils.universe.ConfigObject
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject
 
Constructor Summary
ConfigDevice()
           
 
Method Summary
(package private)  InputDevice createInputDevice()
          Instantiate an InputDevice of the given class name.
 
Methods inherited from class com.sun.j3d.utils.universe.ConfigObject
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, initialize, isName, processProperties, setClassLoader, setProperty, syntaxError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

j3dInputDevice

InputDevice j3dInputDevice
The corresponding Java 3D core InputDevice instance.

Constructor Detail

ConfigDevice

ConfigDevice()
Method Detail

createInputDevice

InputDevice createInputDevice()
Instantiate an InputDevice of the given class name.

Returns:
the InputDevice, or null if error


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.