API  1.0.0
<CPTextViewDelegate > Protocol Reference
+ Inheritance diagram for <CPTextViewDelegate >:

Instance Methods

(BOOL) - textView:doCommandBySelector:
 
(BOOL) - textView:shouldChangeTextInRange:replacementString:
 
(CPDictionary- textView:shouldChangeTypingAttributes:toAttributes:
 
(CPRange) - textView:willChangeSelectionFromCharacterRange:toCharacterRange:
 
(void) - textViewDidChangeSelection:
 
(void) - textViewDidChangeTypingAttributes:
 

Detailed Description

Definition at line 31 of file CPTextView.j.

Method Documentation

◆ textView:doCommandBySelector:()

- (BOOL CPTextViewDelegate) textView: (CPTextView aTextView
doCommandBySelector: (SEL)  aSelector 
optional

◆ textView:shouldChangeTextInRange:replacementString:()

- (BOOL CPTextViewDelegate) textView: (CPTextView aTextView
shouldChangeTextInRange: (CPRange)  affectedCharRange
replacementString: (CPString replacementString 
optional

◆ textView:shouldChangeTypingAttributes:toAttributes:()

- (CPDictionary CPTextViewDelegate) textView: (CPTextView textView
shouldChangeTypingAttributes: (CPDictionary oldTypingAttributes
toAttributes: (CPDictionary newTypingAttributes 
optional

◆ textView:willChangeSelectionFromCharacterRange:toCharacterRange:()

- (CPRange CPTextViewDelegate) textView: (CPTextView aTextView
willChangeSelectionFromCharacterRange: (CPRange)  oldSelectedCharRange
toCharacterRange: (CPRange)  newSelectedCharRange 
optional

◆ textViewDidChangeSelection:()

- (void CPTextViewDelegate) textViewDidChangeSelection: (CPNotification aNotification
optional

◆ textViewDidChangeTypingAttributes:()

- (void CPTextViewDelegate) textViewDidChangeTypingAttributes: (CPNotification aNotification
optional

The documentation for this protocol was generated from the following file: