سؤال

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