Class Preset

java.lang.Object
org.jjazz.cl_editor.spi.Preset

public class Preset extends Object
A CL_BarEditorDialog can be preset depending on the way it has been triggered.

Possibilities:
- bar edit action
- ChordSymbol edit action
- TimeSignature edit action
- Section's name edit action
- bar annotation edit action

  • Constructor Details

    • Preset

      public Preset(Preset.Type pt, ChordLeadSheetItem<?> item, char key)
      Create the preset.
      Parameters:
      pt -
      item - can be null if pt=BarEdit
      key - if != 0, indicates the edit action was triggered by this key press.
  • Method Details