Re: classes chart
Re: classes chart
- Subject: Re: classes chart
- From: "Erik M. Buck" <email@hidden>
- Date: Tue, 14 Aug 2001 18:11:43 -0500
In the AppKit:
NSControl : NSView : NSResponder : NSObject
User interface "controls" inherit for NSControl e.g NSButton, NSMatrix,
NSTextField, ...
The vast majority of the rest of the classes include the super class name:
NSScrolView
NSImageView
NSTabView
NSButtonCell
NSTextFieldCell
There are not that many classes. The inheritance hierarchy in Foundation is
very shallow and the mutable classes all inherit from the immutable
supercalss.
There used to be a nice diagram that came with Diagram! Maybe Omni has one
now.
----- Original Message -----