W3cubDocs

/OpenJDK 8 GUI

Class BasicComboPopup.InvocationKeyHandler

All Implemented Interfaces:
KeyListener, EventListener
Enclosing class:
BasicComboPopup
public class BasicComboPopup.InvocationKeyHandler
extends KeyAdapter

As of Java 2 platform v 1.4, this class is now obsolete and is only included for backwards API compatibility. Do not instantiate or subclass.

All the functionality of this class has been included in BasicComboBoxUI ActionMap/InputMap methods.

Constructors

InvocationKeyHandler

public InvocationKeyHandler()

Methods

keyReleased

public void keyReleased(KeyEvent e)

Description copied from class: KeyAdapter

Invoked when a key has been released.

Specified by:
keyReleased in interface KeyListener
Overrides:
keyReleased in class KeyAdapter

© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.