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