Package org.jjazz.base.api.actions
Class Delete
java.lang.Object
org.jjazz.base.api.actions.Delete
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ACTION_MAP_KEY
- See Also:
-
-
Constructor Details
-
Delete
public Delete()
-