Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top