javax.swing
Class JMenuItem.MenuItemFocusListener
java.lang.Object
javax.swing.JMenuItem.MenuItemFocusListener
- All Implemented Interfaces:
- EventListener, FocusListener, Serializable
- Enclosing class:
- JMenuItem
- private static class JMenuItem.MenuItemFocusListener
- extends Object
- implements FocusListener, Serializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMenuItem.MenuItemFocusListener
private JMenuItem.MenuItemFocusListener()
focusGained
public void focusGained(FocusEvent event)
- Description copied from interface:
FocusListener
- Invoked when a component gains the keyboard focus.
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent event)
- Description copied from interface:
FocusListener
- Invoked when a component loses the keyboard focus.
- Specified by:
focusLost
in interface FocusListener