Uses of Class
org.jjazz.cl_editor.api.SelectedBar
Packages that use SelectedBar
-
Uses of SelectedBar in org.jjazz.cl_editor.api
Classes in org.jjazz.cl_editor.api that implement interfaces with type arguments of type SelectedBarModifier and TypeClassDescriptionfinal classA class to represent a selected bar in the chordleadsheet editor.Methods in org.jjazz.cl_editor.api that return SelectedBarModifier and TypeMethodDescriptionabstract SelectedBarCL_Editor.getFocusedBar(boolean includeFocusedItem) Get the focused SelectedBar, if any.Methods in org.jjazz.cl_editor.api that return types with arguments of type SelectedBarModifier and TypeMethodDescriptionCL_Selection.getSelectedBars()Get the selected bars sorted by position.CL_Selection.getSelectedBarsWithinCls()Same as getSelectedBars() but limited to bars within the chordleadsheet's range.Methods in org.jjazz.cl_editor.api with parameters of type SelectedBarModifier and TypeMethodDescriptionintSelectedBar.compareTo(SelectedBar t) Comparison based on barBoxIndex, ignore container.