MonobjcMonobjc Documented Class Library
Monobjc.WebKit Namespace
NamespacesMonobjc.WebKit
Wrapper of the WebKit framework.
Declaration Syntax
C#Visual BasicVisual C++
namespace Monobjc.WebKit
Namespace Monobjc.WebKit
namespace Monobjc.WebKit
Types
All TypesClassesInterfacesEnumerationsDelegates
IconTypeDescription
WebDownload..::..DownloadWindowForAuthenticationSheetEventHandler

Returns the window to be used by the authentication sheet.

Original signature is '- (NSWindow *)downloadWindowForAuthenticationSheet:(WebDownload *)download'

Available in Mac OS X v10.2 with Safari 1.0 and later.


IWebDocumentRepresentation
IWebDocumentSearching
IWebDocumentText
IWebDocumentView
IWebDownloadDelegate
IWebEditingDelegate
IWebFrameLoadDelegate
IWebOpenPanelResultListener
IWebPlugIn
IWebPlugInContainer
IWebPlugInViewFactory
IWebPolicyDecisionListener
IWebPolicyDelegate
IWebResourceLoadDelegate
IWebScripting
IWebUIDelegate
WebView..::..UndoManagerForWebViewEventHandler

Returns the undo manager to be used by a web view.

Original signature is '- (NSUndoManager *)undoManagerForWebView:(WebView *)webView'

Available in Mac OS X v10.3.9 and later.


WebArchive
WebBackForwardList
WebCacheModel

Specifies the caching model for a web view.

Available in Mac OS X v10.5 and later.


WebDataSource
WebDownload
WebDownload..::..WebDownloadDelegateEventDispatcher
WebDragDestinationAction

Actions that the destination object of a drag operation can perform.

Available in Mac OS X v10.3 and later.


WebDragSourceAction

Actions that the source object of a drag operation can perform.

Available in Mac OS X v10.3 and later.


WebView..::..WebEditingDelegateEventDispatcher
WebFrame
WebView..::..WebFrameLoadDelegateEventDispatcher
WebFrameView
WebHistory
WebHistoryItem
WebKitFramework
WebKitPlugInError

Plug-in and Java errors that can occur.

Available in Mac OS X v10.2 and later.


WebKitPolicyError

Policy errors that can occur.

Available in Mac OS X v10.2 and later.


WebMenuItemTag

Tags that define the types of default menu items passed to the webView:contextMenuItemsForElement:defaultMenuItems: method.

Available in Mac OS X v10.2 and later.


WebNavigationType

Possible values for the WebActionNavigationTypeKey key that appears in an action dictionary.

Available in Mac OS X v10.2 and later.


WebPlugInViewFactory
WebPolicyDelegate
WebPreferences
WebResource
WebScriptObject
WebUndefined
WebView
WebView..::..WebViewDidBeginEditingEventHandler

Sent by the default notification center when the user begins editing the web view.

Original signature is '- (void)webViewDidBeginEditing:(NSNotification *)notification'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewDidCancelClientRedirectForFrameEventHandler

Invoked when a client redirect is cancelled.

Original signature is '- (void)webView:(WebView *)sender didCancelClientRedirectForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidChangeEventHandler

Sent by the default notification center when the user changes content in the web view.

Original signature is '- (void)webViewDidChange:(NSNotification *)notification'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewDidChangeLocationWithinPageForFrameEventHandler

Invoked when the scroll position within a frame changes.

Original signature is '- (void)webView:(WebView *)sender didChangeLocationWithinPageForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidChangeSelectionEventHandler

Sent by the default notification center when the user changes the selection in the web view.

Original signature is '- (void)webViewDidChangeSelection:(NSNotification *)notification'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewDidChangeTypingStyleEventHandler

Sent by the default notification center when the user changes the typing style in the web view.

Original signature is '- (void)webViewDidChangeTypingStyle:(NSNotification *)notification'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewDidClearWindowObjectForFrameEventHandler

Invoked when the JavaScript window object in a frame is ready for loading.

Original signature is '- (void)webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)windowObject forFrame:(WebFrame *)frame'

Available in Mac OS X v10.4.11 and later.


WebView..::..WebViewDidCommitLoadForFrameEventHandler

Invoked when content starts arriving for a page load.

Original signature is '- (void)webView:(WebView *)sender didCommitLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidEndEditingEventHandler

Sent by the default notification center when the user stops editing the web view.

Original signature is '- (void)webViewDidEndEditing:(NSNotification *)notification'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewDidFailLoadWithErrorForFrameEventHandler

Invoked when an error occurs loading a committed data source.

Original signature is '- (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidFailProvisionalLoadWithErrorForFrameEventHandler

Invoked if an error occurs when starting to load data for a page.

Original signature is '- (void)webView:(WebView *)sender didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidFinishLoadForFrameEventHandler

Invoked when a page load completes.

Original signature is '- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidReceiveIconForFrameEventHandler

Invoked when a page icon changes.

Original signature is '- (void)webView:(WebView *)sender didReceiveIcon:(NSImage *)image forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidReceiveServerRedirectForProvisionalLoadForFrameEventHandler

Invoked when a provisional data source for a frame receives a server redirect.

Original signature is '- (void)webView:(WebView *)sender didReceiveServerRedirectForProvisionalLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidReceiveTitleForFrameEventHandler

Invoked when the page title of a frame loads or changes.

Original signature is '- (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDidStartProvisionalLoadForFrameEventHandler

Invoked when a page load is in progress in a given frame.

Original signature is '- (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewDoCommandBySelectorEventHandler

Returns whether the receiver performs a command instead of the web view.

Original signature is '- (BOOL)webView:(WebView *)webView doCommandBySelector:(SEL)command'

Available in Mac OS X v10.3.9 and later.


WebViewInsertAction

The type of user action that initiated a delegate message.

Available in Mac OS X v10.3 and later.


WebView..::..WebViewShouldApplyStyleToElementsInDOMRangeEventHandler

Returns whether the user should be allowed to apply a style to a range of content.

Original signature is '- (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldBeginEditingInDOMRangeEventHandler

Returns whether the user is allowed to edit a range of content in a web view.

Original signature is '- (BOOL)webView:(WebView *)webView shouldBeginEditingInDOMRange:(DOMRange *)range'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldChangeSelectedDOMRangeToDOMRangeAffinityStillSelectingEventHandler

Returns whether the user should be allowed to change the selected range.

Original signature is '- (BOOL)webView:(WebView *)webView shouldChangeSelectedDOMRange:(DOMRange *)currentRange toDOMRange:(DOMRange *)proposedRange affinity:(NSSelectionAffinity)selectionAffinity stillSelecting:(BOOL)flag'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldChangeTypingStyleToStyleEventHandler

Returns whether the user should be allowed to change the typing style in a web view.

Original signature is '- (BOOL)webView:(WebView *)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDeclaration *)proposedStyle'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldDeleteDOMRangeEventHandler

Returns whether the user should be allowed to delete a range of content.

Original signature is '- (BOOL)webView:(WebView *)webView shouldDeleteDOMRange:(DOMRange *)range'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldEndEditingInDOMRangeEventHandler

Returns whether the user should be allowed to end editing.

Original signature is '- (BOOL)webView:(WebView *)webView shouldEndEditingInDOMRange:(DOMRange *)range'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldInsertNodeReplacingDOMRangeGivenActionEventHandler

Returns whether the user should be allowed to insert a node in place of a range of content.

Original signature is '- (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewShouldInsertTextReplacingDOMRangeGivenActionEventHandler

Returns whether a user should be allowed to insert text in place of a range of content.

Original signature is '- (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action'

Available in Mac OS X v10.3.9 and later.


WebView..::..WebViewWillCloseFrameEventHandler

Invoked when a frame will be closed.

Original signature is '- (void)webView:(WebView *)sender willCloseFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.


WebView..::..WebViewWillPerformClientRedirectToURLDelayFireDateForFrameEventHandler

Invoked when a frame receives a client redirect and before it is fired.

Original signature is '- (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.