Uses of Class
org.jjazz.chordleadsheet.api.UnsupportedEditException
Packages that use UnsupportedEditException
Package
Description
The model of a chord leadsheet.
The chord leadsheet editor.
The model for the mix of a song (instruments used per channel and their settings, volume, effect, etc.).
The model of a song, which mainly contains a ChordLeadSheet and a SongStructure.
The model of a song structure, ie a list of SongParts.
-
Uses of UnsupportedEditException in org.jjazz.chordleadsheet.api
Methods in org.jjazz.chordleadsheet.api that throw UnsupportedEditExceptionModifier and TypeMethodDescriptionChordLeadSheet.addSection(CLI_Section cliSection) Add a section to the leadsheet or, if a section already exists at the same bar, update its section name and time signature.voidClsChangeListener.chordLeadSheetChanged(ClsChangeEvent e) Process the change.voidChordLeadSheet.deleteBars(int barIndexFrom, int barIndexTo) Delete bars and items from barIndexFrom to barIndexTo (inclusive).voidChordLeadSheet.moveSection(CLI_Section section, int newBarIndex) Move a section to a new position.voidChordLeadSheet.removeSection(CLI_Section section) Remove a section from the leadsheet.voidChordLeadSheet.setSectionTimeSignature(CLI_Section section, TimeSignature ts) Change the TimeSignature of a section.voidChordLeadSheet.setSizeInBars(int size) Set the size of the ChordLeadSheet. -
Uses of UnsupportedEditException in org.jjazz.cl_editor.api
Methods in org.jjazz.cl_editor.api that throw UnsupportedEditExceptionModifier and TypeMethodDescriptionvoidCL_ContextActionSupport.chordLeadSheetChanged(ClsChangeEvent event) -
Uses of UnsupportedEditException in org.jjazz.midimix.api
Methods in org.jjazz.midimix.api that throw UnsupportedEditException -
Uses of UnsupportedEditException in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api that throw UnsupportedEditException -
Uses of UnsupportedEditException in org.jjazz.song.api
Methods in org.jjazz.song.api that throw UnsupportedEditExceptionModifier and TypeMethodDescriptionvoidSongMetaEvents.chordLeadSheetChanged(ClsChangeEvent event) SongFactory.createSong(String name, ChordLeadSheet cls) Create a Song from the specified chordleadsheet.SongFactory.createSong(String name, SongStructure sgs) Create a Song from a SongStructure and its parent ChordLeadSheet.SongFactory.createSong(String name, SongStructure sgs, boolean noClsSgsLink) Create a Song from a SongStructure and its parent ChordLeadSheet, possibly unlinked.static voidSongUtilities.halfChordLeadsheet(Song song) Half the chord leadsheet of the specified song. -
Uses of UnsupportedEditException in org.jjazz.songstructure.api
Methods in org.jjazz.songstructure.api that throw UnsupportedEditExceptionModifier and TypeMethodDescriptionvoidSongStructure.addSongParts(List<SongPart> spts) Add one by one a list of SongParts.abstract SongStructureSongStructureFactory.createSgs(ChordLeadSheet cls) Create a SongStructure with cls as parentChordLeadSheet.voidSongStructure.removeSongParts(List<SongPart> spts) Remove some SongParts.voidSongStructure.replaceSongParts(List<SongPart> oldSpts, List<SongPart> newSpts) Replace SongParts by other SongParts.voidSgsChangeListener.songStructureChanged(SgsChangeEvent e) Process the change.voidSongStructure.testChangeEventForVeto(SgsChangeEvent event) Test if a change is vetoed by listeners.