TextFinder

Inherits From:
NSObject

Declared In:
TextFinder.h

Class Description

No class description.


Symbolic Constants

Synopsis:

Forward  YES
Backward  NO


Global Variables

Synopsis:

NSString *FindStringChangedNotification;


Instance Variables

NSString *findString;
id findTextField;
id replaceTextField;
id ignoreCaseButton;
id findNextButton;
id replaceAllScopeMatrix;
id statusField;
BOOL findStringChangedSinceLastPasteboardUpdate;
BOOL lastFindWasSuccessful;

findStringNo description.
findTextFieldNo description.
replaceTextFieldNo description.
ignoreCaseButtonNo description.
findNextButtonNo description.
replaceAllScopeMatrixNo description.
statusFieldNo description.
findStringChangedSinceLastPasteboardUpdateNo description.
lastFindWasSuccessfulNo description.


Method Types

+ sharedInstance
- find:
- findPanel
- textObjectToSearchIn
- findString
- setFindString:
- appDidActivate:
- addWillDeactivate:
- loadFindStringFromPasteboard
- loadFindStringToPasteboard
- findNext:
- findPrevious:
- findNextAndOrderFindPanelOut:
- replace:
- replaceAndFind:
- replaceAll:
- orderFrontFindPanel:
- takeFindStringFromSelection:
- jumpToSelection:


Class Methods

sharedInstance

+ (id)sharedInstance

No method description.


Instance Methods

addWillDeactivate:

- (void)addWillDeactivate:(NSNotification *)notification

No method description.


appDidActivate:

- (void)appDidActivate:(NSNotification *)notification

No method description.


find:

- (BOOL)find:(BOOL)direction

No method description.


findNext:

- (void)findNext:(id)sender

No method description.


findNextAndOrderFindPanelOut:

- (void)findNextAndOrderFindPanelOut:(id)sender

No method description.


findPanel

- (NSPanel *)findPanel

No method description.


findPrevious:

- (void)findPrevious:(id)sender

No method description.


findString

- (NSString *)findString

No method description.


jumpToSelection:

- (void)jumpToSelection:(id)sender

No method description.


loadFindStringFromPasteboard

- (void)loadFindStringFromPasteboard

No method description.


loadFindStringToPasteboard

- (void)loadFindStringToPasteboard

No method description.


orderFrontFindPanel:

- (void)orderFrontFindPanel:(id)sender

No method description.


replace:

- (void)replace:(id)sender

No method description.


replaceAll:

- (void)replaceAll:(id)sender

No method description.


replaceAndFind:

- (void)replaceAndFind:(id)sender

No method description.


setFindString:

- (void)setFindString:(NSString *)string

No method description.


takeFindStringFromSelection:

- (void)takeFindStringFromSelection:(id)sender

No method description.


textObjectToSearchIn

- (NSTextView *)textObjectToSearchIn

No method description.


Version 1.1 Copyright ©2001. All Rights Reserved.