javax.swing.plaf.basic
Class BasicTableUI.FocusHandler
java.lang.Object
javax.swing.plaf.basic.BasicTableUI.FocusHandler
- All Implemented Interfaces:
- FocusListener, EventListener
- Enclosing class:
- BasicTableUI
public class BasicTableUI.FocusHandler
- extends Object
- implements FocusListener
Method Summary |
void |
focusGained(FocusEvent e)
This method is called when a component gains the keyboard focus. |
void |
focusLost(FocusEvent e)
This method is invoked when a component loses the keyboard focus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicTableUI.FocusHandler
public BasicTableUI.FocusHandler()
focusGained
public void focusGained(FocusEvent e)
- Description copied from interface:
FocusListener
- This method is called when a component gains the keyboard focus.
- Specified by:
focusGained
in interface FocusListener
- Parameters:
e
- the FocusEvent
indicating that focus was gained
focusLost
public void focusLost(FocusEvent e)
- Description copied from interface:
FocusListener
- This method is invoked when a component loses the keyboard focus.
- Specified by:
focusLost
in interface FocusListener
- Parameters:
e
- the FocusEvent
indicating that focus was lost