C# 클래스 SourceWriter.EditorWindowController

파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
EditorWindowController ( IntPtr handle ) : System

Initializes a new instance of the SourceWriter.EditorWindowController class.

PrepareForSegue ( NSStoryboardSegue segue, NSObject sender ) : void

Prepares a given segue to be executed by initializing any needed information.

SaveDocument ( ) : void

Saves the document being edited in the current window. If the document hasn't been saved before, it presents a Save File Dialog and allows to specify the name and location of the file.

WindowDidLoad ( ) : void

Called when the window is loaded from the Storyboard.

비공개 메소드들

메소드 설명
IndentText ( NSObject sender ) : void
OutdentText ( NSObject sender ) : void
PrintDocument ( NSObject sender ) : void
ReformatDocument ( NSObject sender ) : void
ReformatDocumentAsCSharp ( NSObject sender ) : void
ReformatDocumentAsHTML ( NSObject sender ) : void
ReformatDocumentAsMarkDown ( NSObject sender ) : void
ReformatDocumentAsXML ( NSObject sender ) : void
RunPageLayout ( NSObject sender ) : void
SaveDocument ( NSObject sender ) : void
SaveDocumentAs ( NSObject sender ) : void
StartAutoComplete ( NSObject sender ) : void
ValidateMenuItem ( NSMenuItem item ) : bool
defineKeyword ( NSObject sender ) : void

메소드 상세

EditorWindowController() 공개 메소드

Initializes a new instance of the SourceWriter.EditorWindowController class.
public EditorWindowController ( IntPtr handle ) : System
handle IntPtr Handle.
리턴 System

PrepareForSegue() 공개 메소드

Prepares a given segue to be executed by initializing any needed information.
public PrepareForSegue ( NSStoryboardSegue segue, NSObject sender ) : void
segue NSStoryboardSegue The segue that is about to be executed.
sender NSObject The controller calling the segue.
리턴 void

SaveDocument() 공개 메소드

Saves the document being edited in the current window. If the document hasn't been saved before, it presents a Save File Dialog and allows to specify the name and location of the file.
public SaveDocument ( ) : void
리턴 void

WindowDidLoad() 공개 메소드

Called when the window is loaded from the Storyboard.
public WindowDidLoad ( ) : void
리턴 void