树组件项目渲染

发布于 2024-08-14 03:29:08 字数 175 浏览 2 评论 0原文

我创建了一个扩展 TreeItemrenderer 的 MyTreeItemrenderer。

但是,我不需要任何标签、文件夹、公开图标或图标。 我想用我自己的图形显示树的每个节点,例如:一条线,圆形图像等,

请帮助我找到解决方案。

提前致谢...

Narender R

I have created a MyTreeItemrenderer extending TreeItemrenderer.

However, I do not want any label, folder, disclosure icon nor icon.
I want to dispaly every node of the tree with my own graphic like eg: a line, round image etc.,

Kindly help me getting the solution.

Thnaks in advance...

Narender R

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

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

发布评论

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

评论(1

森林散布 2024-08-21 03:29:08

我认为您正在寻找的风格是。在本例中,我将它们设置为空,但您应该能够使用它们添加图形。

defaultLeafIcon =“{null}”

folderClosedIcon =“{null}”

folderOpenIcon =“{null}”

I think the styles you're looking for are. In this case I'm setting them to null, but you should be able to add a graphic with them.

defaultLeafIcon="{null}"

folderClosedIcon="{null}"

folderOpenIcon="{null}"

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