|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.ie.WebBrowser.Properties
public static class WebBrowser.Properties
Represents a set of event names that can be handled in the
PropertyChangeListener
listener.
Field Summary | |
---|---|
static java.lang.String |
HAS_FOCUS
Represents the focus changing event. |
static java.lang.String |
PROPERTY_ALLOW_CLIENTPULL
|
static java.lang.String |
PROPERTY_ALLOW_CONTEXT_MENU
|
static java.lang.String |
PROPERTY_ALLOW_DOWNLOAD_ACTIVEX
|
static java.lang.String |
PROPERTY_ALLOW_DOWNLOADONLY
|
static java.lang.String |
PROPERTY_ALLOW_FORCEOFFLINE
|
static java.lang.String |
PROPERTY_ALLOW_FORCEUNLOAD
|
static java.lang.String |
PROPERTY_ALLOW_FRAMEDOWNLOAD
|
static java.lang.String |
PROPERTY_ALLOW_IMAGES
|
static java.lang.String |
PROPERTY_ALLOW_JAVA_APPLETS
|
static java.lang.String |
PROPERTY_ALLOW_NEW_WINDOW
|
static java.lang.String |
PROPERTY_ALLOW_RUN_ACTIVEX
|
static java.lang.String |
PROPERTY_ALLOW_SCRIPTS
|
static java.lang.String |
PROPERTY_ALLOW_SOUNDS
|
static java.lang.String |
PROPERTY_ALLOW_VIDEOS
|
static java.lang.String |
PROPERTY_SHOW_3DBORDER
Property that corresponds to visibility of a 3D border around a browser component. |
static java.lang.String |
PROPERTY_SHOW_SCROLLBARS
Property that corresponds to visibility of browser's shroll bars. |
static java.lang.String |
READY_STATE
Represents the ready state change event. |
Method Summary | |
---|---|
boolean |
isAllowClientPull()
Checks if no client pull operations will be performed. |
boolean |
isAllowContextMenu()
|
boolean |
isAllowDownloadActiveX()
|
boolean |
isAllowDownloadOnly()
Checks if the page will only be downloaded, not displayed. |
boolean |
isAllowForceOffline()
Checks if the WebBrowser Control always operates in offline mode. |
boolean |
isAllowForceUnload()
Determines whether WebBrowser control should be disposed or not. |
boolean |
isAllowFrameDownload()
Checks if the WebBrowser Control will download and parse a frame set, but not the individual frame objects within the frame set. |
boolean |
isAllowImages()
|
boolean |
isAllowJavaApplets()
|
boolean |
isAllowNewWindow()
|
boolean |
isAllowRunActiveX()
|
boolean |
isAllowScripts()
|
boolean |
isAllowSounds()
|
boolean |
isAllowVideos()
|
boolean |
isRefreshRequired()
Checks the flag that specify whether refresh of the browser page after changes of browser properties or not. |
boolean |
isShow3DBorder()
Checks if 3D border around a browser control is visible or not. |
boolean |
isShowScrollBars()
Checks either browser's scroll bars are visible or not. |
void |
setAllowClientPull(boolean allowClientPull)
Sets no client pull operations will be performed. |
void |
setAllowContextMenu(boolean allowContextMenu)
|
void |
setAllowDownloadActiveX(boolean allowDownloadActiveX)
|
void |
setAllowDownloadOnly(boolean allowDownloadOnly)
Sets the page will only be downloaded, not displayed. |
void |
setAllowForceOffline(boolean allowForceOffline)
Sets the WebBrowser Control always operates in offline mode. |
void |
setAllowForceUnload(boolean allowForceUnload)
Determines whether WebBrowser control should be disposed or not. |
void |
setAllowFrameDownload(boolean allowFrameDownload)
Sets the WebBrowser Control will download and parse a frame set, but not the individual frame objects within the frame set. |
void |
setAllowImages(boolean allowImages)
|
void |
setAllowJavaApplets(boolean allowJavaApplets)
|
void |
setAllowNewWindow(boolean allowNewWindow)
|
void |
setAllowRunActiveX(boolean allowRunActiveX)
|
void |
setAllowScripts(boolean allowScripts)
|
void |
setAllowSounds(boolean allowSounds)
|
void |
setAllowVideos(boolean allowVideos)
|
void |
setRefreshRequired(boolean refreshRequired)
Sets the flag that specify whether refresh of the browser page after changes of browser properties or not. |
void |
setShow3DBorder(boolean show3DBorder)
Sets the visibility of 3D border around a browser control. |
void |
setShowScrollBars(boolean showScrollBars)
Sets the visibility of browser's scroll bars. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String READY_STATE
public static final java.lang.String HAS_FOCUS
public static final java.lang.String PROPERTY_SHOW_SCROLLBARS
public static final java.lang.String PROPERTY_SHOW_3DBORDER
public static final java.lang.String PROPERTY_ALLOW_IMAGES
public static final java.lang.String PROPERTY_ALLOW_VIDEOS
public static final java.lang.String PROPERTY_ALLOW_SOUNDS
public static final java.lang.String PROPERTY_ALLOW_SCRIPTS
public static final java.lang.String PROPERTY_ALLOW_JAVA_APPLETS
public static final java.lang.String PROPERTY_ALLOW_DOWNLOAD_ACTIVEX
public static final java.lang.String PROPERTY_ALLOW_RUN_ACTIVEX
public static final java.lang.String PROPERTY_ALLOW_NEW_WINDOW
public static final java.lang.String PROPERTY_ALLOW_CONTEXT_MENU
public static final java.lang.String PROPERTY_ALLOW_DOWNLOADONLY
public static final java.lang.String PROPERTY_ALLOW_FRAMEDOWNLOAD
public static final java.lang.String PROPERTY_ALLOW_FORCEOFFLINE
public static final java.lang.String PROPERTY_ALLOW_CLIENTPULL
public static final java.lang.String PROPERTY_ALLOW_FORCEUNLOAD
Method Detail |
---|
public boolean isAllowForceUnload()
AllowForceUnload
flag to allows disposing WebBrowser control
even when user answers no.
true
if WebBrowser should be disposed in any case.public void setAllowForceUnload(boolean allowForceUnload)
AllowForceUnload
flag to allows disposing WebBrowser control
even when user answers no.
allowForceUnload
- true
if WebBrowser should be disposed in any
case.public boolean isRefreshRequired()
true
if refreshing has occur; otherwise - false
public void setRefreshRequired(boolean refreshRequired)
refreshRequired
- true
if need refreshing; otherwise - false
public boolean isShowScrollBars()
public void setShowScrollBars(boolean showScrollBars)
showScrollBars
- if true - browser's scroll bars are visible; otherwise falsepublic boolean isShow3DBorder()
public void setShow3DBorder(boolean show3DBorder)
show3DBorder
- if true - 3D border is visible; otherwise falsepublic boolean isAllowImages()
public void setAllowImages(boolean allowImages)
public boolean isAllowVideos()
public void setAllowVideos(boolean allowVideos)
public boolean isAllowSounds()
public void setAllowSounds(boolean allowSounds)
public boolean isAllowScripts()
public void setAllowScripts(boolean allowScripts)
public boolean isAllowJavaApplets()
public void setAllowJavaApplets(boolean allowJavaApplets)
public boolean isAllowDownloadActiveX()
public void setAllowDownloadActiveX(boolean allowDownloadActiveX)
public boolean isAllowRunActiveX()
public void setAllowRunActiveX(boolean allowRunActiveX)
public boolean isAllowNewWindow()
public void setAllowNewWindow(boolean allowNewWindow)
public boolean isAllowContextMenu()
public void setAllowContextMenu(boolean allowContextMenu)
public boolean isAllowDownloadOnly()
public void setAllowDownloadOnly(boolean allowDownloadOnly)
allowDownloadOnly
- if true - the page will only be downloaded,
not displayed; otherwise falsepublic boolean isAllowFrameDownload()
public void setAllowFrameDownload(boolean allowFrameDownload)
allowFrameDownload
- if true - the WebBrowser Control will
download and parse a frame set, but not the individual frame
objects within the frame set; otherwise falsepublic boolean isAllowForceOffline()
public void setAllowForceOffline(boolean allowForceOffline)
allowForceOffline
- if true - the WebBrowser Control always
operates in offline mode; otherwise falsepublic boolean isAllowClientPull()
public void setAllowClientPull(boolean allowClientPull)
allowClientPull
- if true - no client pull
operations will be performed; otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |