MonobjcMonobjc Documented Class Library
WebPlugInViewFactory Class
NamespacesMonobjc.WebKitWebPlugInViewFactory

[Missing <summary> documentation for "T:Monobjc.WebKit.WebPlugInViewFactory"]

Declaration Syntax
C#Visual BasicVisual C++
public class WebPlugInViewFactory
Public Class WebPlugInViewFactory
public ref class WebPlugInViewFactory
Members
All MembersConstructorsMethodsFields



IconMemberDescription
WebPlugInViewFactory()()()()
Initializes a new instance of the WebPlugInViewFactory class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WebPlugInAttributesKey

The NSDictionary object containing all names and values of all attributes of the plug-in’s associated HTML element, as well as all names and values of the parameters to be passed to the plug-in. For example, this dictionary will contain all PARAM elements within an APPLET element. If attribute and parameter names conflict, the attributes of an element take precedence over any of its parameters. All keys and values in this dictionary must be of type NSString. Required key.

Available in Mac OS X v10.3 and later.


WebPlugInBaseURLKey

The base URL of the document containing the plug-in's view. Required key.

Available in Mac OS X v10.3 and later.


WebPlugInContainerKey

An object that conforms to the WebPlugInContainer informal protocol. This object is used for callbacks from the plug-in to the enclosing application. If WebPlugInContainerKey is nil, no callbacks will occur.

Available in Mac OS X v10.3 and later.


WebPlugInContainingElementKey

If an element of the page’s Document Object Model was used to specify the plug-in, this will contain that element. Otherwise, it will be nil.

Available in Mac OS X v10.3 and later.


WebPlugInShouldLoadMainResourceKey

A Boolean value indicating whether the plug-in should load its own main resource (the src URL, in most cases). If YES, the plug-in should load its own main resource. If NO, the plug-in uses the data provided by WebKit and the webPlugInMainResourceDidReceiveData: message is sent to the plug-in when data is received. The default value is NO.

Available in Mac OS X v10.6 and later.


Inheritance Hierarchy
Object
WebPlugInViewFactory
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)