Up

NSTextCheckingController class documentation

Authors

Generated by root

Software documentation for the NSTextCheckingController class

NSTextCheckingController : NSObject

Declared in:
AppKit/NSTextCheckingController.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

changeSpelling: 

- (void) changeSpelling: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

checkSpelling: 

- (void) checkSpelling: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

checkTextInDocument: 

- (void) checkTextInDocument: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

checkTextInRange: types: options: 

- (void) checkTextInRange: (NSRange)range types: (NSTextCheckingTypes)checkingTypes options: (NSDictionary*)options;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

checkTextInSelection: 

- (void) checkTextInSelection: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

client 

- (id<NSTextCheckingClient>) client;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

considerTextCheckingForRange: 

- (void) considerTextCheckingForRange: (NSRange)range;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

didChangeSelectedRange 

- (void) didChangeSelectedRange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

didChangeTextInRange: 

- (void) didChangeTextInRange: (NSRange)range;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

ignoreSpelling: 

- (void) ignoreSpelling: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithClient: 

- (instancetype) initWithClient: (id<NSTextCheckingClient>)client;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

insertedTextInRange: 

- (void) insertedTextInRange: (NSRange)range;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

invalidate 

- (void) invalidate;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

menuAtIndex: clickedOnSelection: effectiveRange: 

- (NSMenu*) menuAtIndex: (NSUInteger)location clickedOnSelection: (BOOL)clickedOnSelection effectiveRange: (NSRangePointer)effectiveRange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

orderFrontSubstitutionsPanel: 

- (void) orderFrontSubstitutionsPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setSpellCheckerDocumentTag: 

- (void) setSpellCheckerDocumentTag: (NSInteger)tag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

showGuessPanel: 

- (void) showGuessPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

spellCheckerDocumentTag 

- (NSInteger) spellCheckerDocumentTag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

updateCandidates 

- (void) updateCandidates;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

validAnnotations 

- (NSArray*) validAnnotations;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSTextCheckingController Class

_client

@protected id _client;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_spellCheckerDocumentTag

@protected NSInteger _spellCheckerDocumentTag;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up