Example usage for Java javax.swing ComponentInputMap fields, constructors, methods, implement or subclass
The text is from its open source code.
ComponentInputMap(JComponent component) Creates a ComponentInputMap associated with the specified component. |
void | put(KeyStroke keyStroke, Object actionMapKey) Adds a binding for keyStroke to actionMapKey . |