Uses of Class
vrml.eai.NotSupportedException
Packages that use NotSupportedException
Package
Description
-
Uses of NotSupportedException in org.web3d.browser
Methods in org.web3d.browser that throw NotSupportedExceptionModifier and TypeMethodDescriptionVRMLBrowserFactoryImpl.createComponent
(String[] params) Create a VRML browser that can be used as an AWT component.VRMLBrowserFactoryImpl.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 NotSupportedException in org.web3d.vrml.scripting.external.neteai
Methods in org.web3d.vrml.scripting.external.neteai that throw NotSupportedExceptionModifier and TypeMethodDescriptionNetworkBrowserFactoryImpl.createComponent
(String[] params) NetworkBrowserFactoryImpl.getBrowser
(Applet applet) NetworkBrowserFactoryImpl.getBrowser
(Applet applet, String frameName, int index) NetworkBrowserFactoryImpl.getBrowser
(InetAddress address, int port) -
Uses of NotSupportedException in org.xj3d.ui.awt.browser.ogl
Methods in org.xj3d.ui.awt.browser.ogl that throw NotSupportedExceptionModifier and TypeMethodDescriptionVRMLOGLBrowserFactoryImpl.createComponent
(String[] paramList) VRMLOGLBrowserFactoryImpl.getBrowser
(Applet applet) VRMLOGLBrowserFactoryImpl.getBrowser
(Applet applet, String frameName, int index) VRMLOGLBrowserFactoryImpl.getBrowser
(InetAddress address, int port) -
Uses of NotSupportedException in vrml.eai
Methods in vrml.eai that throw NotSupportedExceptionModifier and TypeMethodDescriptionBrowserFactoryImpl.createComponent
(String[] params) Create a VRML browser that can be used as an AWT component.static VrmlComponent
BrowserFactory.createVrmlComponent
(String[] params) Create a VRML browser that can be used as an AWT component.static 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.