Class SelectedCLI
java.lang.Object
org.jjazz.cl_editor.api.SelectedCLI
- All Implemented Interfaces:
Comparable<SelectedCLI>
A selected ChordLeadSheetItem in the chordleadsheet editor.
This is an immutable class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(SelectedCLI other) booleanRelies on cli identity only.getItem()inthashCode()Relies on cli identity only.toString()
-
Constructor Details
-
SelectedCLI
- Parameters:
cli- Not null
-
-
Method Details
-
getItem
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<SelectedCLI>
-