- All Implemented Interfaces:
FocusListener
, EventListener
- Enclosing class:
BasicTableUI
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicTableUI
.
-
Constructor Summary 
Constructors
Constructs a FocusHandler
.
-
Method Summary 
void
Invoked when a component gains the keyboard focus.
void
Invoked when a component loses the keyboard focus.
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
FocusHandler 
public FocusHandler()
Constructs a FocusHandler
.
-
Method Details 
-
focusGained 
Invoked when a component gains the keyboard focus.
- Specified by:
focusGained
in interface FocusListener
- Parameters:
e
- the event to be processed
-
focusLost 
Invoked when a component loses the keyboard focus.
- Specified by:
focusLost
in interface FocusListener
- Parameters:
e
- the event to be processed