No overview available.
Framework
- Web
Kit
No overview available.
Framework
class Web Frame
A Web
object encapsulates the data displayed in a Web
object. There is one Web
object per frame displayed in a Web
. An entire webpage is represented by a hierarchy of Web
objects in which the root object is called the main frame.
class Web Data Source
Web
encapsulates the web content to be displayed in a web frame view. A Web
object has a representation object, conforming to the Web
protocol, that holds the data in an appropriate format depending on the MIME type. You can extend WebKit to support new MIME types by implementing your own view and representation classes, and specifying the mapping between them using the register
Web
class method.
class Web Frame View
Web
objects and their subviews display the web content contained in a frame. You never create instances of Web
directly—Web
objects create and manage a hierarchy of Web
objects, one for each frame. Web
objects use a scroll view whose document view conforms to the Web
protocol.
protocol Web Frame Load Delegate
Deprecated