Package Summary  Overview Summary

class:BasicListUI.FocusHandler [NONE]

All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
BasicListUI

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

constructor:BasicListUI.FocusHandler() [NONE]

  • FocusHandler

    public FocusHandler()
    Constructs a FocusHandler.

method:repaintCellFocus() [NONE]

  • repaintCellFocus

    protected void repaintCellFocus()
    Repaints focused cells.
  • 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

    © 2023 Oracle Corporation and/or its affiliates