Re: Cocoa-Java delegate name?
Re: Cocoa-Java delegate name?
- Subject: Re: Cocoa-Java delegate name?
- From: Chris Hanson <email@hidden>
- Date: Mon, 16 Jun 2003 19:36:52 -0500
On Monday, June 16, 2003, at 04:02 PM, Scott Ellsworth wrote:
Anyone willing to tell me what the delegate method is called, and
perhaps more important, where I could have found the name in the docs?
It's tableViewDidClickTableColumn(NSTableView tableView, NSTableColumn
tableColumn). To find it, I launched Cocoa Browser, chose "Cocoa
(Java)" from the popup menu, selected the path "Application Kit
Classes" > "NSTableView" > "Methods Implemented by the Delegate" >
"tableViewDidClickTableColumn" in the browser view across the top, and
saw the documentation in the bottom pane.
Cocoa Browser is exceptionally handy. I launch it before even
launching Project Builder or Interface Builder when doing Cocoa
development.
http://homepage2.nifty.com/hoshi-takanori/cocoa-browser/
Give it a try.
One thing to check: Does your table view support selecting or moving
columns? Try changing those setting to see whether you start to get
clicks.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.