Class SetSelectedIndexAction

java.lang.Object
javax.swing.AbstractAction
com.jtattoo.plaf.base.action.SetSelectedIndexAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class 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.
See Also:
  • Constructor Details

    • SetSelectedIndexAction

      public SetSelectedIndexAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)