• 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
Usage of NSSortDescriptor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Usage of NSSortDescriptor


  • Subject: Usage of NSSortDescriptor
  • From: David Kocher <email@hidden>
  • Date: Tue, 25 Nov 2003 01:29:12 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
I would like to make use of the new NSSortDescriptor class. However I am wondering what arguments I should declare in the selector method. My sorting method never gets called.

this.myTableView.tableColumnWithIdentifier("FILENAME").setSortDescriptor Prototype(
new NSSortDescriptor(
"FILENAME",
true,
new NSSelector("sortByFilenames", new Class[] {Object.class}))
);
Thanks for the help. (btw: this is cocoa-java)
- --David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD8DBQE/wqJZdBH4SdTFvT4RAnhGAJ0dooVJe3NS581QBcOPprXjckZ5oQCfQtBm
KjfxD7NworiKhQXqRmFLKhY=
=VMcT
-----END PGP SIGNATURE-----
_______________________________________________
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: Usage of NSSortDescriptor
      • From: Chris Hanson <email@hidden>
    • Re: Usage of NSSortDescriptor
      • From: Ali Ozer <email@hidden>
  • Prev by Date: Re: cocoa-java
  • Next by Date: Re: NSStatusBar malfunctioning in Panther?
  • Previous by thread: propertyListFromXMLData deprecated Hi, In the Cocoa-Java API the propertyListFromXMLData(com.apple.cocoa.foundation.NSData) in com.apple.cocoa.foundation.NSPropertyListSerialization has been deprecated. What replacement is supposed to be used now? Thanks
  • Next by thread: Re: Usage of NSSortDescriptor
  • Index(es):
    • Date
    • Thread