Package com.l2fprod.gui.plaf.skin
Class SkinTitlePane.RestoreAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.l2fprod.gui.plaf.skin.SkinTitlePane.RestoreAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- SkinTitlePane
public class SkinTitlePane.RestoreAction extends javax.swing.AbstractAction
This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of. - Author:
- fred
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestoreAction()
Constructor for the RestoreAction object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Description of the Method-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-