C# 클래스 AutoWikiBrowser.MainForm.JsAdapter

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
GoTo ( int destLine ) : void

Moves the caret to the input line within the article text box

UndoAddition ( int right ) : void

UndoChange ( int left, int right ) : void

Reverses the changes to a line of text in the page

UndoDeletion ( int left, int right ) : void

Reverses the deletion of a line of text from the page

비공개 메소드들

메소드 설명
JsAdapter ( MainForm owner ) : System

메소드 상세

GoTo() 공개 메소드

Moves the caret to the input line within the article text box
public GoTo ( int destLine ) : void
destLine int the line number the caret should be moved to
리턴 void

UndoAddition() 공개 메소드

public UndoAddition ( int right ) : void
right int
리턴 void

UndoChange() 공개 메소드

Reverses the changes to a line of text in the page
public UndoChange ( int left, int right ) : void
left int
right int
리턴 void

UndoDeletion() 공개 메소드

Reverses the deletion of a line of text from the page
public UndoDeletion ( int left, int right ) : void
left int
right int
리턴 void