• 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: Help on Cocoa Class references
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help on Cocoa Class references


  • Subject: Re: Help on Cocoa Class references
  • From: Uli Kusterer <email@hidden>
  • Date: Tue, 18 Jan 2011 15:57:26 +0100

On Jan 18, 2011, at 11:46 AM, Leanne Attard wrote:
> NSWindowViewAWT when the window is started

 That looks like a private class used internally by Apple's AWT Java implementation. Probably a replacement for the window's content view would be my guess.

> NSThemeFrame when clicking on the title bar

 That's a private class used by Apple to draw the window frame of every Cocoa window.

> NSViewAWT when click on the rest of the frame area

 Probably also a private class used to actually implement Apple's version of AWT for the Mac's Java.

 In short, they are private classes, which means you shouldn't mess with them, and there is no public documentation. However, they are likely all NSView subclasses, so you can probably do some of the standard things that one can do with an NSView.

 Still you shouldn't have to mess with things at this level. What are you trying to do?

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Help on Cocoa Class references
      • From: Leanne Attard <email@hidden>
References: 
 >Help on Cocoa Class references (From: Leanne Attard <email@hidden>)

  • Prev by Date: Re: NSNotFound
  • Next by Date: Re: Help on Cocoa Class references
  • Previous by thread: Help on Cocoa Class references
  • Next by thread: Re: Help on Cocoa Class references
  • Index(es):
    • Date
    • Thread