Name

NSBrowserCell — Mac OS X 10.0

Synopsis

Instances of this class are responsible for displaying the contents of columns in an NSBrowser, which are NSMatrix views containing a stack of NSBrowserCell objects.

image with no caption

@interface NSBrowserCell : NSCell
                                  // Accessor Methods
   - (void)setLeaf:(BOOL)flag;
   - (void)setAlternateImage:(NSImage *)newAltImage;
   - (NSImage *)alternateImage;
   - (void)setLoaded:(BOOL)flag;
   - (void)setImage:(NSImage *)image;
   - (NSImage *)image;
                                  // Class Methods
   + (NSImage *)branchImage;
   + (NSImage *)highlightedBranchImage;
                                  // Instance Methods
   - (void)set;
   - (NSColor *)highlightColorInView:(NSView *)controlView;
   - (BOOL)isLeaf;
   - (BOOL)isLoaded;
   - (void)reset;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.