Using NetBeans Parser API with Navigator API
Sunday, May 30th, 2010So, you created a new language on you NBP-based application and associated it with a new file type. Now, you need to show your parse result on your Navigator panel. I haven’t found a standard way to do so, but the best shot so far was adding the parser result to the DataObject’s CookieSet. This way you can lookup it in your NavigationPanel’s panelActivated. Easy and fast.