_findBarContainer;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
        @protected BOOL _findIndicatorNeedsUpdate;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
        @protected id _finder;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
        @protected NSArray* _incrementalMatchRanges;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
        @protected BOOL _incrementalSearchingEnabled;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
        @protected BOOL _incrementalSearchingShouldDimContentView;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
        @protected NSInteger _tag;
        
Availability: MacOS-X 10.7.0
        
          
            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.
          
        
        
        
              
        
        
          
            - Declared in:
- AppKit/NSTextFinder.h
        
          
            - Conforms to:
- NSObject
        
Availability: MacOS-X 10.7.0
        
          
          Description forthcoming.
        
        
        
          
          
        
        
        
        - (
NSView*) 
contentView;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSView*) 
findBarView;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
findBarViewDidChangeHeight;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (BOOL) 
isfindBarVisible;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
setFindBarView: (
NSView*)view;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
setFindBarVisible: (BOOL)flag;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
              
        
        
          
            - Declared in:
- AppKit/NSTextFinder.h
        
          
            - Conforms to:
- NSObject
        
Availability: MacOS-X 10.7.0
        
          
          Description forthcoming.
        
        
        
          
          
        
        
        
        - (BOOL) 
allowsMultipleSelection;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSView*) 
contentViewAtIndex: (
NSUInteger)index
 effectiveCharacterRange: (
NSRangePointer)outRange;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
didReplaceCharacters;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
drawCharactersInRange: (
NSRange)range
 forContentView: (
NSView*)view;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSRange) 
firstSelectedRange;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (BOOL) 
isEditable;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (BOOL) 
isSelectable;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSArray*) 
rectsForCharacterRange: (
NSRange)range;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
replaceCharactersInRange: (
NSRange)range
 withString: (
NSString*)string;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
scrollRangeToVisible: (
NSRange)range;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSArray*) 
selectedRanges;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (void) 
setSelectedRanges: (
NSArray*)ranges;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (BOOL) 
shouldReplaceCharactersInRanges: (
NSArray*)ranges
 withStrings: (
NSArray*)strings;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSString*) 
string;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSString*) 
stringAtIndex: (
NSUInteger)characterIndex
 effectiveRange: (
NSRangePointer)outRange
 endsWithSearchBoundary: (BOOL*)outFlag;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSUInteger) 
stringLength;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        - (
NSArray*) 
visibleCharacterRanges;
        
Availability: MacOS-X 10.7.0
        
          
            Description forthcoming.
          
        
        
 
        
        Up