Class AudioFastSlowAction

    • Constructor Detail

      • AudioFastSlowAction

        protected AudioFastSlowAction​(java.lang.String name,
                                      java.lang.String iconName,
                                      java.lang.String tooltip,
                                      Shortcut shortcut,
                                      boolean fast)
        Constructs a new AudioFastSlowAction.
        Parameters:
        name - the action's text as displayed on the menu (if it is added to a menu)
        iconName - the filename of the icon to use
        tooltip - a longer description of the action that will be displayed in the tooltip.
        shortcut - a ready-created shortcut object.
        fast - true to increase speed (faster audio), false to decrease it (slower audio).
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)