Package com.formdev.flatlaf.ui
Class FlatMenuBarUI.TakeFocusAction
- java.lang.Object
-
- com.formdev.flatlaf.ui.FlatUIAction
-
- com.formdev.flatlaf.ui.FlatMenuBarUI.TakeFocusAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- FlatMenuBarUI
private static class FlatMenuBarUI.TakeFocusAction extends FlatUIAction
Activates the menu bar and shows mnemonics. On Windows, the popup of the first menu is not shown. On other platforms, the popup of the first menu is shown.
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatUIAction
delegate, name
-
-
Constructor Summary
Constructors Constructor Description TakeFocusAction(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class com.formdev.flatlaf.ui.FlatUIAction
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-