public class

BasicListUI.FocusHandler

extends Object
implements FocusListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicListUI.FocusHandler

Class Overview

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTableUI.

Summary

Public Constructors
BasicListUI.FocusHandler()
Public Methods
void focusGained(FocusEvent e)
Invoked when a component gains the keyboard focus.
void focusLost(FocusEvent e)
Invoked when a component loses the keyboard focus.
Protected Methods
void repaintCellFocus()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.FocusListener

Public Constructors

public BasicListUI.FocusHandler ()

Public Methods

public void focusGained (FocusEvent e)

Invoked when a component gains the keyboard focus.

public void focusLost (FocusEvent e)

Invoked when a component loses the keyboard focus.

Protected Methods

protected void repaintCellFocus ()