I'm also curious about this.
It seems to me the API is somewhat incomplete, specifically in the async area.
We have no Future to listen to and react. So, it's all fire-and-forget when
often times you want to do something after the node has been created / shown.
In your case you control the bean
Hello all,
Here's the pom reformatted. Hopefully it goes thru email okay.
war
org.apache.maven.plugins
maven-compiler-plugin
3.7.0
1.7
1.7
Hi there,
can someone tell me how to programmatically select a node in my beanTreeView
(backed up by an explorerManager) after being created in my data model? I tried
to do this in parent node, by adding a NodeListener like this:
parentNode.addNodeListener(new NodeAdapter() {