java中的多维数组到JTree

发布于 2024-10-31 07:59:36 字数 144 浏览 0 评论 0原文

我想将一个多维数组分配给jtree。我该怎么做?

这是数组的示例:

ROOT:{ FolderA : {FileA,FileB} , FoldB: {FileA,FileB} } ....

另外,我想确定文件并为其分配图标。

i want to assign a multidimensional array to jtree. how can i do this?

here is sample of an array:

ROOT:{ FolderA : {FileA,FileB} , FolderB: {FileA,FileB} } ....

Also i want to determine files and assign icon to them.

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

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

发布评论

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

评论(2

黎夕旧梦 2024-11-07 07:59:36

您必须从 jtree 获取模型,然后对其进行操作。 这里您有工作示例

You must get model from your jtree and then operate on it. Here you have working example

同尘 2024-11-07 07:59:36

这是一篇很好的文章,展示了如何使用org.netbeans.swing.outline .概要为此。此答案中还有更多内容。 TableCellRendererRenderDataProvider 接口使自定义树中行的外观变得特别容易。

Here's a nice article showing how to use org.netbeans.swing.outline.Outline for this. There's more in this answer. Ordinary extensions of TableCellRenderer or the RenderDataProvider interface make it especially easy to customize the appearance of rows in the tree.

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