C# Class TailBlazer.Views.Tail.InlineViewer

Inheritance: AbstractNotifyPropertyChanged, ILinesVisualisation
Mostra file Open project: RolandPheasant/TailBlazer

Public Methods

Method Description
Dispose ( ) : void
IScrollReceiver ( ScrollBoundsArgs boundsArgs ) : void
IScrollReceiver ( ScrollChangedArgs scrollChangedArgs ) : void
InlineViewer ( [ lineProvider, [ selectedChanged, [ clipboardHandler, [ schedulerProvider, [ selectionMonitor, [ logger, [ themeProvider, [ textFormatter, [ lineMatches ) : System
ScrollDiff ( int lineChanged ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IScrollReceiver() public method

public IScrollReceiver ( ScrollBoundsArgs boundsArgs ) : void
boundsArgs ScrollBoundsArgs
return void

IScrollReceiver() public method

public IScrollReceiver ( ScrollChangedArgs scrollChangedArgs ) : void
scrollChangedArgs ScrollChangedArgs
return void

InlineViewer() public method

public InlineViewer ( [ lineProvider, [ selectedChanged, [ clipboardHandler, [ schedulerProvider, [ selectionMonitor, [ logger, [ themeProvider, [ textFormatter, [ lineMatches ) : System
lineProvider [
selectedChanged [
clipboardHandler [
schedulerProvider [
selectionMonitor [
logger [
themeProvider [
textFormatter [
lineMatches [
return System

ScrollDiff() public method

public ScrollDiff ( int lineChanged ) : void
lineChanged int
return void