Class SptEditorSettings

java.lang.Object
org.jjazz.spteditor.api.SptEditorSettings

public abstract class SptEditorSettings extends Object
  • Field Details

    • PROP_NAME_FONT

      public static String PROP_NAME_FONT
    • PROP_RHYTHM_FONT

      public static String PROP_RHYTHM_FONT
  • Constructor Details

    • SptEditorSettings

      public SptEditorSettings()
  • Method Details

    • getDefault

      public static SptEditorSettings getDefault()
    • setNameFont

      public abstract void setNameFont(Font font)
    • getNameFont

      public abstract Font getNameFont()
    • setRhythmFont

      public abstract void setRhythmFont(Font font)
    • getRhythmFont

      public abstract Font getRhythmFont()
    • addPropertyChangeListener

      public abstract void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      public abstract void removePropertyChangeListener(PropertyChangeListener listener)