protected class BasicToolBarUI.ToolBarFocusListener extends java.lang.Object implements java.awt.event.FocusListener
| Modifier | Constructor and Description |
|---|---|
protected |
BasicToolBarUI.ToolBarFocusListener()
Creates a new ToolBarFocusListener object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Receives notification when the toolbar or one of it's component
receives the keyboard input focus.
|
void |
focusLost(java.awt.event.FocusEvent e)
Receives notification when the toolbar or one of it's component
looses the keyboard input focus.
|
protected BasicToolBarUI.ToolBarFocusListener()
public void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenere - the focus eventpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenere - the focus event