| Package | Description | 
|---|---|
| oracle.ide.webbrowser | 
 Contains classes that allow addins some level of control on the IDE web browser
settings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ProxyOptions | 
ProxyOptions.getInstance(PropertyStorage prefs)  | 
ProxyOptions | 
ProxySettingsPanel.getProxyOptions()
Convenience method that constructs and returns a new instance of a
 proxy options object containing the settings configured in this panel. 
 | 
static ProxyOptions | 
ProxyOptions.getProxyOptions()
Get the current proxy options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ProxyOptions.copyToImpl(ProxyOptions copy)  | 
void | 
ProxySettingsPanel.setProxyOptions(ProxyOptions proxyOptions)
Convenience method to initialize the UI from a ProxyOptions object. 
 | 
static void | 
ProxyOptions.setProxyOptions(ProxyOptions proxyOptions)
Set the current proxy options. 
 | 
| Constructor and Description | 
|---|
HttpPing(ProxyOptions options,
        java.net.URL url)
Constructs an instance of HttpPing. 
 | 
HttpPing(ProxyOptions options,
        java.net.URL url,
        int timeout)
Constructs an instance of HttpPing. 
 |