Uses of Class
org.jjazz.chordleadsheet.api.event.ClsChangeEvent
Packages that use ClsChangeEvent
Package
Description
The model of a chord leadsheet.
The chord leadsheet editor.
The model of a song, which mainly contains a ChordLeadSheet and a SongStructure.
-
Uses of ClsChangeEvent in org.jjazz.chordleadsheet.api
Methods in org.jjazz.chordleadsheet.api with parameters of type ClsChangeEventModifier and TypeMethodDescriptionvoidClsChangeListener.authorizeChange(ClsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by chordLeadSheetChanged().voidClsChangeListener.chordLeadSheetChanged(ClsChangeEvent e) Process the change. -
Uses of ClsChangeEvent in org.jjazz.chordleadsheet.api.event
Subclasses of ClsChangeEvent in org.jjazz.chordleadsheet.api.eventModifier and TypeClassDescriptionclassAn event to indicate that a high-level ChordLeadSheet action that changes the leadsheet has started or is complete.classclassItems (possibly including sections) have been shifted left or right by a number of bars.classOne item has changed its content.classAn item's client property has changed.classOne item (but not a section) has been moved.classclassOne section has been moved.class -
Uses of ClsChangeEvent in org.jjazz.cl_editor.api
Methods in org.jjazz.cl_editor.api with parameters of type ClsChangeEventModifier and TypeMethodDescriptionvoidCL_ContextActionSupport.authorizeChange(ClsChangeEvent e) voidCL_ContextActionSupport.chordLeadSheetChanged(ClsChangeEvent event) -
Uses of ClsChangeEvent in org.jjazz.song.api
Methods in org.jjazz.song.api with parameters of type ClsChangeEventModifier and TypeMethodDescriptionvoidSong.authorizeChange(ClsChangeEvent e) voidStructuralChangeListener.authorizeChange(ClsChangeEvent e) voidSong.chordLeadSheetChanged(ClsChangeEvent event) voidStructuralChangeListener.chordLeadSheetChanged(ClsChangeEvent event)