javax.swing.plaf.basic
protected class BasicToolBarUI.ToolBarFocusListener extends Object implements FocusListener
Modifier | Constructor and Description |
---|---|
protected |
BasicToolBarUI.ToolBarFocusListener()
Creates a new ToolBarFocusListener object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected BasicToolBarUI.ToolBarFocusListener()
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- the focus eventpublic void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- the focus event