Package org.jfree.ui.tabbedui
Class AbstractTabbedUI.ExitAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AbstractTabbedUI
protected class AbstractTabbedUI.ExitAction extends javax.swing.AbstractAction
An exit action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExitAction()
Defines anAction
object with a default description string and default icon.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ExitAction
public ExitAction()
Defines anAction
object with a default description string and default icon.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.- Parameters:
e
- the event.
-
-