Package de.alpharogroup.swing.utils
Interface Keystrokes
-
public interface Keystrokes
-
-
Field Summary
Fields Modifier and Type Field Description static javax.swing.KeyStrokeCTRL_ALT_AThe Constant CTRL_ALT_A.static javax.swing.KeyStrokeCTRL_ALT_BThe Constant CTRL_ALT_B.static javax.swing.KeyStrokeCTRL_ALT_CThe Constant CTRL_ALT_C.static javax.swing.KeyStrokeCTRL_ALT_DThe Constant CTRL_ALT_D.static javax.swing.KeyStrokeCTRL_ALT_EThe Constant CTRL_ALT_E.static javax.swing.KeyStrokeCTRL_ALT_FThe Constant CTRL_ALT_F.
-
-
-
Field Detail
-
CTRL_ALT_A
static final javax.swing.KeyStroke CTRL_ALT_A
The Constant CTRL_ALT_A.
-
CTRL_ALT_B
static final javax.swing.KeyStroke CTRL_ALT_B
The Constant CTRL_ALT_B.
-
CTRL_ALT_C
static final javax.swing.KeyStroke CTRL_ALT_C
The Constant CTRL_ALT_C.
-
CTRL_ALT_D
static final javax.swing.KeyStroke CTRL_ALT_D
The Constant CTRL_ALT_D.
-
CTRL_ALT_E
static final javax.swing.KeyStroke CTRL_ALT_E
The Constant CTRL_ALT_E.
-
CTRL_ALT_F
static final javax.swing.KeyStroke CTRL_ALT_F
The Constant CTRL_ALT_F.
-
-