Hello. I dont know how to acces my method of my class ProjectNode, that is returned from ExplorerManager mgr like this:
mgr.getRootContext().setSomething()
getRootContext() returns Node object, but I put class ProjectNode (extends AbstractNode, abstractNode extends Node)into rootContext.
The compiler does not want to eat that line of code. But it must!