protected class AbstractTabbedUI.ExitAction extends javax.swing.AbstractAction
Constructor | Description |
---|---|
ExitAction() |
Defines an
Action object with a default
description string and default icon. |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
Invoked when an action occurs.
|
public ExitAction()
Action
object with a default
description string and default icon.public void actionPerformed(java.awt.event.ActionEvent e)
e
- the event.