C# Class Microsoft.VisualStudio.R.Packages.R.RPackageToolWindowProvider

Show file Open project: Microsoft/RTVS

Private Properties

Property Type Description
CreateConnectionManagerToolWindow IConnectionManagerVisualComponent
CreateContainer IVisualComponentContainer
CreateHelpToolWindow IHelpVisualComponent
CreateHistoryToolWindow IRHistoryWindowVisualComponent
CreateInteractiveWindow Task
CreatePackageManagerToolWindow IRPackageManagerVisualComponent
CreatePlotDeviceToolWindow IRPlotDeviceVisualComponent
CreatePlotHistoryToolWindow IRPlotHistoryVisualComponent

Public Methods

Method Description
CreateToolWindow ( Type toolWindowType, int id ) : Microsoft.VisualStudio.Shell.ToolWindowPane
TryCreateToolWindow ( System.Guid toolWindowType, int id ) : bool

Private Methods

Method Description
CreateConnectionManagerToolWindow ( int id ) : IConnectionManagerVisualComponent
CreateContainer ( System.Guid toolWindowType, int id ) : IVisualComponentContainer
CreateHelpToolWindow ( int id ) : IHelpVisualComponent
CreateHistoryToolWindow ( int id ) : IRHistoryWindowVisualComponent
CreateInteractiveWindow ( int id ) : Task
CreatePackageManagerToolWindow ( int id ) : IRPackageManagerVisualComponent
CreatePlotDeviceToolWindow ( int id ) : IRPlotDeviceVisualComponent
CreatePlotHistoryToolWindow ( int id ) : IRPlotHistoryVisualComponent

Method Details

CreateToolWindow() public method

public CreateToolWindow ( Type toolWindowType, int id ) : Microsoft.VisualStudio.Shell.ToolWindowPane
toolWindowType System.Type
id int
return Microsoft.VisualStudio.Shell.ToolWindowPane

TryCreateToolWindow() public method

public TryCreateToolWindow ( System.Guid toolWindowType, int id ) : bool
toolWindowType System.Guid
id int
return bool