public class WebBrowser extends WebBrowserBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.WebBrowser
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.WebBrowser
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WebBrowser() |
WebBrowser(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCanGoBackChanged(EventHandler handler) |
void |
addCanGoForwardChanged(EventHandler handler) |
void |
addDocumentCompleted(WebBrowserDocumentCompletedEventHandler handler) |
void |
addDocumentTitleChanged(EventHandler handler) |
void |
addEncryptionLevelChanged(EventHandler handler) |
void |
addFileDownload(EventHandler handler) |
void |
addNavigated(WebBrowserNavigatedEventHandler handler) |
void |
addNavigating(WebBrowserNavigatingEventHandler handler) |
void |
addNewWindow(CancelEventHandler handler) |
void |
addPaddingChanged(EventHandler handler) |
void |
addProgressChanged(WebBrowserProgressChangedEventHandler handler) |
void |
addStatusTextChanged(EventHandler handler) |
static WebBrowser |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WebBrowser, a cast assert is made to check if types are compatible. |
boolean |
getAllowNavigation() |
boolean |
getAllowWebBrowserDrop() |
boolean |
getCanGoBack() |
boolean |
getCanGoForward() |
HtmlDocument |
getDocument() |
Stream |
getDocumentStream() |
java.lang.String |
getDocumentText() |
java.lang.String |
getDocumentTitle() |
java.lang.String |
getDocumentType() |
WebBrowserEncryptionLevel |
getEncryptionLevel() |
boolean |
getIsBusy() |
boolean |
getIsOffline() |
boolean |
getIsWebBrowserContextMenuEnabled() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetObject |
getObjectForScripting() |
Padding |
getPadding() |
WebBrowserReadyState |
getReadyState() |
boolean |
getScriptErrorsSuppressed() |
boolean |
getScrollBarsEnabled() |
java.lang.String |
getStatusText() |
Uri |
getUrl() |
Version |
getVersion() |
boolean |
getWebBrowserShortcutsEnabled() |
boolean |
GoBack() |
boolean |
GoForward() |
void |
GoHome() |
void |
GoSearch() |
void |
Navigate(java.lang.String urlString) |
void |
Navigate(java.lang.String urlString,
boolean newWindow) |
void |
Navigate(java.lang.String urlString,
java.lang.String targetFrameName) |
void |
Navigate(java.lang.String urlString,
java.lang.String targetFrameName,
byte[] postData,
java.lang.String additionalHeaders) |
void |
Navigate(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
java.lang.String dupParam3) |
void |
Navigate(Uri url) |
void |
Navigate(Uri url,
boolean newWindow) |
void |
Navigate(Uri url,
java.lang.String targetFrameName) |
void |
Navigate(Uri url,
java.lang.String targetFrameName,
byte[] postData,
java.lang.String additionalHeaders) |
void |
Navigate(Uri dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
java.lang.String dupParam3) |
void |
Print() |
void |
Refresh() |
void |
Refresh(WebBrowserRefreshOption opt) |
void |
removeCanGoBackChanged(EventHandler handler) |
void |
removeCanGoForwardChanged(EventHandler handler) |
void |
removeDocumentCompleted(WebBrowserDocumentCompletedEventHandler handler) |
void |
removeDocumentTitleChanged(EventHandler handler) |
void |
removeEncryptionLevelChanged(EventHandler handler) |
void |
removeFileDownload(EventHandler handler) |
void |
removeNavigated(WebBrowserNavigatedEventHandler handler) |
void |
removeNavigating(WebBrowserNavigatingEventHandler handler) |
void |
removeNewWindow(CancelEventHandler handler) |
void |
removePaddingChanged(EventHandler handler) |
void |
removeProgressChanged(WebBrowserProgressChangedEventHandler handler) |
void |
removeStatusTextChanged(EventHandler handler) |
void |
setAllowNavigation(boolean AllowNavigation) |
void |
setAllowWebBrowserDrop(boolean AllowWebBrowserDrop) |
void |
setDocumentStream(Stream DocumentStream) |
void |
setDocumentText(java.lang.String DocumentText) |
void |
setIsWebBrowserContextMenuEnabled(boolean IsWebBrowserContextMenuEnabled) |
void |
setJCOInstance(JCObject instance) |
void |
setObjectForScripting(NetObject ObjectForScripting) |
void |
setPadding(Padding Padding) |
void |
setScriptErrorsSuppressed(boolean ScriptErrorsSuppressed) |
void |
setScrollBarsEnabled(boolean ScrollBarsEnabled) |
void |
setUrl(Uri Url) |
void |
setWebBrowserShortcutsEnabled(boolean WebBrowserShortcutsEnabled) |
void |
ShowPageSetupDialog() |
void |
ShowPrintDialog() |
void |
ShowPrintPreviewDialog() |
void |
ShowPropertiesDialog() |
void |
ShowSaveAsDialog() |
void |
Stop() |
addBackColorChanged, addBackgroundImageChanged, addBackgroundImageLayoutChanged, addBindingContextChanged, addChangeUICues, addClick, addCursorChanged, addDoubleClick, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addEnter, addFontChanged, addForeColorChanged, addGiveFeedback, addHelpRequested, addImeModeChanged, addKeyDown, addKeyPress, addKeyUp, addLayout, addLeave, addMouseCaptureChanged, addMouseClick, addMouseDoubleClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addStyleChanged, addTextChanged, DrawToBitmapNewWebBrowserBase, getActiveXInstance, getEnabled, getImeMode, getUseWaitCursor, PreProcessMessage, removeBackColorChanged, removeBackgroundImageChanged, removeBackgroundImageLayoutChanged, removeBindingContextChanged, removeChangeUICues, removeClick, removeCursorChanged, removeDoubleClick, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeEnter, removeFontChanged, removeForeColorChanged, removeGiveFeedback, removeHelpRequested, removeImeModeChanged, removeKeyDown, removeKeyPress, removeKeyUp, removeLayout, removeLeave, removeMouseCaptureChanged, removeMouseClick, removeMouseDoubleClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeStyleChanged, removeTextChanged, setEnabled, setImeMode, setUseWaitCursoraddAutoSizeChanged, addCausesValidationChanged, addClientSizeChanged, addContextMenuChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addDockChanged, addDpiChangedAfterParent, addDpiChangedBeforeParent, addGotFocus, addHandleCreated, addHandleDestroyed, addInvalidated, addLocationChanged, addLostFocus, addMarginChanged, addMove, addParentChanged, addPreviewKeyDown, addRegionChanged, addResize, addSizeChanged, addSystemColorsChanged, addTabIndexChanged, addTabStopChanged, addValidated, addValidating, addVisibleChanged, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, DrawToBitmap, EndInvoke, FindForm, Focus, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAllowDrop, getAnchor, getAutoScrollOffset, getAutoSize, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBindingContext, getBottom, getBounds, getCanFocus, getCanSelect, getCapture, getCausesValidation, getCheckForIllegalCrossThreadCalls, GetChildAtPoint, GetChildAtPoint, getClientRectangle, getClientSize, getCompanyName, GetContainerControl, getContainsFocus, getContextMenu, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getFocused, getFont, getForeColor, getHasChildren, getHeight, getInvokeRequired, getIsAccessible, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getParent, getPreferredSize, GetPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTabStop, getTag, getText, getTop, getTopLevelControl, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, RectangleToClient, RectangleToScreen, removeAutoSizeChanged, removeCausesValidationChanged, removeClientSizeChanged, removeContextMenuChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeDockChanged, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeInvalidated, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMove, removeParentChanged, removePreviewKeyDown, removeRegionChanged, removeResize, removeSizeChanged, removeSystemColorsChanged, removeTabIndexChanged, removeTabStopChanged, removeValidated, removeValidating, removeVisibleChanged, ResetBackColor, ResetBindings, ResetCursor, ResetFont, ResetForeColor, ResetImeMode, ResetRightToLeft, ResetText, ResumeLayout, ResumeLayout, Scale, Scale, Scale, ScaleBitmapLogicalToDevice, Select, SelectNextControl, SendToBack, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAllowDrop, setAnchor, setAutoScrollOffset, setAutoSize, setBackColor, setBackgroundImage, setBackgroundImageLayout, setBindingContext, SetBounds, SetBounds, setBounds, setCapture, setCausesValidation, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenu, setContextMenuStrip, setCursor, setDock, setFont, setForeColor, setHeight, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTabStop, setTag, setText, setTop, setVisible, setWidth, setWindowTarget, Show, SuspendLayout, UpdateaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringOnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, ToIDropTargetpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WebBrowser()
throws java.lang.Throwable,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
Win32Exception,
ObjectDisposedException,
OutOfMemoryException,
SecurityException,
ThreadStateException,
FormatException,
RankException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionThreadStateExceptionFormatExceptionRankExceptionpublic WebBrowser(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addCanGoBackChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCanGoForwardChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDocumentCompleted(WebBrowserDocumentCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDocumentTitleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addEncryptionLevelChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFileDownload(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNavigated(WebBrowserNavigatedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNavigating(WebBrowserNavigatingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNewWindow(CancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPaddingChanged(EventHandler handler) throws java.lang.Throwable
addPaddingChanged in class Controljava.lang.Throwablepublic void addProgressChanged(WebBrowserProgressChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStatusTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static WebBrowser cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WebBrowser, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWebBrowser instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowNavigation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowWebBrowserDrop()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic boolean getCanGoBack()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanGoForward()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlDocument getDocument() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidCastException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MemberAccessException, IndexOutOfRangeException, ConfigurationException, UriFormatException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMemberAccessExceptionIndexOutOfRangeExceptionConfigurationExceptionUriFormatExceptionpublic Stream getDocumentStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, MemberAccessException, UriFormatException, NotSupportedException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic java.lang.String getDocumentText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
MissingManifestResourceException,
NotImplementedException,
IndexOutOfRangeException,
SecurityException,
UriFormatException,
ArgumentOutOfRangeException,
NotSupportedException,
UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionSecurityExceptionUriFormatExceptionArgumentOutOfRangeExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic java.lang.String getDocumentTitle()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
MemberAccessException,
UriFormatException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionpublic java.lang.String getDocumentType()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
MemberAccessException,
UriFormatException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionpublic WebBrowserEncryptionLevel getEncryptionLevel() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, MemberAccessException, UriFormatException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionpublic boolean getIsBusy()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
MemberAccessException,
UriFormatException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionpublic boolean getIsOffline()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic boolean getIsWebBrowserContextMenuEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDropTargetgetJCOAssemblyName in class WebBrowserBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDropTargetgetJCOClassName in class WebBrowserBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDropTargetgetJCOInstance in class WebBrowserBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDropTargetgetJCOObjectName in class WebBrowserBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDropTargetgetJCOType in class WebBrowserBaseJCType representing the CLR Type of the instantiated Classpublic NetObject getObjectForScripting() throws java.lang.Throwable
java.lang.Throwablepublic Padding getPadding() throws java.lang.Throwable
getPadding in class Controljava.lang.Throwablepublic WebBrowserReadyState getReadyState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, MemberAccessException, UriFormatException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionpublic boolean getScriptErrorsSuppressed()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic boolean getScrollBarsEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStatusText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
MemberAccessException,
UriFormatException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMemberAccessExceptionUriFormatExceptionNotSupportedExceptionpublic Uri getUrl() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidCastException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MemberAccessException, IndexOutOfRangeException, ConfigurationException, UriFormatException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMemberAccessExceptionIndexOutOfRangeExceptionConfigurationExceptionUriFormatExceptionpublic Version getVersion() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionpublic boolean getWebBrowserShortcutsEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic boolean GoBack()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic boolean GoForward()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void GoHome()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void GoSearch()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void Navigate(java.lang.String urlString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException
public void Navigate(java.lang.String urlString,
boolean newWindow)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException
public void Navigate(java.lang.String urlString,
java.lang.String targetFrameName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException
public void Navigate(java.lang.String urlString,
java.lang.String targetFrameName,
byte[] postData,
java.lang.String additionalHeaders)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException
public void Navigate(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
java.lang.String dupParam3)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException
public void Navigate(Uri url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, UriFormatException, TargetInvocationException
public void Navigate(Uri url, boolean newWindow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, InvalidCastException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32Exceptionpublic void Navigate(Uri url, java.lang.String targetFrameName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, InvalidCastException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32Exceptionpublic void Navigate(Uri url, java.lang.String targetFrameName, byte[] postData, java.lang.String additionalHeaders) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, InvalidCastException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32Exceptionpublic void Navigate(Uri dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, InvalidCastException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32Exceptionpublic void Print()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidCastException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void Refresh()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ObjectDisposedException,
TargetInvocationException,
ArgumentException,
UriFormatException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
UnauthorizedAccessException,
OutOfMemoryException,
FormatException
Refresh in class Controljava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionObjectDisposedExceptionTargetInvocationExceptionArgumentExceptionUriFormatExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionFormatExceptionpublic void Refresh(WebBrowserRefreshOption opt) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, TargetInvocationException, ArgumentException, UriFormatException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, UnauthorizedAccessException, OutOfMemoryException, FormatException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionObjectDisposedExceptionTargetInvocationExceptionArgumentExceptionUriFormatExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionFormatExceptionpublic void removeCanGoBackChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCanGoForwardChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDocumentCompleted(WebBrowserDocumentCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDocumentTitleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeEncryptionLevelChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFileDownload(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNavigated(WebBrowserNavigatedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNavigating(WebBrowserNavigatingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNewWindow(CancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePaddingChanged(EventHandler handler) throws java.lang.Throwable
removePaddingChanged in class Controljava.lang.Throwablepublic void removeProgressChanged(WebBrowserProgressChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStatusTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAllowNavigation(boolean AllowNavigation)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowWebBrowserDrop(boolean AllowWebBrowserDrop)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
ArgumentOutOfRangeException
public void setDocumentStream(Stream DocumentStream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void setDocumentText(java.lang.String DocumentText)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
FormatException,
IndexOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
MemberAccessException,
NullReferenceException,
UriFormatException,
TargetInvocationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionTargetInvocationExceptionpublic void setIsWebBrowserContextMenuEnabled(boolean IsWebBrowserContextMenuEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class WebBrowserBasepublic void setObjectForScripting(NetObject ObjectForScripting) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setPadding(Padding Padding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException
setPadding in class Controljava.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionpublic void setScriptErrorsSuppressed(boolean ScriptErrorsSuppressed)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
TargetInvocationException,
ArgumentOutOfRangeException
public void setScrollBarsEnabled(boolean ScrollBarsEnabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
Win32Exception,
NotSupportedException,
SecurityException,
OutOfMemoryException
public void setUrl(Uri Url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, InvalidCastException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32Exceptionpublic void setWebBrowserShortcutsEnabled(boolean WebBrowserShortcutsEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void ShowPageSetupDialog()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidCastException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void ShowPrintDialog()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidCastException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void ShowPrintPreviewDialog()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidCastException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void ShowPropertiesDialog()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void ShowSaveAsDialog()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationExceptionpublic void Stop()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidCastException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionTargetInvocationException