Re: Programmatically select a node after being created

2018-04-16 Thread Marco Rossi
Ok, I decided to subclass my beanTreeView. public final class LibraryViewerTopComponent extends TopComponent implements ExplorerManager.Provider { private final ExplorerManager explorerManager = new ExplorerManager(); private BeanTreeView beanTreeView; private fin

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