Interface DFItemOperationProvider

  • All Superinterfaces:
    org.openide.nodes.Node.Cookie

    public interface DFItemOperationProvider
    extends org.openide.nodes.Node.Cookie
    These Cookies provide an unified interface to Nodes so that the parent (e.g. Schema Editor, DataTree editor) may bind abstract actions to Nodes. This is used e.g. in SchemaEditor, where the global "delete" keyboard action delegates to Actions provided by currently selected Nodes.
    • Method Detail

      • getAction

        javax.swing.Action getAction​(java.lang.String actionKey)