C# Class Rsdn.Janus.JBrowserCommandTarget

Inheritance: CommandTarget
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
JBrowserCommandTarget ( IServiceProvider provider ) : System

Private Methods

Méthode 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 méthode

public JBrowserCommandTarget ( IServiceProvider provider ) : System
provider IServiceProvider
Résultat System