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:
  • Constructor Details

    • ExitAction

      public ExitAction()
      Defines an Action object with a default description string and default icon.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Invoked when an action occurs.
      Parameters:
      e - the event.