C# Class Tomboy.NoteUrlWatcher

Inheritance: Tomboy.NoteAddin
Show file Open project: GNOME/tomboy

Public Methods

Method Description
Initialize ( ) : void
OnNoteOpened ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
ApplyUrlToBlock ( Gtk start, Gtk end ) : void
CopyLinkActivate ( object sender, EventArgs args ) : void
GetUrl ( Gtk start, Gtk end ) : string
NoteUrlWatcher ( ) : System
OnButtonPress ( object sender, Gtk args ) : void
OnDeleteRange ( object sender, Gtk args ) : void
OnInsertText ( object sender, Gtk args ) : void
OnPopulatePopup ( object sender, Gtk args ) : void
OnPopupMenu ( object sender, Gtk args ) : void
OnUrlTagActivated ( Tomboy.NoteTag sender, Tomboy.NoteEditor editor, Gtk start, Gtk end ) : bool
OpenLinkActivate ( object sender, EventArgs args ) : void
OpenUrl ( string url ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnNoteOpened() public method

public OnNoteOpened ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void