Class SongMetaEvents.ClsSourceActionEvent

Enclosing class:
SongMetaEvents

public static class SongMetaEvents.ClsSourceActionEvent extends ClsActionEvent
A special ClsActionEvent which stores its related SgsActionEvent sub-events.

Using a ChordLeadSheet API method will often impact the SongStructure as well, possibly with several sub-changes: e.g. reducing ChordLeadSheet size in bars might remove and resize SongParts in the SongStructure. This class allows to save most of this information (other possible source is JJazzUndoManager).

  • Constructor Details

    • ClsSourceActionEvent

      public ClsSourceActionEvent(ClsActionEvent cae)
  • Method Details