How do I add an action to my custom node type ?

Apache NetBeans Wiki Index

Note: These pages are being reviewed.

Override the public Action[] getActions(boolean context) method of your node (99% of the time you can ignore the boolean parameter).

If this node is really a DataNode for your own file type, instead see DevFaqActionAddFileMime.