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!

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top