Uses of Class
org.jjazz.cl_editor.barbox.api.BarBoxConfig
Package
Description
The chord leadsheet editor.
The graphical component for a single bar, which contains bar renderers.
-
Uses of BarBoxConfig in org.jjazz.cl_editor.api
Modifier and TypeMethodDescriptionabstract BarBoxConfig
CL_Editor.getBarBoxConfig
(int barIndex) Get the BarBoxConfig of the specified bar.Modifier and TypeMethodDescriptionabstract void
CL_Editor.setBarBoxConfig
(BarBoxConfig bbConfig, Integer... barIndexes) Set the BarBoxConfig for specified bars. -
Uses of BarBoxConfig in org.jjazz.cl_editor.barbox.api
Modifier and TypeMethodDescriptionBarBox.getConfig()
BarBoxConfig.getUpdatedConfig
(String... activeBrTypes) Return a new instance of this BarBoxConfig with only the specified BarRenderer types active.Modifier and TypeMethodDescriptionboolean
BarBoxConfig.hasSameActiveBarRenderers
(BarBoxConfig bbc) Return true if bbc has the same active BarRenderers (order is not taken into account).boolean
BarBoxConfig.hasSameSupportedBarRenderers
(BarBoxConfig bbc) Return true if bbc has the same supported BarRenderers (order is not taken into account).final boolean
BarBox.setConfig
(BarBoxConfig bbConfig) Set the BarBoxConfig of this BarBox.ModifierConstructorDescriptionBarBox
(CL_Editor editor, int bbIndex, int modelBarIndex, ChordLeadSheet model, BarBoxConfig config, BarBoxSettings settings, BarRendererFactory brf, Object groupKey) Construct a BarBox.