Uses of Class
org.jjazz.undomanager.api.JJazzUndoManager
Package
Description
The mix console editor to edit a song's MidiMix.
JJazzLab customized UndoManager extension.
-
Uses of JJazzUndoManager in org.jjazz.mixconsole.api
-
Uses of JJazzUndoManager in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionfinal void
PianoRollEditor.setUndoManager
(JJazzUndoManager um) Set the UndoManager used by this editor. -
Uses of JJazzUndoManager in org.jjazz.undomanager.api
Modifier and TypeMethodDescriptionRetrieve the JJazzUndoManager associated to key.JJazzUndoManagerFinder.getDefaultUndoManager()
Modifier and TypeMethodDescriptionvoid
JJazzUndoManagerFinder.put
(Object key, JJazzUndoManager um) Store a JJazzUndoManager and associate it to a specified object key.void
JJazzUndoManager.UserEditListener.userAction
(JJazzUndoManager src, Object source, String editName) Called when endCEdit(source, name) is called, or when the CEdit is undone or redone.