Jeospace API

org.jeospace.x3d.node
Class StringSensor

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.StringSensor

public class StringSensor
extends Node

An SAI StringSensor node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFBool deletionAllowed
          The deletionAllowed exposedField
 org.web3d.x3d.sai.SFBool enabled
          The enabled exposedField
 org.web3d.x3d.sai.SFString enteredText
          The enteredText eventOut
 org.web3d.x3d.sai.SFString finalText
          The finalText eventOut
 org.web3d.x3d.sai.SFBool isActive
          The isActive eventOut
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
StringSensor(org.web3d.x3d.sai.X3DNode node)
          Constructor
StringSensor(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


enabled

public final org.web3d.x3d.sai.SFBool enabled
The enabled exposedField


isActive

public final org.web3d.x3d.sai.SFBool isActive
The isActive eventOut


deletionAllowed

public final org.web3d.x3d.sai.SFBool deletionAllowed
The deletionAllowed exposedField


enteredText

public final org.web3d.x3d.sai.SFString enteredText
The enteredText eventOut


finalText

public final org.web3d.x3d.sai.SFString finalText
The finalText eventOut

Constructor Detail

StringSensor

public StringSensor(org.web3d.x3d.sai.X3DScene scene)
Constructor


StringSensor

public StringSensor(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org