C# Class NetIde.Core.ToolWindows.DiffViewer.DiffViewerControl

Inheritance: NetIde.Util.Forms.UserControl
Afficher le fichier Open project: netide/netide Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
LoadStream byte[]
SelectViewer void
_textViewer_IgnoreWhitespaceChanged void
_textViewer_UnifiedDiffChanged void

Méthodes publiques

Méthode Description
DiffViewerControl ( ) : System
GetLeft ( ) : IStream
GetRight ( ) : IStream
Load ( IStream left, IStream right ) : void
Reset ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLeftUpdated ( EventArgs e ) : void
OnLeftUpdating ( CancelEventArgs e ) : void
OnModeChanged ( EventArgs e ) : void
OnRightUpdated ( EventArgs e ) : void
OnRightUpdating ( CancelEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadStream ( IStream stream ) : byte[]
SelectViewer ( Control viewer ) : void
_textViewer_IgnoreWhitespaceChanged ( object sender, EventArgs e ) : void
_textViewer_UnifiedDiffChanged ( object sender, EventArgs e ) : void

Method Details

DiffViewerControl() public méthode

public DiffViewerControl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetLeft() public méthode

public GetLeft ( ) : IStream
Résultat IStream

GetRight() public méthode

public GetRight ( ) : IStream
Résultat IStream

Load() public méthode

public Load ( IStream left, IStream right ) : void
left IStream
right IStream
Résultat void

OnLeftUpdated() protected méthode

protected OnLeftUpdated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLeftUpdating() protected méthode

protected OnLeftUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnModeChanged() protected méthode

protected OnModeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRightUpdated() protected méthode

protected OnRightUpdated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRightUpdating() protected méthode

protected OnRightUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void