Class GuiDm2Options

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

@Generated(generator="eu.bandm.tools.option", version="", timestamp="2025-01-13_23h09m15") public class GuiDm2Options extends Gui
Generated source of a graphical user interface (GUI) for command line processing.
The parallel data model class is Dm2Options.
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.
Generated on 2025-01-13_23h09m15
by program bandm/metatools/option/compiler, version
command line =
java bandm/metatools/option/compiler Dm2Options.xml eu.bandm.music.demoMetric Dm2Options GuiDm2Options /mnt/c/Users/post/Documents/sig//src
See Also: