Uses of Class
java.awt.event.FocusEvent
Packages that use FocusEvent
Package
Description
Contains all of the classes for creating user interfaces and for painting
 graphics and images.
Provides interfaces and classes for dealing with different types of events
 fired by AWT components.
Provides a set of "lightweight" (all-Java language) components
 that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
 its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides classes and interfaces that deal with editable and noneditable text
 components.
- 
Uses of FocusEvent in java.awtMethods in java.awt with parameters of type FocusEventModifier and TypeMethodDescriptionvoidAWTEventMulticaster.focusGained(FocusEvent e)Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.voidComponent.AccessibleAWTComponent.AccessibleAWTFocusHandler.focusGained(FocusEvent event)voidAWTEventMulticaster.focusLost(FocusEvent e)Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.voidComponent.AccessibleAWTComponent.AccessibleAWTFocusHandler.focusLost(FocusEvent event)protected voidComponent.processFocusEvent(FocusEvent e)Processes focus events occurring on this component by dispatching them to any registeredFocusListenerobjects.
- 
Uses of FocusEvent in java.awt.eventMethods in java.awt.event with parameters of type FocusEventModifier and TypeMethodDescriptionvoidFocusAdapter.focusGained(FocusEvent e)Invoked when a component gains the keyboard focus.voidFocusListener.focusGained(FocusEvent e)Invoked when a component gains the keyboard focus.voidFocusAdapter.focusLost(FocusEvent e)Invoked when a component loses the keyboard focus.voidFocusListener.focusLost(FocusEvent e)Invoked when a component loses the keyboard focus.
- 
Uses of FocusEvent in javax.swingMethods in javax.swing with parameters of type FocusEventModifier and TypeMethodDescriptionvoidJComponent.AccessibleJComponent.AccessibleFocusHandler.focusGained(FocusEvent event)Deprecated.voidJComponent.AccessibleJComponent.AccessibleFocusHandler.focusLost(FocusEvent event)Deprecated.protected voidJFormattedTextField.processFocusEvent(FocusEvent e)Processes any focus events, such asFocusEvent.FOCUS_GAINEDorFocusEvent.FOCUS_LOST.
- 
Uses of FocusEvent in javax.swing.plafMethods in javax.swing.plaf with parameters of type FocusEventModifier and TypeMethodDescriptionprotected voidLayerUI.processFocusEvent(FocusEvent e, JLayer<? extends V> l)Processes focus events occurring on theJLayeror any of its subcomponents.
- 
Uses of FocusEvent in javax.swing.plaf.basicMethods in javax.swing.plaf.basic with parameters of type FocusEventModifier and TypeMethodDescriptionvoidBasicButtonListener.focusGained(FocusEvent e)voidBasicComboBoxEditor.focusGained(FocusEvent e)voidBasicComboBoxUI.FocusHandler.focusGained(FocusEvent e)voidBasicListUI.FocusHandler.focusGained(FocusEvent e)voidBasicSliderUI.FocusHandler.focusGained(FocusEvent e)voidBasicTableUI.FocusHandler.focusGained(FocusEvent e)voidBasicToolBarUI.ToolBarFocusListener.focusGained(FocusEvent e)voidBasicTreeUI.FocusHandler.focusGained(FocusEvent e)Invoked when focus is activated on the tree we're in, redraws the lead row.voidBasicButtonListener.focusLost(FocusEvent e)voidBasicComboBoxEditor.focusLost(FocusEvent e)voidBasicComboBoxUI.FocusHandler.focusLost(FocusEvent e)voidBasicListUI.FocusHandler.focusLost(FocusEvent e)voidBasicSliderUI.FocusHandler.focusLost(FocusEvent e)voidBasicTableUI.FocusHandler.focusLost(FocusEvent e)voidBasicToolBarUI.ToolBarFocusListener.focusLost(FocusEvent e)voidBasicTreeUI.FocusHandler.focusLost(FocusEvent e)Invoked when focus is activated on the tree we're in, redraws the lead row.
- 
Uses of FocusEvent in javax.swing.textMethods in javax.swing.text with parameters of type FocusEventModifier and TypeMethodDescriptionvoidDefaultCaret.focusGained(FocusEvent e)Called when the component containing the caret gains focus.voidDefaultCaret.focusLost(FocusEvent e)Called when the component containing the caret loses focus.