Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Objective-C

Table of Contents

NSInputServiceProvider


Adopted by: NSInputServer
Declared in:
AppKit/NSInputServer.h



Protocol Description


Description forthcoming.



Method Types


TBD instance method group
- activeConverstionChanged:toNewConversation:
- activeConverstionWillChange:fromOldConversation:
- canBeDisabled
- doCommandBySelector:client:
- inputClientBecameActive:
- inputClientDisabled:
- inputClientEnabled:
- inputClientResignActive:
- insertText:client:
- markedTextAbandoned:
- markedTextSelectionChanged:client:
- terminate:
- wantsToDelayTextChangeNotifications
- wantsToHandleMouseEvents
- wantsToInterpretAllKeystrokes


Instance Methods



activeConverstionChanged:toNewConversation:

- (void)activeConversationChanged:(id)sender toNewConversation:(long)newConversation

Description forthcoming.

activeConverstionWillChange:fromOldConversation:

- (void)activeConversationWillChange:(id)sender fromOldConversation:(long)oldConversation

Description forthcoming.

canBeDisabled

- (BOOL)canBeDisabled

Description forthcoming.

doCommandBySelector:client:

- (void)doCommandBySelector:(SEL)aSelector client:(id)sender

Description forthcoming.

inputClientBecameActive:

- (void)inputClientBecomeActive:(id)sender

Description forthcoming.

inputClientDisabled:

- (void)inputClientDisabled:(id)sender

Description forthcoming.

inputClientEnabled:

- (void)inputClientEnabled:(id)sender

Description forthcoming.

inputClientResignActive:

- (void)inputClientResignActive:(id)sender

Description forthcoming.

insertText:client:

- (void)insertText:(id)aString client:(id)sender

Description forthcoming.

markedTextAbandoned:

- (void)markedTextAbandoned:(id)sender

Description forthcoming.

markedTextSelectionChanged:client:

- (void)markedTextSelectionChanged:(NSRange)newSelection client:(id)sender

Description forthcoming.

terminate:

- (void)terminate:(id)sender

Description forthcoming.

wantsToDelayTextChangeNotifications

- (BOOL)wantsToDelayTextChangeNotifications

Description forthcoming.

wantsToHandleMouseEvents

- (BOOL)wantsToHandleMouseEvents

Description forthcoming.

wantsToInterpretAllKeystrokes

- (BOOL)wantsToInterpretAllKeystrokes

Description forthcoming.


Table of Contents