C# Class Whee.WordBuilder.Cocoa.CocoaTextViewHelper

Inheritance: UIHelpers.ITextViewHelper
Show file Open project: alfar/WordBuilder

Private Properties

Property Type Description
HandleTextViewTextDidChange void

Public Methods

Method Description
Clear ( ) : void
CocoaTextViewHelper ( NSTextView textField ) : System
DoHighlighting ( ProjectV2 project ) : void
GotoIndex ( int index ) : void
OnDocumentChanged ( object sender, string newText, ProjectV2 project ) : void

Private Methods

Method Description
HandleTextViewTextDidChange ( NSNotification aNotification ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CocoaTextViewHelper() public method

public CocoaTextViewHelper ( NSTextView textField ) : System
textField NSTextView
return System

DoHighlighting() public method

public DoHighlighting ( ProjectV2 project ) : void
project ProjectV2
return void

GotoIndex() public method

public GotoIndex ( int index ) : void
index int
return void

OnDocumentChanged() public method

public OnDocumentChanged ( object sender, string newText, ProjectV2 project ) : void
sender object
newText string
project ProjectV2
return void