I need to notify a node's children changed, and for what I've seen from various sources (e.g. here) I need to act on the JTreeModel. The problem is I don't have either the JTree object nor the JTreeModel object. All I have are the tree's nodes.
Is there a way?