Package Summary  Overview Summary

class:BasicSliderUI.FocusHandler [NONE]

All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
BasicSliderUI

public class BasicSliderUI.FocusHandler
extends Object
implements FocusListener
Focus-change listener.

This class should be treated as a "protected" inner class. Instantiate it only within subclasses of Foo.

constructor:BasicSliderUI.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