Java中的分层表列

发布于 2024-07-09 18:45:35 字数 510 浏览 10 评论 0原文

有没有支持分层列的Java库?

例如(前三行是列):

------------------------------------------------
2008                                           |
------------------------------------------------
January               | February               |
------------------------------------------------
Week1 | Week2 | Week3 | Week 1 | Week2 | Week3 |
------------------------------------------------
10    | 20    | 14    | 12     | 15    | 3     |
------------------------------------------------

Is there any Java library that supports hierarchical column?

For example (the first three row are columns) :

------------------------------------------------
2008                                           |
------------------------------------------------
January               | February               |
------------------------------------------------
Week1 | Week2 | Week3 | Week 1 | Week2 | Week3 |
------------------------------------------------
10    | 20    | 14    | 12     | 15    | 3     |
------------------------------------------------

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

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

发布评论

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

评论(6

热风软妹 2024-07-16 18:45:35

可能是 JXTreeSwingLab 的 a> 可以接近您正在寻找的内容。

插图此处,来自Swingx 项目

http://avatar21.superihost.com/images/JXTableJXTreeTable.png

May be a JXTree from SwingLab could approach what you are looking for.

Illustration here, from the Swingx project

http://avatar21.superihost.com/images/JXTableJXTreeTable.png

半夏半凉 2024-07-16 18:45:35

感谢您的回答。 实际上我的桌面应用程序需要它。 目前我正在评估 SWT 表,但似乎它不支持分层表列。 也许我会看看 Swing JTable。

Thanks for your answers. Actually I need it for my desktop-based application. Currently I'm evaluating SWT table, but seems it does not support hierarchical table column. Maybe I'll take a look at Swing JTable.

半夏半凉 2024-07-16 18:45:35

或者按照本教程一起使用本机 JTable 和 JTree:
java_sun_articles_treetable1

Or just follow this tutorial to use native JTable and JTree together:
java_sun_articles_treetable1

赤濁 2024-07-16 18:45:35

如果您正在寻找 JavaEE 解决方案,您可能需要查看 [fleXive],一个开源(框架为 LGPL,带有可视化编辑器的可选后端为 GPL)。
请随时在
论坛上提出任何问题。

内容编辑
(来源:flexive.org

If you are looking for a JavaEE solution you might want to have a look at [fleXive], an open source (LGPL for the framework and GPL for the optional backend with visual editors).
Please feel free to ask any questions on the forums.

content editing
(source: flexive.org)

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