Uses of Interface
org.xj3d.core.eventmodel.ScriptManager
Packages that use ScriptManager
Package
Description
-
Uses of ScriptManager in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return ScriptManagerModifier and TypeMethodDescriptionOGLBrowserCanvas.getScriptManager()
Fetch the script loader in use by this class -
Uses of ScriptManager in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel that return ScriptManagerModifier and TypeMethodDescriptionEventModelEvaluator.getScriptManager()
Get the script manager in use by the evaluator.Methods in org.xj3d.core.eventmodel with parameters of type ScriptManagerModifier and TypeMethodDescriptionvoid
EventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) Initialise the evaluator with the given managers. -
Uses of ScriptManager in org.xj3d.impl.core.eventmodel
Classes in org.xj3d.impl.core.eventmodel that implement ScriptManagerModifier and TypeClassDescriptionclass
Default implementation of the ScriptManager interface that implements VRML97 and X3D semantics.Methods in org.xj3d.impl.core.eventmodel that return ScriptManagerMethods in org.xj3d.impl.core.eventmodel with parameters of type ScriptManagerModifier and TypeMethodDescriptionvoid
DefaultEventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) -
Uses of ScriptManager in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as ScriptManagerModifier and TypeFieldDescriptionprotected ScriptManager
Construct.scriptManager
The script managerMethods in org.xj3d.ui.construct that return ScriptManager