[Previous] [Class List] [Next]

NSInputManager


Inherits from: NSObject
Conforms to: NSTextInput
NSObject (NSObject)
Declared in: AppKit/NSInputManager.h




Class Description


Most programs never need to interact with an input manager. The system text object, and all UI objects that accept textual input, already deal with this typically through NSResponder.


Adopted Protocols


<<Forthcoming>>

Method Types


<<Forthcoming>>

Class Methods



currentInputManager

+ (NSInputManager *)currentInputManager

<<forthcoming>>


Instance Methods



initWithName:host:

- (NSInputManager *)initWithName:(NSString *)inputServerName host:(NSString *)hostName



localizedInputManagerName

- (NSString *)localizedInputManagerName



markedTextSelectionChanged:sender:

- (void)markedTextSelectionChanged:(NSRange)aRange sender:(id)sender

<<forthcoming>>

markedTextWillBeAbandoned:

- (void)markedTextWillBeAbandoned:(id)sender



wantsToInterpretAllKeystrokes

- (BOOL)wantsToInterpretAllKeystrokes




[Previous] [Next]