[Previous]
[Up]
[Next]
NSSpellChecker
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSSpellChecker.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (NSSpellChecker*) sharedSpellChecker;
+ (BOOL) sharedSpellCheckerExists;
+ (int) uniqueSpellDocumentTag;
Instances Methods
- (NSView*) accessoryView;
- (NSRange) checkSpellingOfString: (NSString*)stringToCheck;
- (NSRange) checkSpellingOfString: (NSString*)stringToCheck startingAt: (int)startingOffset language: (NSString*)language wrap: (BOOL)wrapFlag inSpellDocumentWithTag: (int)tag wordCount: (int*)wordCount;
- (void) closeSpellDocumentWithTag: (int)tag;
- (int) countWordsInString: (NSString*)stringToCount;
- (void) ignoreWord: (NSString*)wordToIgnore inSpellDocumentWithTag: (int)tag;
- (NSArray*) ignoredWordsInSpellDocumentWithTag: (int)tag;
- (NSString*) language;
- (void) setAccessoryView: (NSView*)aView;
- (void) setIgnoredWords: (NSArray*)someWords inSpellDocumentWithTag: (int)tag;
- (BOOL) setLanguage: (NSString*)language;
- (void) setWordFieldStringValue: (NSString*)aString;
- (NSPanel*) spellingPanel;
- (void) updateSpellingPanelWithMisspelledWord: (NSString*)word;