Class DeleteSelectedDataAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Externalizable, java.io.Serializable, java.util.EventListener, javax.swing.Action, org.openide.util.actions.Presenter, org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar, org.openide.util.ContextAwareAction, org.openide.util.HelpCtx.Provider

    public class DeleteSelectedDataAction
    extends AbstractBrowseFieldSelectionAwareAction
    Action which deletes currently selected area (selected fields ⨉ selected rows).
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteSelectedDataAction

        public DeleteSelectedDataAction()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in class org.openide.util.actions.SystemAction
      • performAction

        public void performAction​(org.openide.nodes.Node[] activatedNodes)
        Specified by:
        performAction in class org.openide.util.actions.NodeAction
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent ev)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Overrides:
        actionPerformed in class org.openide.util.actions.NodeAction
      • enableAccordingToCurrentSelection

        public boolean enableAccordingToCurrentSelection​(IJCWidget widget,
                                                         boolean enableWhenRequired)