C# Class AutoWikiBrowser.MainForm.JsAdapter

Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
JsAdapter ( MainForm owner ) : System

Method Details

GoTo() public méthode

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
Résultat void

UndoAddition() public méthode

public UndoAddition ( int right ) : void
right int
Résultat void

UndoChange() public méthode

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

UndoDeletion() public méthode

Reverses the deletion of a line of text from the page
public UndoDeletion ( int left, int right ) : void
left int
right int
Résultat void