Package system.windows.forms
Class WebBrowser
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class WebBrowser extends WebBrowserBase
The base .NET class managing System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.WebBrowserstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WebBrowser()
WebBrowser(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theIJCOBridgeReflected
instance intoWebBrowser
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeNetObject
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()
-
Methods inherited from class system.windows.forms.WebBrowserBase
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, setUseWaitCursor
-
Methods inherited from class system.windows.forms.Control
addAutoSizeChanged, addCausesValidationChanged, addClientSizeChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addDataContextChanged, addDockChanged, addDpiChangedAfterParent, addDpiChangedBeforeParent, addGotFocus, addHandleCreated, addHandleDestroyed, addInvalidated, addLocationChanged, addLostFocus, addMarginChanged, addMove, addParentChanged, addPreviewKeyDown, addRegionChanged, addResize, addSizeChanged, addSystemColorsChanged, addTabIndexChanged, addTabStopChanged, addValidated, addValidating, addVisibleChanged, BeginInvoke, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, 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, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDataContext, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getFocused, getFont, getForeColor, getHasChildren, getHeight, getInvokeRequired, getIsAccessible, getIsAncestorSiteInDesignMode, 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, Invoke, InvokeAsync, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, RectangleToClient, RectangleToScreen, removeAutoSizeChanged, removeCausesValidationChanged, removeClientSizeChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeDataContextChanged, 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, setContextMenuStrip, setCursor, setDataContext, 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, Update
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.WebBrowser- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebBrowser
public WebBrowser(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WebBrowser
public WebBrowser() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, RankException, ArgumentException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ThreadStateException, OverflowException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
RankException
ArgumentException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
ThreadStateException
OverflowException
FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classWebBrowserBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classWebBrowserBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classWebBrowserBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classWebBrowserBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classWebBrowserBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classWebBrowserBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WebBrowser cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWebBrowser
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WebBrowser
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GoBack
public boolean GoBack() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
GoForward
public boolean GoForward() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
GoHome
public void GoHome() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
GoSearch
public void GoSearch() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
Navigate
public void Navigate(java.lang.String urlString, boolean newWindow) throws java.lang.Throwable, OutOfMemoryException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, InvalidCastException, Win32Exception, TargetInvocationException
-
Navigate
public void Navigate(java.lang.String urlString, java.lang.String targetFrameName, byte[] postData, java.lang.String additionalHeaders) throws java.lang.Throwable, OutOfMemoryException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, InvalidCastException, Win32Exception, TargetInvocationException
-
Navigate
public void Navigate(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3) throws java.lang.Throwable, OutOfMemoryException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, InvalidCastException, Win32Exception, TargetInvocationException
-
Navigate
public void Navigate(java.lang.String urlString, java.lang.String targetFrameName) throws java.lang.Throwable, OutOfMemoryException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, InvalidCastException, Win32Exception, TargetInvocationException
-
Navigate
public void Navigate(java.lang.String urlString) throws java.lang.Throwable, OutOfMemoryException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, InvalidCastException, Win32Exception, TargetInvocationException
-
Navigate
public void Navigate(Uri url, boolean newWindow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, UnreachableException, OutOfMemoryException, UriFormatException, InvalidCastException, Win32Exception, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
NotSupportedException
UnreachableException
OutOfMemoryException
UriFormatException
InvalidCastException
Win32Exception
TargetInvocationException
-
Navigate
public void Navigate(Uri url, java.lang.String targetFrameName, byte[] postData, java.lang.String additionalHeaders) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, UnreachableException, OutOfMemoryException, UriFormatException, InvalidCastException, Win32Exception, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
NotSupportedException
UnreachableException
OutOfMemoryException
UriFormatException
InvalidCastException
Win32Exception
TargetInvocationException
-
Navigate
public void Navigate(Uri dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, UnreachableException, OutOfMemoryException, UriFormatException, InvalidCastException, Win32Exception, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
NotSupportedException
UnreachableException
OutOfMemoryException
UriFormatException
InvalidCastException
Win32Exception
TargetInvocationException
-
Navigate
public void Navigate(Uri url, java.lang.String targetFrameName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, UnreachableException, OutOfMemoryException, UriFormatException, InvalidCastException, Win32Exception, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
NotSupportedException
UnreachableException
OutOfMemoryException
UriFormatException
InvalidCastException
Win32Exception
TargetInvocationException
-
Navigate
public void Navigate(Uri url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, UriFormatException, OutOfMemoryException, ObjectDisposedException, InvalidCastException, TargetInvocationException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
IndexOutOfRangeException
NullReferenceException
NotSupportedException
UriFormatException
OutOfMemoryException
ObjectDisposedException
InvalidCastException
TargetInvocationException
Win32Exception
-
Print
public void Print() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
Refresh
public void Refresh() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException, NullReferenceException, UnauthorizedAccessException, ArrayTypeMismatchException
- Overrides:
Refresh
in classControl
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
UnreachableException
UriFormatException
NullReferenceException
UnauthorizedAccessException
ArrayTypeMismatchException
-
Refresh
public void Refresh(WebBrowserRefreshOption opt) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException, NullReferenceException, UnauthorizedAccessException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
UnreachableException
UriFormatException
NullReferenceException
UnauthorizedAccessException
ArrayTypeMismatchException
-
ShowPageSetupDialog
public void ShowPageSetupDialog() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
ShowPrintDialog
public void ShowPrintDialog() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
ShowPrintPreviewDialog
public void ShowPrintPreviewDialog() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
ShowPropertiesDialog
public void ShowPropertiesDialog() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
ShowSaveAsDialog
public void ShowSaveAsDialog() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
Stop
public void Stop() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
getAllowNavigation
public boolean getAllowNavigation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowNavigation
public void setAllowNavigation(boolean AllowNavigation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowWebBrowserDrop
public boolean getAllowWebBrowserDrop() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
setAllowWebBrowserDrop
public void setAllowWebBrowserDrop(boolean AllowWebBrowserDrop) throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
getCanGoBack
public boolean getCanGoBack() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanGoForward
public boolean getCanGoForward() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsBusy
public boolean getIsBusy() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
-
getIsOffline
public boolean getIsOffline() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
getIsWebBrowserContextMenuEnabled
public boolean getIsWebBrowserContextMenuEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsWebBrowserContextMenuEnabled
public void setIsWebBrowserContextMenuEnabled(boolean IsWebBrowserContextMenuEnabled) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScriptErrorsSuppressed
public boolean getScriptErrorsSuppressed() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
setScriptErrorsSuppressed
public void setScriptErrorsSuppressed(boolean ScriptErrorsSuppressed) throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException
-
getScrollBarsEnabled
public boolean getScrollBarsEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setScrollBarsEnabled
public void setScrollBarsEnabled(boolean ScrollBarsEnabled) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, RankException, ArrayTypeMismatchException
-
getWebBrowserShortcutsEnabled
public boolean getWebBrowserShortcutsEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWebBrowserShortcutsEnabled
public void setWebBrowserShortcutsEnabled(boolean WebBrowserShortcutsEnabled) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDocumentStream
public Stream getDocumentStream() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
UnauthorizedAccessException
-
setDocumentStream
public void setDocumentStream(Stream DocumentStream) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, UnreachableException, UriFormatException, ObjectDisposedException, InvalidCastException, TargetInvocationException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
NullReferenceException
OutOfMemoryException
ExternalException
CultureNotFoundException
UnreachableException
UriFormatException
ObjectDisposedException
InvalidCastException
TargetInvocationException
Win32Exception
-
getObjectForScripting
public NetObject getObjectForScripting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setObjectForScripting
public void setObjectForScripting(NetObject ObjectForScripting) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
getDocumentText
public java.lang.String getDocumentText() throws java.lang.Throwable, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, InvalidCastException, TargetInvocationException, Win32Exception, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, UnreachableException, OutOfMemoryException, UriFormatException, UnauthorizedAccessException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
ArgumentException
InvalidOperationException
InvalidCastException
TargetInvocationException
Win32Exception
IndexOutOfRangeException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
UnreachableException
OutOfMemoryException
UriFormatException
UnauthorizedAccessException
ArrayTypeMismatchException
-
setDocumentText
public void setDocumentText(java.lang.String DocumentText) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, CultureNotFoundException, UnreachableException, UriFormatException, OutOfMemoryException, ArgumentNullException, TargetInvocationException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
CultureNotFoundException
UnreachableException
UriFormatException
OutOfMemoryException
ArgumentNullException
TargetInvocationException
Win32Exception
-
getDocumentTitle
public java.lang.String getDocumentTitle() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
-
getDocumentType
public java.lang.String getDocumentType() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
-
getStatusText
public java.lang.String getStatusText() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
-
getUrl
public Uri getUrl() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, NullReferenceException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
NullReferenceException
ExternalException
CultureNotFoundException
IndexOutOfRangeException
UnreachableException
UriFormatException
-
setUrl
public void setUrl(Uri Url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, UnreachableException, OutOfMemoryException, UriFormatException, InvalidCastException, Win32Exception, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
NotSupportedException
UnreachableException
OutOfMemoryException
UriFormatException
InvalidCastException
Win32Exception
TargetInvocationException
-
getVersion
public Version getVersion() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, OverflowException, FormatException, CultureNotFoundException, MissingMethodException, TargetInvocationException, FileNotFoundException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
OverflowException
FormatException
CultureNotFoundException
MissingMethodException
TargetInvocationException
FileNotFoundException
OutOfMemoryException
ArrayTypeMismatchException
-
getDocument
public HtmlDocument getDocument() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, NullReferenceException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
NullReferenceException
ExternalException
CultureNotFoundException
IndexOutOfRangeException
UnreachableException
UriFormatException
-
getPadding
public Padding getPadding() throws java.lang.Throwable
- Overrides:
getPadding
in classControl
- Throws:
java.lang.Throwable
-
setPadding
public void setPadding(Padding Padding) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, NotSupportedException
- Overrides:
setPadding
in classControl
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
NotSupportedException
-
getEncryptionLevel
public WebBrowserEncryptionLevel getEncryptionLevel() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
-
getReadyState
public WebBrowserReadyState getReadyState() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, InvalidCastException, Win32Exception, OutOfMemoryException, TargetInvocationException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
InvalidCastException
Win32Exception
OutOfMemoryException
TargetInvocationException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
UnreachableException
UriFormatException
-
addNewWindow
public void addNewWindow(CancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNewWindow
public void removeNewWindow(CancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCanGoBackChanged
public void addCanGoBackChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCanGoBackChanged
public void removeCanGoBackChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCanGoForwardChanged
public void addCanGoForwardChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCanGoForwardChanged
public void removeCanGoForwardChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDocumentTitleChanged
public void addDocumentTitleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDocumentTitleChanged
public void removeDocumentTitleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addEncryptionLevelChanged
public void addEncryptionLevelChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEncryptionLevelChanged
public void removeEncryptionLevelChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFileDownload
public void addFileDownload(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFileDownload
public void removeFileDownload(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaddingChanged
public void addPaddingChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addPaddingChanged
in classControl
- Throws:
java.lang.Throwable
-
removePaddingChanged
public void removePaddingChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removePaddingChanged
in classControl
- Throws:
java.lang.Throwable
-
addStatusTextChanged
public void addStatusTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStatusTextChanged
public void removeStatusTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDocumentCompleted
public void addDocumentCompleted(WebBrowserDocumentCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDocumentCompleted
public void removeDocumentCompleted(WebBrowserDocumentCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigated
public void addNavigated(WebBrowserNavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigated
public void removeNavigated(WebBrowserNavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigating
public void addNavigating(WebBrowserNavigatingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigating
public void removeNavigating(WebBrowserNavigatingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addProgressChanged
public void addProgressChanged(WebBrowserProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeProgressChanged
public void removeProgressChanged(WebBrowserProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-