javax.swing.plaf.basic
protected class BasicToolBarUI.ToolBarFocusListener extends Object implements FocusListener
Constructor Summary | |
---|---|
protected | 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.
|
Parameters: e the focus event
Parameters: e the focus event