Uses of Class
vrml.eai.InvalidBrowserException
Packages that use InvalidBrowserException
Package
Description
-
Uses of InvalidBrowserException in org.web3d.vrml.scripting.external.eai
Methods in org.web3d.vrml.scripting.external.eai that throw InvalidBrowserExceptionModifier and TypeMethodDescriptionvoidEAIBrowser.addBrowserListener(BrowserListener theListener) addBrowserListener adds the specified listener to the set of listeners for this browser.voidvoidEAIBrowser.beginUpdate()Node[]EAIBrowser.createVrmlFromString(String string) voidEAIBrowser.createVrmlFromURL(String[] urls, Node targetNode, String eventInName) voidEAIBrowser.deleteRoute(Node fromNode, String fromEventName, Node toNode, String toEventName) voidEAIBrowser.endUpdate()floatEAIBrowser.getCurrentFrameRate()floatEAIBrowser.getCurrentSpeed()EAIBrowser.getName()Returns the name of the Browser.EAIBrowser.getVersion()Returns the version string for this Browser.EAIBrowser.getWorldURL()voidvoidEAIBrowser.removeBrowserListener(BrowserListener listener) removeBrowserListener removes the specified listener from the set of listeners for this browser.voidEAIBrowser.replaceWorld(Node[] nodes) voidEAIBrowser.setDescription(String newDescription) -
Uses of InvalidBrowserException in org.web3d.vrml.scripting.external.neteai
Methods in org.web3d.vrml.scripting.external.neteai that throw InvalidBrowserExceptionModifier and TypeMethodDescriptionvoidNetworkBrowserClient.addBrowserListener(BrowserListener l) * @see vrml.eai.Browser#addBrowserListener(vrml.eai.event.BrowserListener)void* @see vrml.eai.Browser#addRoute(vrml.eai.Node, java.lang.String, vrml.eai.Node, java.lang.String)voidNetworkBrowserClient.beginUpdate()* @see vrml.eai.Browser#beginUpdate()Node[]NetworkBrowserClient.createVrmlFromString(String vrmlString) * @see vrml.eai.Browser#createVrmlFromString(java.lang.String)voidNetworkBrowserClient.createVrmlFromURL(String[] url, Node node, String eventIn) * @see vrml.eai.Browser#createVrmlFromURL(java.lang.String[], vrml.eai.Node, java.lang.String)voidNetworkBrowserClient.deleteRoute(Node fromNode, String eventOut, Node toNode, String eventIn) * @see vrml.eai.Browser#deleteRoute(vrml.eai.Node, java.lang.String, vrml.eai.Node, java.lang.String)voidNetworkBrowserClient.endUpdate()* @see vrml.eai.Browser#endUpdate()floatNetworkBrowserClient.getCurrentFrameRate()* @see vrml.eai.Browser#getCurrentFrameRate()floatNetworkBrowserClient.getCurrentSpeed()* @see vrml.eai.Browser#getCurrentSpeed()NetworkBrowserClient.getName()* @see vrml.eai.Browser#getName()* @see vrml.eai.Browser#getNode(java.lang.String)NetworkBrowserClient.getVersion()* @see vrml.eai.Browser#getVersion()NetworkBrowserClient.getWorldURL()* @see vrml.eai.Browser#getWorldURL()void* @see vrml.eai.Browser#loadURL(java.lang.String[], java.lang.String[])voidNetworkBrowserClient.removeBrowserListener(BrowserListener l) * @see vrml.eai.Browser#removeBrowserListener(vrml.eai.event.BrowserListener)voidNetworkBrowserClient.replaceWorld(Node[] nodes) * @see vrml.eai.Browser#replaceWorld(vrml.eai.Node[])voidNetworkBrowserClient.setDescription(String desc) * @see vrml.eai.Browser#setDescription(java.lang.String) -
Uses of InvalidBrowserException in vrml.eai
Methods in vrml.eai that throw InvalidBrowserExceptionModifier and TypeMethodDescriptionvoidBrowser.addBrowserListener(BrowserListener l) Add a listener for browser events.voidAdd a route between two nodes, from an eventOut to an eventIn.voidBrowser.beginUpdate()Lock the output from the external interface to the browser as the code is about to begin a series of updates.Node[]Browser.createVrmlFromString(String vrmlString) Parse the given string and turn this into a list of VRML nodes.voidBrowser.createVrmlFromURL(String[] url, Node node, String eventIn) Create and load VRML from the given URL and place the returned values as nodes into the given VRML node in the scene.voidBrowser.deleteRoute(Node fromNode, String eventOut, Node toNode, String eventIn) Delete a route between two nodes.voidBrowser.endUpdate()Release the output of events from the external interface into the VRML browser.floatBrowser.getCurrentFrameRate()Get the current frame rate of the browser in frames per second.floatBrowser.getCurrentSpeed()Get the current velocity of the bound viewpoint in meters per second.Browser.getName()Get the name of the browser.Get a DEF node by name.Browser.getVersion()Get the version of the browser.Browser.getWorldURL()Get the fully qualified URL of the currently loaded world.voidLoad the URL as the new root of the scene.voidBrowser.removeBrowserListener(BrowserListener l) Remove a listener for browser events.voidBrowser.replaceWorld(Node[] nodes) Replace the current world with the given nodes.voidBrowser.setDescription(String desc) Set the description of the current world.