Package de.alpharogroup.swing.actions
Class ToggleFullScreenAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.alpharogroup.swing.actions.ToggleFullScreenAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class ToggleFullScreenAction extends javax.swing.AbstractActionThe classToggleFullScreenAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToggleFullScreenAction(java.lang.String name, javax.swing.JFrame frame)Instantiates a newToggleFullScreenActionobject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ToggleFullScreenAction
public ToggleFullScreenAction(java.lang.String name, javax.swing.JFrame frame)Instantiates a newToggleFullScreenActionobject.- Parameters:
name- the nameframe- the frame
-
-