• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Outline and Table back to front
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Outline and Table back to front


  • Subject: Re: Outline and Table back to front
  • From: Jesus De Meyer <email@hidden>
  • Date: Mon, 20 Jun 2005 19:47:53 +0200



Not all outline views are table views, however, all table views are outline views, therefore outline view should be higher the the hierarchy.



Well, it is! You are just seeing it wrong. NSObject is the core, all objects descend from this object. From then on all other objects are at a higher level from NSObject.


Sure NSObject has basic functionality for numbers and strings, but not for more complex things like OpenGL, movies, ... That's why an NSOpenGLView for example is a subclass of NSObject, but is at much higher level than NSObject.


If you're looking at a tree hierarchy of all the classes in Cocoa, you will see NSObject at the top of the tree (which is the root). This means however, that the root is the lowest level in the hierarchy. Just like the root of a tree in real life.


Your idea of a subclass is not the general idea.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Saving with Core Data
  • Next by Date: Figuring out the size of an NSTabViewItem subclass
  • Previous by thread: Re: Outline and Table back to front
  • Next by thread: Re: Outline and Table back to front
  • Index(es):
    • Date
    • Thread