NSBrowserCell — Mac OS X 10.0
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.
NSBrowser
NSMatrix
NSBrowserCell
@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;