org.jfree.ui.tabbedui
Class AbstractTabbedUI.ExitAction
java.lang.Object
javax.swing.AbstractAction
org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- AbstractTabbedUI
protected class AbstractTabbedUI.ExitAction
- extends AbstractAction
An exit action.
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
AbstractTabbedUI.ExitAction
public AbstractTabbedUI.ExitAction()
- Defines an
Action
object with a default
description string and default icon.
actionPerformed
public void actionPerformed(ActionEvent e)
- Invoked when an action occurs.
- Parameters:
e
- the event.
Copyright © 2001-2012 JFree.org. All Rights Reserved.