public final class InputMapUtils extends Object
Modifier | Constructor and Description |
---|---|
private |
InputMapUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addEnterAction(JComponent c,
Action a) |
static void |
addSpacebarAction(JComponent c,
Action a) |
static void |
enableEnter(JButton b)
Enable activating button on Enter (which is replaced with spacebar for certain Look-And-Feels)
|
static void |
unassignCtrlShiftUpDown(JComponent cmp,
int condition) |
private InputMapUtils()
public static void unassignCtrlShiftUpDown(JComponent cmp, int condition)
public static void enableEnter(JButton b)
public static void addEnterAction(JComponent c, Action a)
public static void addSpacebarAction(JComponent c, Action a)