public class KeyStrokeEditorPopup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PRESSED |
static String |
RELEASED |
static String |
TYPED |
| Constructor and Description |
|---|
KeyStrokeEditorPopup() |
| Modifier and Type | Method and Description |
|---|---|
JCheckBox |
getAltKey() |
JCheckBox |
getControlKey() |
JComboBox<String> |
getEventType() |
JComboBox |
getKey() |
KeyStroke |
getKeyStroke() |
JPanel |
getPanel() |
JCheckBox |
getShiftKey() |
void |
setKeyStroke(KeyStroke ks) |
public static final String PRESSED
public static final String RELEASED
public static final String TYPED
public JPanel getPanel()
public JCheckBox getControlKey()
public JCheckBox getAltKey()
public JCheckBox getShiftKey()
public JComboBox getKey()
public KeyStroke getKeyStroke()
public void setKeyStroke(KeyStroke ks)
Copyright © 2018. All rights reserved.