java.lang.Object
javax.swing.plaf.basic.BasicToolBarUI.ToolBarFocusListener
- All Implemented Interfaces:
- FocusListener,- EventListener
- Enclosing class:
- BasicToolBarUI
The class listens for focus events.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructs aToolBarFocusListener.
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when a component gains the keyboard focus.voidInvoked when a component loses the keyboard focus.
- 
Constructor Details- 
ToolBarFocusListenerprotected ToolBarFocusListener()Constructs aToolBarFocusListener.
 
- 
- 
Method Details- 
focusGainedDescription copied from interface:FocusListenerInvoked when a component gains the keyboard focus.- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- e- the event to be processed
 
- 
focusLostDescription copied from interface:FocusListenerInvoked when a component loses the keyboard focus.- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- e- the event to be processed
 
 
-