• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cocoa-Java delegate name?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa-Java delegate name?


  • Subject: Re: Cocoa-Java delegate name?
  • From: Scott Ellsworth <email@hidden>
  • Date: Mon, 16 Jun 2003 14:27:15 -0700

On Monday, June 16, 2003, at 02: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?

Ok, I looked again, and found the docs where I expected.

My code thus looks like:

public class MyDocument extends NSDocument implements NSTableView.DataSource {
public void tableViewDidClickTableColumn(NSTableView tableView, NSTableColumn tableColumn){
System.out.println("tableViewDidClickTableColumn("+tableView+", "+tableColumn+")");
}
[...]
}

I set up the connection in IB, and my tableViewDidClickTableColumn method was still not being called.

I noted a message from back in December reporting that this method is never called. Was there a bug filed, and was there a resolution?

Scott
_______________________________________________
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.

  • Follow-Ups:
    • Re: Cocoa-Java delegate name?
      • From: Chris Hanson <email@hidden>
References: 
 >Cocoa-Java delegate name? (From: Scott Ellsworth <email@hidden>)

  • Prev by Date: Alternative to Interface Builder?
  • Next by Date: Re: Alternative to Interface Builder?
  • Previous by thread: Cocoa-Java delegate name?
  • Next by thread: Re: Cocoa-Java delegate name?
  • Index(es):
    • Date
    • Thread