Uses of Class
org.jjazz.cl_editor.barbox.api.BarBoxConfig
Packages that use 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
Methods in org.jjazz.cl_editor.api that return BarBoxConfigModifier and TypeMethodDescriptionabstract BarBoxConfig
CL_Editor.getBarBoxConfig
(int barIndex) Get the BarBoxConfig of the specified bar.Methods in org.jjazz.cl_editor.api with parameters of type BarBoxConfigModifier 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
Methods in org.jjazz.cl_editor.barbox.api that return BarBoxConfigModifier and TypeMethodDescriptionBarBox.getConfig()
BarBoxConfig.getUpdatedConfig
(String... activeBrTypes) Return a new instance of this BarBoxConfig with only the specified BarRenderer types active.Methods in org.jjazz.cl_editor.barbox.api with parameters of type BarBoxConfigModifier 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.Constructors in org.jjazz.cl_editor.barbox.api with parameters of type BarBoxConfigModifierConstructorDescriptionBarBox
(CL_Editor editor, int bbIndex, int modelBarIndex, ChordLeadSheet model, BarBoxConfig config, BarBoxSettings settings, BarRendererFactory brf, Object groupKey) Construct a BarBox.