com.alee.managers.proxy
Interface SystemProxyConfirmationSupport

All Known Implementing Classes:
WebSystemProxyConfirmationSupport

public interface SystemProxyConfirmationSupport

System proxy detection confirm dialog support.

Author:
Mikle Garin

Method Summary
 boolean alwaysDoTheSame()
          Returns whether should remember the choice or not.
 boolean shouldUseSystemProxy()
          Returns whether should use system proxy or not.
 

Method Detail

shouldUseSystemProxy

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

Returns:
true if should use system proxy, false otherwise

alwaysDoTheSame

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

Returns:
true if should remember the choice, false otherwise