Re: setDoubleAction [Java]
Re: setDoubleAction [Java]
- Subject: Re: setDoubleAction [Java]
- From: MT <email@hidden>
- Date: Mon, 27 Sep 2004 19:07:21 +0100
Is this what you are after (in my app, it's within an NSTableView
subclass)...
NSSelector Sel = new NSSelector("doubleClickAction", new Class[] {});
setDoubleAction(Sel);
Cheers
Moray
How do you setDoubleAction for a table in Java? I know how it's done
in Objective-C, but I have yet to find an example in Java or figure
out the syntax.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
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