|
static void | setBrowserFactoryImpl (BrowserFactoryImpl fac) throws IllegalArgumentException, X3DException, SecurityException |
|
static X3DComponent | createX3DComponent (Map params) throws NotSupportedException |
|
static ExternalBrowser | getBrowser (Applet applet) throws NotSupportedException, NoSuchBrowserException |
|
static ExternalBrowser | getBrowser (Applet applet, String frameName, int index) throws NotSupportedException, NoSuchBrowserException |
|
static ExternalBrowser | getBrowser (InetAddress address, int port) throws NotSupportedException, NoSuchBrowserException, UnknownHostException, ConnectionException |
|
Definition at line 8 of file BrowserFactory.java.
◆ createX3DComponent()
static X3DComponent sai.BrowserFactory.createX3DComponent |
( |
Map |
params | ) |
throws NotSupportedException |
|
inlinestatic |
◆ getBrowser() [1/3]
static ExternalBrowser sai.BrowserFactory.getBrowser |
( |
Applet |
applet | ) |
throws NotSupportedException, NoSuchBrowserException |
|
inlinestatic |
◆ getBrowser() [2/3]
static ExternalBrowser sai.BrowserFactory.getBrowser |
( |
Applet |
applet, |
|
|
String |
frameName, |
|
|
int |
index |
|
) |
| throws NotSupportedException, NoSuchBrowserException |
|
inlinestatic |
◆ getBrowser() [3/3]
static ExternalBrowser sai.BrowserFactory.getBrowser |
( |
InetAddress |
address, |
|
|
int |
port |
|
) |
| throws NotSupportedException, NoSuchBrowserException, UnknownHostException, ConnectionException |
|
inlinestatic |
◆ setBrowserFactoryImpl()
static void sai.BrowserFactory.setBrowserFactoryImpl |
( |
BrowserFactoryImpl |
fac | ) |
throws IllegalArgumentException, X3DException, SecurityException |
|
inlinestatic |
The documentation for this class was generated from the following file: