C# Class Rsdn.Janus.MessageEditorCommandTarget

Inheritance: CommandTarget
Exibir arquivo Open project: rsdn/janus

Public Methods

Method Description
MessageEditorCommandTarget ( IServiceProvider provider ) : System

Private Methods

Method Description
ExecuteClose ( ICommandContext context ) : void
ExecuteFindAndReplace ( ICommandContext context ) : void
ExecuteInsertPairTag ( ICommandContext context, string start, string end, bool newLine ) : void
ExecuteInsertSingleTag ( ICommandContext context, string text ) : void
ExecuteInsertSmile ( ICommandContext context, string text ) : void
ExecutePreview ( ICommandContext context ) : void
ExecuteRedo ( ICommandContext context ) : void
ExecuteSave ( ICommandContext context ) : void
ExecuteSaveAndClose ( ICommandContext context ) : void
ExecuteSend ( ICommandContext context ) : void
ExecuteUndo ( ICommandContext context ) : void
QueryEditorCommandStatus ( ICommandContext context ) : CommandStatus
QueryRedoCommandStatus ( ICommandContext context ) : CommandStatus
QuerySaveCommandStatus ( ICommandContext context ) : CommandStatus
QueryUndoCommandStatus ( ICommandContext context ) : CommandStatus
SubscribeSaveStatusChanged ( IServiceProvider provider, System.Action handler ) : IDisposable
SubscribeUndoRedoStatusChanged ( IServiceProvider provider, System.Action handler ) : IDisposable

Method Details

MessageEditorCommandTarget() public method

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