Uses of Class
org.jjazz.cl_editor.api.CL_Editor
Packages that use CL_Editor
Package
Description
The chord leadsheet editor.
The graphical component for a single bar, which contains bar renderers.
The graphical component for a bar renderer (e.g. bar renderer for chord symbols, for section, for improvisation guideline, etc.)
Service provider to create BarRenderer instances of various types.
-
Uses of CL_Editor in org.jjazz.cl_editor.api
Methods in org.jjazz.cl_editor.api that return CL_EditorModifier and TypeMethodDescriptiondefault CL_EditorCL_EditorFactory.createEditor(Song song) Create an editor with the default settings.CL_EditorFactory.createEditor(Song song, CL_EditorSettings settings, BarRendererFactory brf) Create an editor with the specified settings.CL_EditorTopComponent.getEditor()Methods in org.jjazz.cl_editor.api with parameters of type CL_EditorModifier and TypeMethodDescriptionvoidCL_SelectionUtilities.unselectAll(CL_Editor editor) Unselect the current selection in the specified editor. -
Uses of CL_Editor in org.jjazz.cl_editor.barbox.api
Constructors in org.jjazz.cl_editor.barbox.api with parameters of type CL_EditorModifierConstructorDescriptionBarBox(CL_Editor editor, int bbIndex, int modelBarIndex, ChordLeadSheet model, BarBoxConfig config, BarBoxSettings settings, BarRendererFactory brf, Object groupKey) Construct a BarBox. -
Uses of CL_Editor in org.jjazz.cl_editor.barrenderer.api
Methods in org.jjazz.cl_editor.barrenderer.api that return CL_EditorModifier and TypeMethodDescriptionBarRenderer.getEditor()The editor to which this BarRenderer belongs to.Methods in org.jjazz.cl_editor.barrenderer.api with parameters of type CL_EditorModifier and TypeMethodDescriptiondefault BarRendererBarRendererFactory.createBarRenderer(CL_Editor editor, String brType, int barIndex, Object groupKey) Create a BarRenderer with default settings.BarRendererFactory.createBarRenderer(CL_Editor editor, String brType, int barIndex, BarRendererSettings settings, ItemRendererFactory irf, Object groupKey) Create a BarRenderer of the specified type.Constructors in org.jjazz.cl_editor.barrenderer.api with parameters of type CL_EditorModifierConstructorDescriptionBarRenderer(CL_Editor editor, int barIndex, BarRendererSettings settings, ItemRendererFactory irf, Object groupKey) Construct a BarRenderer. -
Uses of CL_Editor in org.jjazz.cl_editor.barrenderer.spi
Methods in org.jjazz.cl_editor.barrenderer.spi with parameters of type CL_EditorModifier and TypeMethodDescriptionBarRendererProvider.createBarRenderer(CL_Editor editor, String brType, int barIndex, BarRendererSettings settings, ItemRendererFactory irf, Object groupKey) Create a BarRenderer for the specified parameters.