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