C# Class Hyena.Gui.EditableInsertAction

Inheritance: IUndoAction
Datei anzeigen Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
CanMerge ( IUndoAction action ) : bool
EditableInsertAction ( IEditable editable, int start, string text, int length ) : System
Merge ( IUndoAction action ) : void
Redo ( ) : void
ToString ( ) : string
Undo ( ) : void

Method Details

CanMerge() public method

public CanMerge ( IUndoAction action ) : bool
action IUndoAction
return bool

EditableInsertAction() public method

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

Merge() public method

public Merge ( IUndoAction action ) : void
action IUndoAction
return void

Redo() public method

public Redo ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Undo() public method

public Undo ( ) : void
return void