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 TypeMethodDescriptionvoidChordLeadSheet.addSection(CLI_Section section) Add a section to the leadsheet.voidClsChangeListener.authorizeChange(ClsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by chordLeadSheetChanged().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 UnsupportedEditException -
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 UnsupportedEditExceptionModifier and TypeMethodDescriptionvoidPianoRollEditorTopComponent.authorizeChange(SgsChangeEvent e) -
Uses of UnsupportedEditException in org.jjazz.song.api
Methods in org.jjazz.song.api that throw UnsupportedEditExceptionModifier and TypeMethodDescriptionvoidSong.authorizeChange(ClsChangeEvent e) voidSong.authorizeChange(SgsChangeEvent e) voidStructuralChangeListener.authorizeChange(ClsChangeEvent e) voidStructuralChangeListener.authorizeChange(SgsChangeEvent e) SongFactory.createSong(String name, ChordLeadSheet cls) Create a Song from the specified chordleadsheet.SongFactory.createSong(String name, ChordLeadSheet cls, SongStructure sgs) Create a Song from the specified chordleadsheet.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.voidSongStructure.authorizeAddSongParts(List<SongPart> spts) Check if add operation is doable.voidSgsChangeListener.authorizeChange(SgsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by songStructureChanged().voidSongStructure.authorizeRemoveSongParts(List<SongPart> spts) Check if remove operation is doable.voidSongStructure.authorizeReplaceSongParts(List<SongPart> oldSpts, List<SongPart> newSpts) Check if replace operation is doable.abstract SongStructureSongStructureFactory.createSgs(ChordLeadSheet cls, boolean keepSgsUpdated) 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.