javax.swing.plaf.basic

Class BasicToolBarUI.ToolBarFocusListener

protected class BasicToolBarUI.ToolBarFocusListener extends Object implements FocusListener

DOCUMENT ME!
Constructor Summary
protected ToolBarFocusListener()
Creates a new ToolBarFocusListener object.
Method Summary
voidfocusGained(FocusEvent e)
Receives notification when the toolbar or one of it's component receives the keyboard input focus.
voidfocusLost(FocusEvent e)
Receives notification when the toolbar or one of it's component looses the keyboard input focus.

Constructor Detail

ToolBarFocusListener

protected 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.

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.

Parameters: e the focus event