Package Summary  Overview Summary

class:BasicTableUI.FocusHandler [NONE]

All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
BasicTableUI

public class BasicTableUI.FocusHandler
extends Object
implements FocusListener
This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTableUI.

constructor:BasicTableUI.FocusHandler() [NONE]

method:focusGained(java.awt.event.FocusEvent) [NONE]

  • focusGained

    public void focusGained?(FocusEvent e)
    Description copied from interface: FocusListener
    Invoked when a component gains the keyboard focus.
    Specified by:
    focusGained in interface FocusListener
    Parameters:
    e - the event to be processed
  • method:focusLost(java.awt.event.FocusEvent) [NONE]

    focusLost

    public void focusLost?(FocusEvent e)
    Description copied from interface: FocusListener
    Invoked when a component loses the keyboard focus.
    Specified by:
    focusLost in interface FocusListener
    Parameters:
    e - the event to be processed

    © 2020 Oracle Corporation and/or its affiliates