Adopted by: NSInputServer
Declared in:
- AppKit/NSInputServer.h
Description forthcoming.
- TBD instance method group
- - activeConverstionChanged:toNewConversation:
- - activeConverstionWillChange:fromOldConversation:
- - canBeDisabled
- - doCommandBySelector:client:
- - inputClientBecameActive:
- - inputClientDisabled:
- - inputClientEnabled:
- - inputClientResignActive:
- - insertText:client:
- - markedTextAbandoned:
- - markedTextSelectionChanged:client:
- - terminate:
- - wantsToDelayTextChangeNotifications
- - wantsToHandleMouseEvents
- - wantsToInterpretAllKeystrokes
- (void)activeConversationChanged:(id)sender
toNewConversation:(long)newConversation
- (void)activeConversationWillChange:(id)sender
fromOldConversation:(long)oldConversation
- (BOOL)canBeDisabled
- (void)doCommandBySelector:(SEL)aSelector
client:(id)sender
- (void)inputClientBecomeActive:(id)sender
- (void)inputClientDisabled:(id)sender
- (void)inputClientEnabled:(id)sender
- (void)inputClientResignActive:(id)sender
- (void)insertText:(id)aString
client:(id)sender
- (void)markedTextAbandoned:(id)sender
- (void)markedTextSelectionChanged:(NSRange)newSelection
client:(id)sender
- (void)terminate:(id)sender
- (BOOL)wantsToDelayTextChangeNotifications
- (BOOL)wantsToHandleMouseEvents
- (BOOL)wantsToInterpretAllKeystrokes