C# Class Monodoc.Controller

Inheritance: Cocoa.Object
Show file Open project: mono/cocoa-sharp

Public Methods

Method Description
Controller ( IntPtr native_object ) : System

Private Methods

Method Description
Controller ( ) : System
FinishLoading ( Notification aNotification ) : void
OnBrowserDoubleAction ( System sender, EventArgs e ) : void
OnOutlineViewDoubleAction ( System sender, EventArgs e ) : void
RequestHandler ( WebView sender, Cocoa identifier, URLRequest initialRequest, URLResponse urlResponse, WebDataSource datasource ) : URLRequest
TimerTick ( Cocoa sender ) : void
UserDidSearch ( Cocoa sender ) : void
addHistoryItem ( string url ) : void
goBack ( Cocoa sender ) : void
goForward ( Cocoa sender ) : void
loadHistoryItem ( WebHistoryItem item ) : void
validateMenuItem ( Cocoa sender ) : bool

Method Details

Controller() public method

public Controller ( IntPtr native_object ) : System
native_object System.IntPtr
return System