Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
<CPTextViewDelegate> Protocol Referenceabstract
+ 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:
 
- Instance Methods inherited from <CPTextDelegate>
(void) - textDidBeginEditing:
 
(void) - textDidChange:
 
(void) - textDidEndEditing:
 
(BOOL) - textShouldBeginEditing:
 
(BOOL) - textShouldEndEditing:
 
- Instance Methods inherited from <CPObject>
(Class) - class
 
(BOOL) - conformsToProtocol:
 
(CPString- debugDescription
 
(CPString- description
 
(CPUInteger) - hash
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(BOOL) - respondsToSelector:
 
(id) - self
 
(Class) - superclass
 

Detailed Description

Definition at line 31 of file CPTextView.j.

Method Documentation

- (BOOL) textView: (CPTextView aTextView
doCommandBySelector: (SEL)  aSelector 
optional
- (BOOL) textView: (CPTextView aTextView
shouldChangeTextInRange: (CPRange)  affectedCharRange
replacementString: (CPString replacementString 
optional
- (CPDictionary) textView: (CPTextView textView
shouldChangeTypingAttributes: (CPDictionary oldTypingAttributes
toAttributes: (CPDictionary newTypingAttributes 
optional
- (CPRange) textView: (CPTextView aTextView
willChangeSelectionFromCharacterRange: (CPRange)  oldSelectedCharRange
toCharacterRange: (CPRange)  newSelectedCharRange 
optional
- (void) textViewDidChangeSelection: (CPNotification aNotification
optional
- (void) textViewDidChangeTypingAttributes: (CPNotification aNotification
optional

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