C# Class Microsoft.R.Components.History.Implementation.RHistoryProvider

Inheritance: IRHistoryProvider
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
CreateFiltering ( IRHistoryWindowVisualComponent visualComponent ) : IRHistoryFiltering
CreateRHistory ( IRInteractiveWorkflow interactiveWorkflow ) : IRHistory
GetAssociatedRHistory ( ITextBuffer textBuffer ) : IRHistory
GetAssociatedRHistory ( ITextView textView ) : IRHistory

Private Methods

Method Description
RHistoryProvider ( ITextBufferFactoryService textBufferFactory, IContentTypeRegistryService contentTypeRegistryService, IEditorOperationsFactoryService editorOperationsFactory, IRtfBuilderService rtfBuilderService, ITextSearchService2 textSearchService, IRSettings settings ) : System.Collections.Generic
RemoveRHistory ( ITextBuffer textBuffer ) : void

Method Details

CreateFiltering() public method

public CreateFiltering ( IRHistoryWindowVisualComponent visualComponent ) : IRHistoryFiltering
visualComponent IRHistoryWindowVisualComponent
return IRHistoryFiltering

CreateRHistory() public method

public CreateRHistory ( IRInteractiveWorkflow interactiveWorkflow ) : IRHistory
interactiveWorkflow IRInteractiveWorkflow
return IRHistory

GetAssociatedRHistory() public method

public GetAssociatedRHistory ( ITextBuffer textBuffer ) : IRHistory
textBuffer ITextBuffer
return IRHistory

GetAssociatedRHistory() public method

public GetAssociatedRHistory ( ITextView textView ) : IRHistory
textView ITextView
return IRHistory