Package de.sciss.common
Class ShowWindowAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.sciss.gui.MenuAction
-
- de.sciss.common.ShowWindowAction
-
- All Implemented Interfaces:
Disposable,java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class ShowWindowAction extends MenuAction implements Disposable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandisposed
-
Constructor Summary
Constructors Constructor Description ShowWindowAction(AbstractWindow w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voiddispose()-
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
-
-
-
-
Constructor Detail
-
ShowWindowAction
public ShowWindowAction(AbstractWindow w)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classMenuAction
-
dispose
public void dispose()
- Specified by:
disposein interfaceDisposable
-
-