Re: Help on Cocoa Class references
Re: Help on Cocoa Class references
- Subject: Re: Help on Cocoa Class references
- From: Scott Anguish <email@hidden>
- Date: Wed, 19 Jan 2011 22:18:04 -0500
I’m surprised nobody else mentioned this.
The Java bridge isn’t supported and you can no longer write Cocoa apps in Java. So you’re much better off learning Obj-C or going fully Java. Or even Ruby
Apple won’t even be shipping Java with the OS in the future (there was an announcement about this recently). You’ll need to get it from Oracle (who Apple transferred things to as I recall in another announcement)
All Java Class References which may have existed (and only for public classes, none those were as I recall) are gone. The process for creating those docs are gone. We no longer support or generate them (I’m in the documentation department).
Sorry to be a wet noodle.
On Jan 18, 2011, at 5:46 AM, Leanne Attard wrote:
> I am a newbie in cocoa so please i apologize for posing a basic question! I am developing a java application displaying a window, and then i am taking its native part to draw onto it using openGL, the native part gives me a NSView pointer. I am able to draw onto it however not able to get mouse/key events appropriately. When i click on the title bar, mouse down, mouseup and so on are entered as expected however when i click on the rest of the frame the acceptsFirstResponder method is entered but then nothing happens on subsequent mouse clicks. I checked the class description on each time entering the acceptsFirstResponder and I got:
>
> NSWindowViewAWT when the window is started
> NSThemeFrame when clicking on the title bar
> NSViewAWT when click on the rest of the frame area
>
> Where can i view the class references of the above? I ve searched online and i cannot find any?!:(
>
> Thanks
_______________________________________________
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