Class Delete

java.lang.Object
org.jjazz.base.api.actions.Delete

public class Delete extends Object
A dummy class just to use annotations in order to create a Netbeans callback action for our Delete action.

Action does different things according we're on a ChordLeadSheet or a SongStructure.
We don't reuse the default Netbeans DeleteAction because it is configured as asynchronous (not executing on AWT).
See http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/Actions.html

  • Field Details

  • Constructor Details

    • Delete

      public Delete()