NSOutlineView 和 NSTreeController 示例

发布于 2024-07-29 07:02:45 字数 393 浏览 13 评论 0原文

请向我发送一些有关如何使用 NSOutlineViewNSTreeController 不使用核心数据的绑定。

Please send me some links on how to use NSOutlineView with NSTreeController bindings without using core data.

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

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

发布评论

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

评论(3

残花月 2024-08-05 07:02:45

除了文档之外,Apple 的示例 SourceView 项目 应该可以帮助您更好地理解事物:

“SourceView”是一个 Cocoa 应用程序,演示如何使用 NSTreeController 驱动的 NSOutlineView 和各种其他 Cocoa 类来生成类似 Finder 的左列源视图。 用于模仿此常用视图的关键功能包括使用 NSTableViewSelectionHighlightStyleSourceList、NSViewController、NSCollectionView 和 WebView。

In addition to the documentation, Apple's sample SourceView project should help you better understand things:

"SourceView" is a Cocoa application that demonstrates how to use NSOutlineView driven by NSTreeController and various other Cocoa classes to produce a Finder-like left column source view. Among the key features used to imitate this commonly used view are the use of NSTableViewSelectionHighlightStyleSourceList, NSViewController, NSCollectionView, and WebView.

沧笙踏歌 2024-08-05 07:02:45

这是我写的一篇有用的博客文章,可能被证明是有用的: 最简单的 NSTreeController 示例

Here is a useful blog-post, which I wrote, which may prove to be useful: The simplest NSTreeController example

转角预定愛 2024-08-05 07:02:45

您可以在我对 NSOutlineView 示例 的回复中找到 NSOutlineView 数据源的简单示例

You can find a simple example of a NSOutlineView datasource in my response to NSOutlineView example

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