Uses of Class
org.jjazz.chordleadsheet.api.event.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
Modifier and TypeMethodDescriptionvoid
ClsChangeListener.authorizeChange
(ClsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by chordLeadSheetChanged().void
ClsChangeListener.chordLeadSheetChanged
(ClsChangeEvent e) Process the change. -
Uses of ClsChangeEvent in org.jjazz.chordleadsheet.api.event
Modifier and TypeClassDescriptionclass
An event to indicate that a high-level ChordLeadSheet action that changes the leadsheet has started or is complete.class
class
Items (possibly including sections) have been shifted left or right by a number of bars.class
One item has changed its content.class
An item's client property has changed.class
One item (but not a section) has been moved.class
class
One section has been moved.class
-
Uses of ClsChangeEvent in org.jjazz.cl_editor.api
Modifier and TypeMethodDescriptionvoid
CL_ContextActionSupport.authorizeChange
(ClsChangeEvent e) void
CL_ContextActionSupport.chordLeadSheetChanged
(ClsChangeEvent event) -
Uses of ClsChangeEvent in org.jjazz.song.api
Modifier and TypeMethodDescriptionvoid
Song.authorizeChange
(ClsChangeEvent e) void
StructuralChangeListener.authorizeChange
(ClsChangeEvent e) void
Song.chordLeadSheetChanged
(ClsChangeEvent event) void
StructuralChangeListener.chordLeadSheetChanged
(ClsChangeEvent event)