Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleSystem FileSystem Example
<folder name="Context">
    <folder name="Product">
        <folder name="Band">
            <file name="org-openide-actions-CopyAction.shadow">
                <attr name="originalFile" stringvalue="Actions/Edit/org-openide-actions-CopyAction.instance"/>
                <attr name="position" intvalue="505"/>
            </file>
		</folder>
    </folder>
</folder>

In the BNode implementation The PNode and PNNode classes use the org.esa.snap.rcp.nodes.PNNodeSupport#getContextActions(...) implementation. It loadsĀ  the actions of this group, either defined in the layer.xml or by an annotation , can be obtained by using the utilities method Utilities.actionsForPath(String).

...