C# Class NSTableViewBinding.TestWindowController

Show file Open project: kangaroo/monomac Class Usage Examples

Public Methods

Method Description
AwakeFromNib ( ) : void
TestWindowController ( ) : System
TestWindowController ( IntPtr handle ) : System

Private Methods

Method Description
TestWindowController ( NSCoder coder ) : System
add ( NSButton sender ) : void

Ask the edit form to display itself to enter new record values

inspect ( NSArray sender ) : void
observeValueForKeyPath ( NSString keyPath, NSArrayController ofObject, NSDictionary change, IntPtr context ) : void
remove ( NSButton sender ) : void

Remove an entry.

Method Details

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

TestWindowController() public method

public TestWindowController ( ) : System
return System

TestWindowController() public method

public TestWindowController ( IntPtr handle ) : System
handle IntPtr
return System