C# 클래스 Rsdn.Janus.MessageEditorCommandTarget

상속: CommandTarget
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
MessageEditorCommandTarget ( IServiceProvider provider ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

MessageEditorCommandTarget() 공개 메소드

public MessageEditorCommandTarget ( IServiceProvider provider ) : System
provider IServiceProvider
리턴 System