Next Page > Hide TOC

NSChangeSpelling Protocol Reference

Adopted by
Framework
/System/Library/Frameworks/AppKit.framework
Availability
Available in Mac OS X v10.0 and later.
Companion guide
Declared in
NSSpellProtocol.h

Overview

This protocol is implemented by objects in the responder chain that can correct a misspelled word. See the NSSpellChecker class description for more information.

Tasks

Changing Spellings

Instance Methods

changeSpelling:

Replaces the selected word in the receiver with a corrected version from the Spelling panel.

- (void)changeSpelling:(id)sender

Discussion

This message is sent by the NSSpellChecker to the object whose text is being checked. To get the corrected spelling, ask sender for the string value of its selected cell (visible to the user as the text field in the Spelling panel). This method should replace the selected portion of the text with the string that it gets from the NSSpellChecker.

Availability
Declared In
NSSpellProtocol.h

Next Page > Hide TOC


© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.