C# Class Rsdn.Janus.FavoritesCommandTarget

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

Public Methods

Method Description
FavoritesCommandTarget ( IServiceProvider provider ) : System

Private Methods

Method Description
ExecuteAddLink ( ICommandContext context ) : void
ExecuteCreateFolder ( ICommandContext context ) : void
ExecuteDeleteItem ( ICommandContext context ) : void
ExecuteEditLink ( ICommandContext context ) : void
ExecuteMoveItem ( ICommandContext context ) : void
ExecuteOpenLink ( ICommandContext context ) : void
ExecuteRenameFolder ( ICommandContext context ) : void
QueryCreationCommandStatus ( ICommandContext context ) : CommandStatus
QueryFavoritesCommandStatus ( IServiceProvider context ) : CommandStatus
QueryFavoritesItemCommandStatus ( IServiceProvider context ) : CommandStatus
QueryFavoritesItemsCommandStatus ( ICommandContext context ) : CommandStatus
QueryFolderCommandStatus ( ICommandContext context ) : CommandStatus
QueryLinkCommandStatus ( ICommandContext context ) : CommandStatus
SubscribeFavoritesItemCommandStatusChanged ( IServiceProvider provider, System.Action handler ) : IDisposable

Method Details

FavoritesCommandTarget() public method

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