Uses of Interface
vrml.eai.Browser
Packages that use Browser
Package
Description
-
Uses of Browser in org.web3d.browser
Methods in org.web3d.browser that return BrowserModifier 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 Browser in org.web3d.vrml.scripting.external.eai
Classes in org.web3d.vrml.scripting.external.eai that implement BrowserModifier and TypeClassDescriptionclassEAIBrowser implements theBrowserinterface, largely by translating and interfacing between the wrapper classes and the implementation class represented by {org.web3d.vrml.scripting.CommonBrowser}. -
Uses of Browser in org.web3d.vrml.scripting.external.neteai
Classes in org.web3d.vrml.scripting.external.neteai that implement BrowserModifier and TypeClassDescriptionclassNetworkBrowserClient communicates over the network to a NetworkBrowserServer.Methods in org.web3d.vrml.scripting.external.neteai that return BrowserModifier and TypeMethodDescriptionNetworkBrowserFactoryImpl.getBrowser(Applet applet) NetworkBrowserFactoryImpl.getBrowser(Applet applet, String frameName, int index) NetworkBrowserFactoryImpl.getBrowser(InetAddress address, int port) -
Uses of Browser in org.xj3d.ui.awt.browser.ogl
Methods in org.xj3d.ui.awt.browser.ogl that return BrowserModifier and TypeMethodDescriptionVRMLBrowserAWTPanel.getBrowser()VRMLBrowserJPanel.getBrowser()VRMLOGLBrowserFactoryImpl.getBrowser(Applet applet) VRMLOGLBrowserFactoryImpl.getBrowser(Applet applet, String frameName, int index) VRMLOGLBrowserFactoryImpl.getBrowser(InetAddress address, int port) -
Uses of Browser in vrml.eai
Modifier and TypeMethodDescriptionstatic BrowserBrowserFactory.getBrowser(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.static BrowserBrowserFactory.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 BrowserBrowserFactory.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.VrmlComponent.getBrowser()Get a browser reference from this component that represents the internals of this browser. -
Uses of Browser in vrml.eai.event
Methods in vrml.eai.event that return BrowserConstructors in vrml.eai.event with parameters of type Browser