javax.swing.plaf.basic
Class BasicToolBarUI.ToolBarFocusListener

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

protected class BasicToolBarUI.ToolBarFocusListener
extends Object
implements FocusListener

DOCUMENT ME!


Constructor Summary
protected BasicToolBarUI.ToolBarFocusListener()
          Creates a new ToolBarFocusListener object.
 
Method Summary
 void focusGained(FocusEvent e)
          Receives notification when the toolbar or one of it's component receives the keyboard input focus.
 void focusLost(FocusEvent e)
          Receives notification when the toolbar or one of it's component looses the keyboard input focus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicToolBarUI.ToolBarFocusListener

protected BasicToolBarUI.ToolBarFocusListener()
Creates a new ToolBarFocusListener object.

Method Detail

focusGained

public void focusGained(FocusEvent e)
Receives notification when the toolbar or one of it's component receives the keyboard input focus.

Specified by:
focusGained in interface FocusListener
Parameters:
e - the focus event

focusLost

public void focusLost(FocusEvent e)
Receives notification when the toolbar or one of it's component looses the keyboard input focus.

Specified by:
focusLost in interface FocusListener
Parameters:
e - the focus event