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

Inheritance: MonoDevelop.Ide.Gui.ViewContent
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnContentNameChanged ( ) : void
OnGetContent ( Type type ) : object
OnSetProject ( MonoDevelop project ) : void
OnWorkbenchWindowChanged ( ) : void

Private Methods

Méthode 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 méthode

public CanReuseView ( string fileName ) : bool
fileName string
Résultat bool

DiscardChanges() public méthode

public DiscardChanges ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditorView() public méthode

public EditorView ( ViewContent content ) : System
content ViewContent
Résultat System

Load() public méthode

public Load ( FileOpenInformation fileOpenInformation ) : Task
fileOpenInformation FileOpenInformation
Résultat Task

OnContentNameChanged() protected méthode

protected OnContentNameChanged ( ) : void
Résultat void

OnGetContent() protected méthode

protected OnGetContent ( Type type ) : object
type Type
Résultat object

OnSetProject() protected méthode

protected OnSetProject ( MonoDevelop project ) : void
project MonoDevelop
Résultat void

OnWorkbenchWindowChanged() protected méthode

protected OnWorkbenchWindowChanged ( ) : void
Résultat void

Save() public méthode

public Save ( FileSaveInformation fileSaveInformation ) : Task
fileSaveInformation FileSaveInformation
Résultat Task