Package de.sciss.gui

Class IntPrefsMenuAction

  • All Implemented Interfaces:
    LaterInvocationManager.Listener, PreferenceEntrySync, java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, java.util.prefs.PreferenceChangeListener, javax.swing.Action

    public class IntPrefsMenuAction
    extends PrefMenuAction
    Adds PreferenceEntrySync functionality to the superclass note that unlike PrefCheckBox and the like, it's only valid to listen to the prefs changes, not the action events
    See Also:
    Serialized Form
    • Constructor Detail

      • IntPrefsMenuAction

        public IntPrefsMenuAction​(java.lang.String text,
                                  javax.swing.KeyStroke shortcut,
                                  int id)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Fired when radio button is checked
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Specified by:
        actionPerformed in class MenuAction
      • writePrefs

        public void writePrefs()