Enum Class ClsActionEvent.API_ID
- All Implemented Interfaces:
Serializable,Comparable<ClsActionEvent.API_ID>,Constable
- Enclosing class:
ClsActionEvent
This corresponds to public API methods that can mutate a ChordLeadSheet.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiondata=clidata=cliSectiondata=clidata=barIndexdata=barIndexdata=clidata=cliSectiondata=clidata=cliSectiondata=cliSectiondata=cliSectiondata=oldSize -
Method Summary
Modifier and TypeMethodDescriptionstatic ClsActionEvent.API_IDReturns the enum constant of this class with the specified name.static ClsActionEvent.API_ID[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
AddItem
data=cli -
RemoveItem
data=cli -
MoveItem
data=cli -
ChangeItem
data=cli -
AddSection
data=cliSection -
RemoveSection
data=cliSection -
MoveSection
data=cliSection -
SetSectionName
data=cliSection -
SetSectionTimeSignature
data=cliSection -
DeleteBars
data=barIndex -
InsertBars
data=barIndex -
SetSizeInBars
data=oldSize
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-