문제

I'm using swingx JXTreeTable and would like to determine if either a leaf node (AbstractMutableTreeTableNode) is hidden or a parent node is closed.

I cann't seem to find an obvious way of doing this.

Thanks!

도움이 되었습니까?

해결책

You have the isCollapsed, isExpanded, isVisible methods on the JXTreeTable. Those should be sufficient to fulfill your needs.

mKorbel already suggested this in his comments.

If this is not what you are looking for, please clarify your question

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top