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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to