C# Class Rsdn.Janus.JBrowserCommandTarget

Inheritance: CommandTarget
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
JBrowserCommandTarget ( IServiceProvider provider ) : System

Private Methods

Method Description
ExecuteClose ( ICommandContext context ) : void
ExecuteNavigateBack ( ICommandContext context ) : void
ExecuteNavigateForward ( ICommandContext context ) : void
ExecuteOpenInExternalBrowser ( ICommandContext context ) : void
ExecuteRefresh ( ICommandContext context ) : void
ExecuteStop ( ICommandContext context ) : void
QueryJBrowserCommandStatus ( ICommandContext context ) : CommandStatus
QueryNavigateBackwardStatus ( ICommandContext context ) : CommandStatus
QueryNavigateForwardStatus ( ICommandContext context ) : CommandStatus
QueryStopStatus ( ICommandContext context ) : CommandStatus
SubscribeNavigationStatusChanged ( IServiceProvider serviceProvider, System.Action handler ) : IDisposable
SubscribeStopStatusChanged ( IServiceProvider serviceProvider, System.Action handler ) : IDisposable

Method Details

JBrowserCommandTarget() public method

public JBrowserCommandTarget ( IServiceProvider provider ) : System
provider IServiceProvider
return System