Usage of NSSortDescriptor
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.