Package org.jjazz.cl_editor.api
Interface CL_EditorMouseListener
public interface CL_EditorMouseListener
A listener for mouse events of interest.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbarClicked(MouseEvent e, int barIndex) voidbarDragged(MouseEvent e, int barIndex) voidbarReleased(MouseEvent e, int barIndex) voidvoiditemClicked(MouseEvent e, ChordLeadSheetItem<?> item, IR_Type irType) voiditemWheelMoved(MouseWheelEvent e, ChordLeadSheetItem<?> item, IR_Type irType)
-
Method Details
-
itemClicked
-
itemWheelMoved
-
barClicked
-
barDragged
-
barReleased
-
editorWheelMoved
-