C# Class Rubberduck.UI.IdentifierReferences.ImplementationsListDockablePresenter

Inheritance: DockableToolwindowPresenter
Show file Open project: retailcoder/Rubberduck Class Usage Examples

Private Properties

Property Type Description
BindTarget void
ControlNavigate void

Public Methods

Method Description
ImplementationsListDockablePresenter ( VBE vbe, AddIn addin, SimpleListControl control, IEnumerable implementations, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic
OnNavigateImplementation ( VBE vbe, Rubberduck.Parsing.Symbols.Declaration implementation ) : void

Private Methods

Method Description
BindTarget ( IEnumerable implementations ) : void
ControlNavigate ( object sender, Rubberduck.UI.IdentifierReferences.ListItemActionEventArgs e ) : void

Method Details

ImplementationsListDockablePresenter() public method

public ImplementationsListDockablePresenter ( VBE vbe, AddIn addin, SimpleListControl control, IEnumerable implementations, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic
vbe VBE
addin AddIn
control SimpleListControl
implementations IEnumerable
wrapperFactory ICodePaneWrapperFactory
return System.Collections.Generic

OnNavigateImplementation() public static method

public static OnNavigateImplementation ( VBE vbe, Rubberduck.Parsing.Symbols.Declaration implementation ) : void
vbe VBE
implementation Rubberduck.Parsing.Symbols.Declaration
return void