如何将数据从 NSDictionary 绑定到 NSTableView?

发布于 2024-09-30 19:17:23 字数 64 浏览 2 评论 0原文

有谁知道如何使用 NSDictionary 中的绑定值填充 NSTableView ?

提前致谢。

Does anybody knows how to fill up a NSTableView using binding values from a NSDictionary?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天暗了我发光 2024-10-07 19:17:23

您需要在 Interface Builder 中创建一个 NSDictionaryController。将其绑定到您的字典,然后将 NSTableView 绑定到 NSDictionaryController 中的对象。

看这里:
http://developer.apple.com/ library/mac/#documentation/Cocoa/Reference/NSDictionaryController_Class/Introduction/Introduction.html

如果您还没有完全理解 Cocoa 绑定和 KV 编码,您应该首先从这里开始阅读:

http://developer.apple. com/library/mac/#documentation/Cocoa/Conceptual/CocoaBindings/CocoaBindings.html%23//apple_ref/doc/uid/10000167i

You need to create an NSDictionaryController in Interface Builder. Bind it to your dictionary, and then bind the NSTableView to the objects in the NSDictionaryController.

Look here:
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSDictionaryController_Class/Introduction/Introduction.html

If you don't yet fully understand Cocoa Bindings and KV coding, you should start reading here first:

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaBindings/CocoaBindings.html%23//apple_ref/doc/uid/10000167i

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文