NSBrowserCell

Authors

Scott Christley( scottc@net-community.com )
Nicola Pero( n.pero@mi.flashnet.it )
Cell class for the NSBrowser

Copyright: (C) 1996, 1997, 1999 Free Software Foundation, Inc.

Software documentation for the NSBrowserCell class

NSBrowserCell : NSCell

Declared: AppKit/NSBrowserCell.h
Conform: NSCoding

branchImage

+ (NSImage*) branchImage;


highlightedBranchImage

+ (NSImage*) highlightedBranchImage;


alternateImage

- (NSImage*) alternateImage;


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;


highlightColorInView:

- (NSColor*) highlightColorInView: (NSView*)controlView;


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;


isLeaf

- (BOOL) isLeaf;


isLoaded

- (BOOL) isLoaded;


reset

- (void) reset;


set

- (void) set;


setAlternateImage:

- (void) setAlternateImage: (NSImage*)anImage;


setLeaf:

- (void) setLeaf: (BOOL)flag;


setLoaded:

- (void) setLoaded: (BOOL)flag;