Class GuiMetricSplitterOptions

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GuiMetricSplitterOptions extends Gui
Generated source of a graphical user interface (GUI) for command line processing.
The parallel data model class is MetricSplitterOptions.
The normal way of operation is:
  1. Create a fresh instance of the GUI for one particular model by invoking makeInstance(Model).
  2. Let the user edit the widgets of the GUI by integrating it into an interactive Swing window architecture.
  3. (The state of the gui can any times be reset by model2view(Model).)
  4. Whenever a GUI interaction in this architecture requires some "action", copy the new values of the GUI into some Model object by invoking view2model(Model) and process them as usual.
For further details see the documentation of the methods inherited from super class Gui and to the user documentation.
Created on 2024-09-03_21h40m48
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler MetricSplitterOptions.xml eu.bandm.music.demoMetric MetricSplitterOptions GuiMetricSplitterOptions /mnt/c/Users/post/Documents/sig//src
See Also:
  • Field Details

    • model

      public MetricSplitterOptions model
    • copyPhase

      protected Boolean copyPhase
    • commentfield_0

      protected Gui.CommentField commentfield_0
    • allVisuals_bracket_spans_whole_duration

      protected ArrayList<Component> allVisuals_bracket_spans_whole_duration
    • allVisuals_hide_all_numerators

      protected ArrayList<Component> allVisuals_hide_all_numerators
    • allVisuals_hide_all_brackets

      protected ArrayList<Component> allVisuals_hide_all_brackets
    • commentfield_1

      protected Gui.CommentField commentfield_1
    • allVisuals_first_fit_not_best_fit

      protected ArrayList<Component> allVisuals_first_fit_not_best_fit
    • allVisuals_no_vanishing_bracket_on_complete_measure

      protected ArrayList<Component> allVisuals_no_vanishing_bracket_on_complete_measure
    • allVisuals_syncope_2_3

      protected ArrayList<Component> allVisuals_syncope_2_3
    • allVisuals_syncope_3_3

      protected ArrayList<Component> allVisuals_syncope_3_3
    • allVisuals_syncope_longer_4

      protected ArrayList<Component> allVisuals_syncope_longer_4
    • allVisuals_max_level_syncope_2_sound

      protected ArrayList<Component> allVisuals_max_level_syncope_2_sound
    • allVisuals_max_level_syncope_2_pause

      protected ArrayList<Component> allVisuals_max_level_syncope_2_pause
    • allVisuals_syncope_2_below_odd

      protected ArrayList<Component> allVisuals_syncope_2_below_odd
    • allVisuals_hemiola

      protected ArrayList<Component> allVisuals_hemiola
    • allVisuals_merge_may_cross_bracket_limit

      protected ArrayList<Component> allVisuals_merge_may_cross_bracket_limit
    • allVisuals_max_dots_negative

      protected ArrayList<Component> allVisuals_max_dots_negative
    • allVisuals_max_dots_positive

      protected ArrayList<Component> allVisuals_max_dots_positive
    • allVisuals_push_dots_down_not_up

      protected ArrayList<Component> allVisuals_push_dots_down_not_up
    • allVisuals_max_dots_for_pauses

      protected ArrayList<Component> allVisuals_max_dots_for_pauses
    • allVisuals_max_childs_to_print

      protected ArrayList<Component> allVisuals_max_childs_to_print
    • commentfield_2

      protected Gui.CommentField commentfield_2
    • allVisuals_beam_over_pause

      protected ArrayList<Component> allVisuals_beam_over_pause
    • allVisuals_beamlets_without_any_beam

      protected ArrayList<Component> allVisuals_beamlets_without_any_beam
    • allVisuals_remove_short_against_long

      protected ArrayList<Component> allVisuals_remove_short_against_long
    • allVisuals_short_against_short

      protected ArrayList<Component> allVisuals_short_against_short
    • allVisuals_beamlets_without_same_side_beam

      protected ArrayList<Component> allVisuals_beamlets_without_same_side_beam
    • allVisuals_mix_flags_and_beams

      protected ArrayList<Component> allVisuals_mix_flags_and_beams
    • allVisuals_genuine_beams_modifications

      protected ArrayList<Component> allVisuals_genuine_beams_modifications
    • commentfield_3

      protected Gui.CommentField commentfield_3
    • allVisuals_lilypond_suppress_compound_meter

      protected ArrayList<Component> allVisuals_lilypond_suppress_compound_meter
    • allVisuals_lilypond_autobeam_off

      protected ArrayList<Component> allVisuals_lilypond_autobeam_off
    • commentfield_4

      protected Gui.CommentField commentfield_4
    • allVisuals_synthesis_mode

      protected ArrayList<Component> allVisuals_synthesis_mode
    • commentfield_5

      protected Gui.CommentField commentfield_5
    • allVisuals_prefer_one_bracket_15_to_16

      protected ArrayList<Component> allVisuals_prefer_one_bracket_15_to_16
    • allVisuals_prefer_one_bracket_9_to_8

      protected ArrayList<Component> allVisuals_prefer_one_bracket_9_to_8
    • allVisuals_finer_division_down_not_up

      protected ArrayList<Component> allVisuals_finer_division_down_not_up
    • allVisuals_prefer_one_bracket

      protected ArrayList<Component> allVisuals_prefer_one_bracket
    • allVisuals_recursive_separation

      protected ArrayList<Component> allVisuals_recursive_separation
    • allVisuals_binary_segments_overshoot

      protected ArrayList<Component> allVisuals_binary_segments_overshoot
    • allVisuals_memo_synthesized_divisions

      protected ArrayList<Component> allVisuals_memo_synthesized_divisions
    • commentfield_6

      protected Gui.CommentField commentfield_6
    • allVisuals_distance_lower

      protected ArrayList<Component> allVisuals_distance_lower
    • allVisuals_distance_upper

      protected ArrayList<Component> allVisuals_distance_upper
    • allVisuals_divisor

      protected ArrayList<Component> allVisuals_divisor
    • allVisuals_allow_coincidence

      protected ArrayList<Component> allVisuals_allow_coincidence
  • Constructor Details

    • GuiMetricSplitterOptions

      protected GuiMetricSplitterOptions()
  • Method Details