Class RadianceTitlePane.RestoreAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.theming.internal.utils.RadianceTitlePane.RestoreAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- RadianceTitlePane
private class RadianceTitlePane.RestoreAction extends javax.swing.AbstractAction
Actions used torestore
theFrame
.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RestoreAction(TitlePaneButtonProvider restoreButtonProvider)
Creates a new restore action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
RestoreAction
private RestoreAction(TitlePaneButtonProvider restoreButtonProvider)
Creates a new restore action.
-
-