Package de.sciss.common
Class BasicMenuFactory.ActionPreferences
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.sciss.gui.MenuAction
-
- de.sciss.common.BasicMenuFactory.ActionPreferences
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- BasicMenuFactory
public class BasicMenuFactory.ActionPreferences extends MenuAction
Action to be attached to the Preference item of the Edit menu. Will bring up the Preferences frame when the action is performed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActionPreferences(java.lang.String text, javax.swing.KeyStroke shortcut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidperform()Opens the preferences frame-
Methods inherited from class de.sciss.gui.MenuAction
deinstallFrom, installOn, mimic
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classMenuAction
-
perform
public void perform()
Opens the preferences frame
-
-