javax.swing.plaf.basic
Class BasicTabbedPaneUI.SetSelectedIndexAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicTabbedPaneUI.SetSelectedIndexAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- BasicTabbedPaneUI
- private static class BasicTabbedPaneUI.SetSelectedIndexAction
- extends AbstractAction
Selects a tab in the JTabbedPane based on the String of the
action command. The tab selected is based on the first tab that
has a mnemonic matching the first character of the action command.
BasicTabbedPaneUI.SetSelectedIndexAction
private BasicTabbedPaneUI.SetSelectedIndexAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from interface:
ActionListener
- Invoked when an action occurs.