[TOC] [Prev] [Next] [Bottom]

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

<<forthcoming>>


localizedInputManagerName

- (NSString *)localizedInputManagerName

<<forthcoming>>


markedTextSelectionChanged:sender:

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

<<forthcoming>>


markedTextWillBeAbandoned:

- (void)markedTextWillBeAbandoned:(id)sender

<<forthcoming>>


wantsToInterpretAllKeystrokes

- (BOOL)wantsToInterpretAllKeystrokes

<<forthcoming>>



[TOC] [Prev] [Next] [Bottom]

Copyright © 1997, Apple Computer, Inc. All rights reserved.