Pregunta

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!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top