Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SuiLoadMxmlDialog

Load a music XML file

Hierarchy

Index

Constructors

Properties

dgDom: DialogDom

Methods

  • bindComponents(): void
  • bindElements(): void
  • Binds the main dialog buttons. For OK/Cancel/remove, the logic calls the appropriate derived function, which calls the appropriate adapter method, then calls complete() to restore the event handling loop to the application

    Returns void

  • cancel(): void
  • changed(): void
  • When a component changes, it notifies the parent dialog. Usually, we just proxy the call to the adapter. The specific dialog can override this method if something in the UI needs to change as a result of the component state (e.g. show or hide another component)

    Returns void

  • commit(): void
  • getId(): string
  • getStaticText(): Record<string, string>
  • initialValue(): void
  • remove(): void

Generated using TypeDoc