Interface StringSensor
- All Superinterfaces:
X3DChildNode,X3DKeyDeviceSensorNode,X3DNode,X3DSensorNode
- All Known Implementing Classes:
SAIStringSensor,SAIStringSensor
Defines the requirements of an X3D StringSensor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the deletionAllowed boolean value.Return the enteredText String value.Return the finalText String value.voidsetDeletionAllowed(boolean val) Set the deletionAllowed field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getDeletionAllowed
boolean getDeletionAllowed()Return the deletionAllowed boolean value.- Returns:
- The deletionAllowed boolean value.
-
setDeletionAllowed
void setDeletionAllowed(boolean val) Set the deletionAllowed field.- Parameters:
val- The boolean to set.
-
getEnteredText
-
getFinalText
-