|
How do I can I add an action to the Tools menu for every node |
|
|
You need to add a section to your module's manifest denoting your action as a 'tools action.'
This section should look similar to this:
Name: com/tomwheeler/example/dataimport/wizard/DataImportCookieAction.class
OpenIDE-Module-Class: Action
Don't forget to put the extra space above it, since manifest sections need to be separated this way. According to NetBeans developer Jesse Glick, this method will be deprecated sometime in the future and replaced by an entry in the layer file.
Source: NetBeans FAQ
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.