public class IdeInputMapUIResource
extends javax.swing.plaf.InputMapUIResource
Modifier and Type | Method and Description |
---|---|
javax.swing.KeyStroke[] |
allKeys() |
void |
clear() |
static void |
clearIgnoreList() |
java.lang.Object |
get(javax.swing.KeyStroke keyStroke) |
javax.swing.InputMap |
getParent() |
static boolean |
isMustIgnore() |
javax.swing.KeyStroke[] |
keys() |
void |
put(javax.swing.KeyStroke keyStroke,
java.lang.Object actionMapKey) |
void |
remove(javax.swing.KeyStroke key) |
static void |
replaceInputMapUIResources()
Called by the MainWindowImpl to intercept the real UI InputMaps.
|
static void |
setMustIgnore(boolean mustIgnore) |
void |
setParent(javax.swing.InputMap map) |
int |
size() |
public static void replaceInputMapUIResources()
public static void clearIgnoreList()
public static boolean isMustIgnore()
public static void setMustIgnore(boolean mustIgnore)
public java.lang.Object get(javax.swing.KeyStroke keyStroke)
get
in class javax.swing.InputMap
public void setParent(javax.swing.InputMap map)
setParent
in class javax.swing.InputMap
public javax.swing.InputMap getParent()
getParent
in class javax.swing.InputMap
public void put(javax.swing.KeyStroke keyStroke, java.lang.Object actionMapKey)
put
in class javax.swing.InputMap
public void remove(javax.swing.KeyStroke key)
remove
in class javax.swing.InputMap
public void clear()
clear
in class javax.swing.InputMap
public javax.swing.KeyStroke[] keys()
keys
in class javax.swing.InputMap
public int size()
size
in class javax.swing.InputMap
public javax.swing.KeyStroke[] allKeys()
allKeys
in class javax.swing.InputMap