Uses of Class
org.jjazz.chordleadsheet.api.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
Modifier and TypeMethodDescriptionvoid
ChordLeadSheet.addSection
(CLI_Section section) Add a section to the leadsheet.void
ClsChangeListener.authorizeChange
(ClsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by chordLeadSheetChanged().void
ChordLeadSheet.deleteBars
(int barIndexFrom, int barIndexTo) Delete bars and items from barIndexFrom to barIndexTo (inclusive).void
ChordLeadSheet.moveSection
(CLI_Section section, int newBarIndex) Move a section to a new position.void
ChordLeadSheet.removeSection
(CLI_Section section) Remove a section from the leadsheet.void
ChordLeadSheet.setSectionTimeSignature
(CLI_Section section, TimeSignature ts) Change the TimeSignature of a section.void
ChordLeadSheet.setSizeInBars
(int size) Set the size of the ChordLeadSheet. -
Uses of UnsupportedEditException in org.jjazz.cl_editor.api
-
Uses of UnsupportedEditException in org.jjazz.midimix.api
-
Uses of UnsupportedEditException in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionvoid
PianoRollEditorTopComponent.authorizeChange
(SgsChangeEvent e) -
Uses of UnsupportedEditException in org.jjazz.song.api
Modifier and TypeMethodDescriptionvoid
Song.authorizeChange
(ClsChangeEvent e) void
Song.authorizeChange
(SgsChangeEvent e) void
StructuralChangeListener.authorizeChange
(ClsChangeEvent e) void
StructuralChangeListener.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 void
SongUtilities.halfChordLeadsheet
(Song song) Half the chord leadsheet of the specified song. -
Uses of UnsupportedEditException in org.jjazz.songstructure.api
Modifier and TypeMethodDescriptionvoid
SongStructure.addSongParts
(List<SongPart> spts) Add one by one a list of SongParts.void
SongStructure.authorizeAddSongParts
(List<SongPart> spts) Check if add operation is doable.void
SgsChangeListener.authorizeChange
(SgsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by songStructureChanged().void
SongStructure.authorizeRemoveSongParts
(List<SongPart> spts) Check if remove operation is doable.void
SongStructure.authorizeReplaceSongParts
(List<SongPart> oldSpts, List<SongPart> newSpts) Check if replace operation is doable.abstract SongStructure
SongStructureFactory.createSgs
(ChordLeadSheet cls, boolean keepSgsUpdated) Create a SongStructure with cls as parentChordLeadSheet.void
SongStructure.removeSongParts
(List<SongPart> spts) Remove some SongParts.void
SongStructure.replaceSongParts
(List<SongPart> oldSpts, List<SongPart> newSpts) Replace SongParts by other SongParts.