Uses of Class
vrml.eai.NoSuchBrowserException
Packages that use NoSuchBrowserException
Package
Description
-
Uses of NoSuchBrowserException in org.web3d.browser
Methods in org.web3d.browser that throw NoSuchBrowserExceptionModifier and TypeMethodDescriptionVRMLBrowserFactoryImpl.getBrowser
(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.VRMLBrowserFactoryImpl.getBrowser
(Applet applet, String frameName, int index) VRMLBrowserFactoryImpl.getBrowser
(InetAddress address, int port) Get a reference to a browser that is located on a remote machine. -
Uses of NoSuchBrowserException in org.web3d.vrml.scripting.external.neteai
Methods in org.web3d.vrml.scripting.external.neteai that throw NoSuchBrowserExceptionModifier and TypeMethodDescriptionNetworkBrowserFactoryImpl.getBrowser
(Applet applet) NetworkBrowserFactoryImpl.getBrowser
(Applet applet, String frameName, int index) NetworkBrowserFactoryImpl.getBrowser
(InetAddress address, int port) -
Uses of NoSuchBrowserException in org.xj3d.ui.awt.browser.ogl
Methods in org.xj3d.ui.awt.browser.ogl that throw NoSuchBrowserExceptionModifier and TypeMethodDescriptionVRMLOGLBrowserFactoryImpl.getBrowser
(Applet applet) VRMLOGLBrowserFactoryImpl.getBrowser
(Applet applet, String frameName, int index) VRMLOGLBrowserFactoryImpl.getBrowser
(InetAddress address, int port) -
Uses of NoSuchBrowserException in vrml.eai
Methods in vrml.eai that throw NoSuchBrowserExceptionModifier and TypeMethodDescriptionstatic Browser
BrowserFactory.getBrowser
(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.static Browser
BrowserFactory.getBrowser
(Applet applet, String frameName, int index) Get a browser from the given java applet reference one some named page and at some embed location.static Browser
BrowserFactory.getBrowser
(InetAddress address, int port) Get a reference to a browser that is located on a remote machine.BrowserFactoryImpl.getBrowser
(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.BrowserFactoryImpl.getBrowser
(Applet applet, String frameName, int index) Get a browser from the given java applet reference one some named page and at some embed location.BrowserFactoryImpl.getBrowser
(InetAddress address, int port) Get a reference to a browser that is located on a remote machine.