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

Inheritance: System.Windows.Forms.ToolStrip
Exibir arquivo Open project: netide/netide

Private Properties

Property Type Description
GetHighlighterNames string[]
item_Click void

Public Methods

Method Description
SelectDetails ( IStream stream, FileType fileType ) : void
StreamDetailsControl ( ) : System

Protected Methods

Method Description
OnContentTypeSelected ( EventArgs e ) : void

Private Methods

Method Description
GetHighlighterNames ( ) : string[]
item_Click ( object sender, EventArgs e ) : void

Method Details

OnContentTypeSelected() protected method

protected OnContentTypeSelected ( EventArgs e ) : void
e System.EventArgs
return void

SelectDetails() public method

public SelectDetails ( IStream stream, FileType fileType ) : void
stream IStream
fileType NetIde.Util.FileType
return void

StreamDetailsControl() public method

public StreamDetailsControl ( ) : System
return System