jimn346
jimn346

Reputation: 113

Java: DefaultMutableTreeNode Event When Renamed

I created a class that extends DefaultMutableTreeNode. It has a variable, "resource" of the type Resource so that it can be linked to an object without that object affecting its name. The Resource class has a variable, "name" that I would like to be changed when its corresponding DefaultMutableTreeNode is renamed, but I can't find any such events.

Upvotes: 0

Views: 476

Answers (1)

Related Questions