C# Class Rsdn.Janus.MessageEditorService

Inheritance: IMessageEditorService, IDisposable
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
InsertText ( string text ) : void
MessageEditorService ( [ form ) : System
Redo ( ) : void
SaveMessage ( ) : void
SendMessage ( ) : void
ShowFindAndReplace ( ) : void
ShowPreview ( ) : void
SurroundText ( string start, string end, bool newLine ) : void
Undo ( ) : void

Private Methods

Method Description
EditorIsModifiedChanged ( MessageForm sender ) : void
EditorModified ( MessageForm sender ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InsertText() public method

public InsertText ( string text ) : void
text string
return void

MessageEditorService() public method

public MessageEditorService ( [ form ) : System
form [
return System

Redo() public method

public Redo ( ) : void
return void

SaveMessage() public method

public SaveMessage ( ) : void
return void

SendMessage() public method

public SendMessage ( ) : void
return void

ShowFindAndReplace() public method

public ShowFindAndReplace ( ) : void
return void

ShowPreview() public method

public ShowPreview ( ) : void
return void

SurroundText() public method

public SurroundText ( string start, string end, bool newLine ) : void
start string
end string
newLine bool
return void

Undo() public method

public Undo ( ) : void
return void