public class WrappedInputMap extends InputMap
InputMap
that can have its own parent. The
wrapped InputMap
should not have a parent!?Constructor and Description |
---|
WrappedInputMap(InputMap inputMap) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
get(KeyStroke keyStroke) |
InputMap |
getParent() |
KeyStroke[] |
keys() |
void |
put(KeyStroke keyStroke,
Object actionMapKey) |
void |
remove(KeyStroke key) |
void |
setParent(InputMap map) |
int |
size() |
public WrappedInputMap(InputMap inputMap)
Copyright © 2015–2022 SciJava. All rights reserved.