Instance Methods | |
(void) | - textDidBeginEditing: |
(void) | - textDidChange: |
(void) | - textDidEndEditing: |
(BOOL) | - textShouldBeginEditing: |
(BOOL) | - textShouldEndEditing: |
![]() | |
(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 |
- (void CPTextDelegate) textDidBeginEditing: | (CPNotification) | aNotification |
- (void CPTextDelegate) textDidChange: | (CPNotification) | aNotification |
- (void CPTextDelegate) textDidEndEditing: | (CPNotification) | aNotification |
- (BOOL CPTextDelegate) textShouldBeginEditing: | (CPText) | aTextObject |
- (BOOL CPTextDelegate) textShouldEndEditing: | (CPText) | aTextObject |