Package org.jdesktop.swingx.plaf.basic
Class BasicTipOfTheDayUI.PreviousTipAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI.PreviousTipAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- BasicTipOfTheDayUI
class BasicTipOfTheDayUI.PreviousTipAction extends javax.swing.AbstractAction
-
-
Constructor Summary
Constructors Constructor Description PreviousTipAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
boolean
isEnabled()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-