DekGenius.com
[ Team LiB ] Previous Section Next Section

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.

figs/cocn_1510.gif

@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;

    [ Team LiB ] Previous Section Next Section