Re: Help on Cocoa Class references
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