Re: Programmatically select a node after being created

2018-04-13 Thread Emilian Bold
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

Re: [Java]Compile On Save in a Maven project

2018-04-13 Thread John Muczynski
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

Programmatically select a node after being created

2018-04-13 Thread Marco Rossi
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() {