public interface KeyStrokeAdder
Modifier and Type | Interface and Description |
---|---|
static interface |
KeyStrokeAdder.Factory |
Modifier and Type | Method and Description |
---|---|
void |
put(String actionName) |
void |
put(String actionName,
InputTrigger... defaultKeyStrokes) |
void |
put(String actionName,
KeyStroke... defaultKeyStrokes)
Deprecated.
|
void |
put(String actionName,
String... defaultKeyStrokes) |
@Deprecated void put(String actionName, KeyStroke... defaultKeyStrokes)
void put(String actionName, InputTrigger... defaultKeyStrokes)
void put(String actionName)
Copyright © 2015–2022 SciJava. All rights reserved.