C# Class Eto.Addin.XamarinStudio.Editor.EditorView

Inheritance: MonoDevelop.Ide.Gui.ViewContent
Datei anzeigen Open project: picoe/Eto Class Usage Examples

Public Methods

Method Description
CanReuseView ( string fileName ) : bool
DiscardChanges ( ) : void
Dispose ( ) : void
EditorView ( ViewContent content ) : System
Load ( FileOpenInformation fileOpenInformation ) : Task
Save ( FileSaveInformation fileSaveInformation ) : Task

Protected Methods

Method Description
OnContentNameChanged ( ) : void
OnGetContent ( Type type ) : object
OnSetProject ( MonoDevelop project ) : void
OnWorkbenchWindowChanged ( ) : void

Private Methods

Method Description
Editor_TextChanged ( object sender, MonoDevelop e ) : void
GetChildren ( Gtk widget ) : IEnumerable
WorkbenchWindow_DocumentChanged ( object sender, EventArgs e ) : void
Workbench_ActiveDocumentChanged ( object sender, EventArgs e ) : void
content_DirtyChanged ( object s, EventArgs args ) : void

Method Details

CanReuseView() public method

public CanReuseView ( string fileName ) : bool
fileName string
return bool

DiscardChanges() public method

public DiscardChanges ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EditorView() public method

public EditorView ( ViewContent content ) : System
content ViewContent
return System

Load() public method

public Load ( FileOpenInformation fileOpenInformation ) : Task
fileOpenInformation FileOpenInformation
return Task

OnContentNameChanged() protected method

protected OnContentNameChanged ( ) : void
return void

OnGetContent() protected method

protected OnGetContent ( Type type ) : object
type Type
return object

OnSetProject() protected method

protected OnSetProject ( MonoDevelop project ) : void
project MonoDevelop
return void

OnWorkbenchWindowChanged() protected method

protected OnWorkbenchWindowChanged ( ) : void
return void

Save() public method

public Save ( FileSaveInformation fileSaveInformation ) : Task
fileSaveInformation FileSaveInformation
return Task