Uses of Class
org.jjazz.undomanager.api.JJazzUndoManager
Packages that use 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
Methods in org.jjazz.mixconsole.api that return JJazzUndoManager -
Uses of JJazzUndoManager in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api that return JJazzUndoManagerMethods in org.jjazz.pianoroll.api with parameters of type JJazzUndoManagerModifier and TypeMethodDescriptionfinal void
PianoRollEditor.setUndoManager
(JJazzUndoManager um) Set the UndoManager used by this editor. -
Uses of JJazzUndoManager in org.jjazz.undomanager.api
Methods in org.jjazz.undomanager.api that return JJazzUndoManagerModifier and TypeMethodDescriptionRetrieve the JJazzUndoManager associated to key.JJazzUndoManagerFinder.getDefaultUndoManager()
Methods in org.jjazz.undomanager.api with parameters of type JJazzUndoManagerModifier 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.