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.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 TypeClassDescriptionclassA special event to indicate that a high-level action, i.e. a call to a public API method that mutates the chord leadsheet, has started or is complete.classA special vetoable event sent before performing a ChordLeadSheet change that can be vetoed by its listeners.classclassItems (possibly including sections) have been shifted left or right by a number of bars.classOne item has changed its content.classOne item (but not a section) has been moved.classclassOne section has been moved.classMethods in org.jjazz.chordleadsheet.api.event that return ClsChangeEventMethods in org.jjazz.chordleadsheet.api.event that return types with arguments of type ClsChangeEventModifier and TypeMethodDescriptionClsActionEvent.getSubEvents()The lower-level ClsChangeEvents added to this instance.Methods in org.jjazz.chordleadsheet.api.event with parameters of type ClsChangeEventModifier and TypeMethodDescriptionvoidClsActionEvent.addSubEvent(ClsChangeEvent e) Add a ClsChangeEvent to this ClsActionEvent.Constructors in org.jjazz.chordleadsheet.api.event with parameters of type ClsChangeEventModifierConstructorDescriptionClsVetoableChangeEvent(ChordLeadSheet src, ClsChangeEvent changeEvent) -
Uses of ClsChangeEvent in org.jjazz.cl_editor.api
Methods in org.jjazz.cl_editor.api with parameters of type ClsChangeEventModifier and TypeMethodDescriptionvoidCL_ContextAction.chordLeadSheetChanged(ClsChangeEvent event) Default implementation does nothing.voidCL_ContextActionSupport.chordLeadSheetChanged(ClsChangeEvent event) -
Uses of ClsChangeEvent in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api with parameters of type ClsChangeEvent -
Uses of ClsChangeEvent in org.jjazz.song.api
Subclasses of ClsChangeEvent in org.jjazz.song.apiModifier and TypeClassDescriptionstatic classA special ClsActionEvent which stores its related SgsActionEvent sub-events.Methods in org.jjazz.song.api with parameters of type ClsChangeEventModifier and TypeMethodDescriptionvoidSongMetaEvents.chordLeadSheetChanged(ClsChangeEvent event)