C# 클래스 Hyena.Gui.EditableInsertAction

상속: IUndoAction
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

메소드 설명
CanMerge ( IUndoAction action ) : bool
EditableInsertAction ( IEditable editable, int start, string text, int length ) : System
Merge ( IUndoAction action ) : void
Redo ( ) : void
ToString ( ) : string
Undo ( ) : void

메소드 상세

CanMerge() 공개 메소드

public CanMerge ( IUndoAction action ) : bool
action IUndoAction
리턴 bool

EditableInsertAction() 공개 메소드

public EditableInsertAction ( IEditable editable, int start, string text, int length ) : System
editable IEditable
start int
text string
length int
리턴 System

Merge() 공개 메소드

public Merge ( IUndoAction action ) : void
action IUndoAction
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Undo() 공개 메소드

public Undo ( ) : void
리턴 void