com.alee.managers.proxy
Class WebSystemProxyConfirmationSupport

java.lang.Object
  extended by com.alee.managers.proxy.WebSystemProxyConfirmationSupport
All Implemented Interfaces:
SystemProxyConfirmationSupport

public class WebSystemProxyConfirmationSupport
extends java.lang.Object
implements SystemProxyConfirmationSupport

Default WebLaF system proxy detection confirm dialog support.

Author:
Mikle Garin
See Also:
How to use ProxyManager, ProxyManager, SystemProxyConfirmationSupport

Constructor Summary
WebSystemProxyConfirmationSupport()
           
 
Method Summary
 boolean alwaysDoTheSame()
          Returns whether should remember the choice or not.
 boolean shouldUseSystemProxy()
          Returns whether should use system proxy or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSystemProxyConfirmationSupport

public WebSystemProxyConfirmationSupport()
Method Detail

shouldUseSystemProxy

public boolean shouldUseSystemProxy()
Returns whether should use system proxy or not.

Specified by:
shouldUseSystemProxy in interface SystemProxyConfirmationSupport
Returns:
true if should use system proxy, false otherwise

alwaysDoTheSame

public boolean alwaysDoTheSame()
Returns whether should remember the choice or not.

Specified by:
alwaysDoTheSame in interface SystemProxyConfirmationSupport
Returns:
true if should remember the choice, false otherwise