Uses of Class
org.web3d.x3d.sai.InvalidBrowserException
Package
Description
The X3D Java Scene Access Interface (SAI) package is designed to
provide access to a browser and its contained scene graph,
either as an internal X3D Script node, or as an standalone Java program.
-
Uses of InvalidBrowserException in org.web3d.x3d.sai
Modifier and TypeMethodDescriptionvoid
ExternalBrowser.addBrowserListener
(BrowserListener l) Add a listener for browser events.void
ExternalBrowser.beginUpdate()
Lock the output from the external interface to the browser as the code is about to begin a series of updates.void
ExternalBrowser.endUpdate()
Release the output of events from the external interface into the X3D browser.void
ExternalBrowser.removeBrowserListener
(BrowserListener l) Remove a listener for browser events.