Uses of Enum Class
org.jjazz.chordleadsheet.api.event.ClsActionEvent.API_ID
Packages that use ClsActionEvent.API_ID
-
Uses of ClsActionEvent.API_ID in org.jjazz.chordleadsheet.api.event
Subclasses with type arguments of type ClsActionEvent.API_ID in org.jjazz.chordleadsheet.api.eventModifier and TypeClassDescriptionstatic enumThis corresponds to public API methods that can mutate a ChordLeadSheet.Methods in org.jjazz.chordleadsheet.api.event that return ClsActionEvent.API_IDModifier and TypeMethodDescriptionClsActionEvent.getApiId()static ClsActionEvent.API_IDReturns the enum constant of this class with the specified name.static ClsActionEvent.API_ID[]ClsActionEvent.API_ID.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jjazz.chordleadsheet.api.event with parameters of type ClsActionEvent.API_IDModifierConstructorDescriptionClsActionEvent(ChordLeadSheet src, ClsActionEvent.API_ID apiId, Object data) Create a ClsActionEvent in started state, with no subEvents.