|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedInternetFeatureException | |
---|---|
com.jniwrapper.win32.ie | Contains the basic classes and interfaces. |
Uses of UnsupportedInternetFeatureException in com.jniwrapper.win32.ie |
---|
Methods in com.jniwrapper.win32.ie that throw UnsupportedInternetFeatureException | |
---|---|
boolean |
InternetFeatures.isAddOnManagement()
Checks the FEATURE_ADDON_MANAGEMENT Internet Explorer feature. |
boolean |
InternetFeatures.isBehaviors()
Checks the FEATURE_BEHAVIORS Internet Explorer feature. |
boolean |
InternetFeatures.isBlockInputPrompts()
Checks the FEATURE_BLOCK_INPUT_PROMPTS Internet Explorer feature. |
boolean |
InternetFeatures.isDisableLegacyCompression()
Checks the FEATURE_DISABLE_LEGACY_COMPRESSION Internet Explorer feature. |
boolean |
InternetFeatures.isDisableMkProtocol()
Checks the FEATURE_DISABLE_MK_PROTOCOL Internet Explorer feature. |
boolean |
InternetFeatures.isDisableNavigationSounds()
Checks the FEATURE_DISABLE_NAVIGATION_SOUNDS Internet Explorer feature. |
boolean |
InternetFeatures.isDisableTelnetProtocol()
Checks the FEATURE_DISABLE_TELNET_PROTOCOL Internet Explorer feature. |
boolean |
InternetFeatures.isFeeds()
Checks the FEATURE_FEEDS Internet Explorer feature. |
boolean |
InternetFeatures.isForceAddAndStatus()
Checks the FEATURE_FORCE_ADDR_AND_STATUS Internet Explorer feature. |
boolean |
InternetFeatures.isGetUrlDomFilepathUnencoded()
Checks the FEATURE_GET_URL_DOM_FILEPATH_UNENCODED Internet Explorer feature. |
boolean |
InternetFeatures.isHttpUsernamePasswordDisable()
Checks the FEATURE_HTTP_USERNAME_PASSWORD_DISABLE Internet Explorer feature. |
boolean |
InternetFeatures.isLocalMachineLockDown()
Checks the FEATURE_LOCALMACHINE_LOCKDOWN Internet Explorer feature. |
boolean |
InternetFeatures.isMimeHandling()
Checks the FEATURE_MIME_HANDLING Internet Explorer feature. |
boolean |
InternetFeatures.isMimeSniffing()
Checks the FEATURE_MIME_SNIFFING Internet Explorer feature. |
boolean |
InternetFeatures.isObjectCaching()
Checks the FEATURE_OBJECT_CACHING Internet Explorer feature. |
boolean |
InternetFeatures.isPopupManagement()
Checks the FEATURE_WEBOC_POPUPMANAGEMENT Internet Explorer feature. |
boolean |
InternetFeatures.isProtocolLockDown()
Checks the FEATURE_PROTOCOL_LOCKDOWN Internet Explorer feature. |
boolean |
InternetFeatures.isRestrictActiveXInstall()
Checks the FEATURE_RESTRICT_ACTIVEXINSTALL Internet Explorer feature. |
boolean |
InternetFeatures.isRestrictFileDownload()
Checks the FEATURE_RESTRICT_FILEDOWNLOAD Internet Explorer feature. |
boolean |
InternetFeatures.isSafeBindToObject()
Checks the FEATURE_SAFE_BINDTOOBJECT Internet Explorer feature. |
boolean |
InternetFeatures.isSecurityBand()
Checks the FEATURE_SECURITYBAND Internet Explorer feature. |
boolean |
InternetFeatures.isSslux()
Checks the FEATURE_SSLUX Internet Explorer feature. |
boolean |
InternetFeatures.isTabbedBrowsing()
Checks the FEATURE_TABBED_BROWSING Internet Explorer feature. |
boolean |
InternetFeatures.isUncSavedFileCheck()
Checks the FEATURE_UNC_SAVEDFILECHECK Internet Explorer feature. |
boolean |
InternetFeatures.isValidateNavigateUrl()
Checks the FEATURE_VALIDATE_NAVIGATE_URL Internet Explorer feature. |
boolean |
InternetFeatures.isWindowRestrictions()
Checks the FEATURE_WINDOW_RESTRICTIONS Internet Explorer feature. |
boolean |
InternetFeatures.isXmlhttp()
Checks the FEATURE_XMLHTTP Internet Explorer feature. |
boolean |
InternetFeatures.isZoneElevation()
Checks the FEATURE_ZONE_ELEVATION Internet Explorer feature. |
void |
InternetFeatures.setAddOnManagement(boolean enable)
Sets the FEATURE_ADDON_MANAGEMENT Internet Explorer feature. |
void |
InternetFeatures.setBehaviors(boolean enable)
Sets the FEATURE_BEHAVIORS Internet Explorer feature. |
void |
InternetFeatures.setBlockInputPrompts(boolean enable)
Sets the FEATURE_BLOCK_INPUT_PROMPTS Internet Explorer feature. |
void |
InternetFeatures.setDisableLegacyCompression(boolean enable)
Sets the FEATURE_DISABLE_LEGACY_COMPRESSION Internet Explorer feature. |
void |
InternetFeatures.setDisableMkProtocol(boolean enable)
Sets the FEATURE_DISABLE_MK_PROTOCOL Internet Explorer feature. |
void |
InternetFeatures.setDisableNavigationSounds(boolean enable)
Sets the FEATURE_DISABLE_NAVIGATION_SOUNDS Internet Explorer feature. |
void |
InternetFeatures.setDisableTelnetProtocol(boolean enable)
Sets the FEATURE_DISABLE_TELNET_PROTOCOL Internet Explorer feature. |
void |
InternetFeatures.setFeeds(boolean enable)
Sets the FEATURE_FEEDS Internet Explorer feature. |
void |
InternetFeatures.setForceAddAndStatus(boolean enable)
Sets the FEATURE_FORCE_ADDR_AND_STATUS Internet Explorer feature. |
void |
InternetFeatures.setGetUrlDomFilepathUnencoded(boolean enable)
Sets the FEATURE_GET_URL_DOM_FILEPATH_UNENCODED Internet Explorer feature. |
void |
InternetFeatures.setHttpUsernamePasswordDisable(boolean enable)
Sets the FEATURE_HTTP_USERNAME_PASSWORD_DISABLE Internet Explorer feature. |
void |
InternetFeatures.setLocalMachineLockDown(boolean enable)
Sets the FEATURE_LOCALMACHINE_LOCKDOWN Internet Explorer feature. |
void |
InternetFeatures.setMimeHandling(boolean enable)
Sets the FEATURE_MIME_HANDLING Internet Explorer feature. |
void |
InternetFeatures.setMimeSniffing(boolean enable)
Sets the FEATURE_MIME_SNIFFING Internet Explorer feature. |
void |
InternetFeatures.setObjectCaching(boolean enable)
Sets the FEATURE_OBJECT_CACHING Internet Explorer feature. |
void |
InternetFeatures.setPopupManagement(boolean enable)
Sets the FEATURE_WEBOC_POPUPMANAGEMENT Internet Explorer feature. |
void |
InternetFeatures.setProtocolLockDown(boolean enable)
Sets the FEATURE_PROTOCOL_LOCKDOWN Internet Explorer feature. |
void |
InternetFeatures.setRestrictActiveXInstall(boolean enable)
Sets the FEATURE_RESTRICT_ACTIVEXINSTALL Internet Explorer feature. |
void |
InternetFeatures.setRestrictFileDownload(boolean enable)
Sets the FEATURE_RESTRICT_FILEDOWNLOAD Internet Explorer feature. |
void |
InternetFeatures.setSafeBindToObject(boolean enable)
Sets the FEATURE_SAFE_BINDTOOBJECT Internet Explorer feature. |
void |
InternetFeatures.setSecurityBand(boolean enable)
Sets the FEATURE_SECURITYBAND Internet Explorer feature. |
void |
InternetFeatures.setSslux(boolean enable)
Sets the FEATURE_SSLUX Internet Explorer feature. |
void |
InternetFeatures.setTabbedBrowsing(boolean enable)
Sets the FEATURE_TABBED_BROWSING Internet Explorer feature. |
void |
InternetFeatures.setUncSavedFileCheck(boolean enable)
Sets the FEATURE_UNC_SAVEDFILECHECK Internet Explorer feature. |
void |
InternetFeatures.setValidateNavigateUrl(boolean enable)
Sets the FEATURE_VALIDATE_NAVIGATE_URL Internet Explorer feature. |
void |
InternetFeatures.setWindowRestrictions(boolean enable)
Sets the FEATURE_WINDOW_RESTRICTIONS Internet Explorer feature. |
void |
InternetFeatures.setXmlhttp(boolean enable)
Sets the FEATURE_XMLHTTP Internet Explorer feature. |
void |
InternetFeatures.setZoneElevation(boolean enable)
Sets the FEATURE_ZONE_ELEVATION Internet Explorer feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |