Module java.desktop

Class BasicToolBarUI.ToolBarFocusListener

java.lang.Object
javax.swing.plaf.basic.BasicToolBarUI.ToolBarFocusListener
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
BasicToolBarUI

protected class BasicToolBarUI.ToolBarFocusListener extends Object implements FocusListener
The class listens for focus events.
  • Constructor Details

    • ToolBarFocusListener

      protected ToolBarFocusListener()
      Constructs a ToolBarFocusListener.
  • Method Details

    • focusGained

      public void focusGained(FocusEvent e)
      Description copied from interface: FocusListener
      Invoked when a component gains the keyboard focus.
      Specified by:
      focusGained in interface FocusListener
      Parameters:
      e - the event to be processed
    • focusLost

      public void focusLost(FocusEvent e)
      Description copied from interface: FocusListener
      Invoked when a component loses the keyboard focus.
      Specified by:
      focusLost in interface FocusListener
      Parameters:
      e - the event to be processed