gpt4 book ai didi

java - 有没有更好的方法来测试 JTree 节点扩展与否?

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:11:06 25 4
gpt4 key购买 nike

我想找到一个类似 isNodeExpanded() 的方法来检查给定的 JTree 节点是否展开,但我找不到。

我知道我可以通过使用 TreeExpansionListener 跟踪节点扩展来做到这一点。有没有更好的办法?

最佳答案

JTree.java:

 /**
* Returns true if the node identified by the path is currently expanded,
*
* @param path the <code>TreePath</code> specifying the node to check
* @return false if any of the nodes in the node's path are collapsed,
* true if all nodes in the path are expanded
*/
public boolean isExpanded(TreePath path);

漂亮,JavaDoc :-)

节点的展开状态TreeModel中,而是在JTree中。

关于java - 有没有更好的方法来测试 JTree 节点扩展与否?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2862128/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com