Java javax.swing ComponentInputMap fields, constructors, methods, implement or subclass

Example usage for Java javax.swing ComponentInputMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing ComponentInputMap.

The text is from its open source code.

Constructor

ComponentInputMap(JComponent component)
Creates a ComponentInputMap associated with the specified component.

Method

voidput(KeyStroke keyStroke, Object actionMapKey)
Adds a binding for keyStroke to actionMapKey.