C# Class MacInspector.ReplaceInspectorPanelSeque

Inheritance: NSStoryboardSegue
Show file Open project: xamarin/mac-samples

Public Methods

Method Description
Perform ( ) : void

Finds the Inspector View Controller in the NSSplitViewController and swaps the currently displayed Inspector Panel for the one being called in the segue.

ReplaceInspectorPanelSeque ( ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

ReplaceInspectorPanelSeque ( IntPtr handle ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

ReplaceInspectorPanelSeque ( NSObjectFlag x ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

ReplaceInspectorPanelSeque ( string identifier, NSObject sourceController, NSObject destinationController ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

Method Details

Perform() public method

Finds the Inspector View Controller in the NSSplitViewController and swaps the currently displayed Inspector Panel for the one being called in the segue.
public Perform ( ) : void
return void

ReplaceInspectorPanelSeque() public method

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.
public ReplaceInspectorPanelSeque ( ) : System
return System

ReplaceInspectorPanelSeque() public method

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.
public ReplaceInspectorPanelSeque ( IntPtr handle ) : System
handle System.IntPtr Handle.
return System

ReplaceInspectorPanelSeque() public method

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.
public ReplaceInspectorPanelSeque ( NSObjectFlag x ) : System
x NSObjectFlag The x coordinate.
return System

ReplaceInspectorPanelSeque() public method

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.
public ReplaceInspectorPanelSeque ( string identifier, NSObject sourceController, NSObject destinationController ) : System
identifier string Identifier.
sourceController NSObject Source controller.
destinationController NSObject Destination controller.
return System