Java Swing 表树

发布于 2024-11-30 16:55:10 字数 302 浏览 1 评论 0原文

当您在 Eclipse 中打开 XML 时,内容可以显示为树结构,如

XML tree view

树是 "嵌入”表格中,内容显示在单独的列中。

这在 Swing 中复制会非常好,不是专门针对 XML 内容,而是针对具有树结构的类似数据。

更新

我刚刚了解了 JTreeTable,但我确实需要在 NetNeans 中执行此操作。也许应该提到这一点,抱歉。

有什么想法吗?

When you open a XML in Eclipse, the content can be shown in as a tree structure like

XML tree view

The tree is "embedded" in a table and the content is showed in a seperate column.

This would be very nice to replicate in Swing, not for XML content specifically, but for similar data with tree structure.

UPDATE

I just learned about JTreeTable, but I really need to do this in NetNeans. Should probably have mentioned that, sorry.

Any ideas?

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

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

发布评论

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

评论(3

看海 2024-12-07 16:55:10

SwingX 有一个 JXTreeTable,它基于引用的旧示例(链接到 sun 代码/文章),但比它有很大改进通过@mKorbel

SwingX has a JXTreeTable, it's based on but much improved over the oldish examples (links to sun code/article) cited by @mKorbel

时光暖心i 2024-12-07 16:55:10

检查以下内容:

Check the following:

欢你一世 2024-12-07 16:55:10

您可以尝试对 JTable 进行子类化并制作自己的 自定义渲染器当您展开/折叠节点时添加/删除新行的行为。

You could try subclassing JTable and making your own custom renderer with behavior that adds/removes new rows when you expand/collapse a node.

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