Package | Description |
---|---|
org.scijava.ui.behaviour |
Configurable-keys
|
org.scijava.ui.behaviour.io | |
org.scijava.ui.behaviour.io.gui | |
org.scijava.ui.behaviour.util |
Modifier and Type | Field and Description |
---|---|
static InputTrigger |
InputTrigger.NOT_MAPPED |
Modifier and Type | Method and Description |
---|---|
InputTrigger |
AbstractMouseAndKeyHandler.BehaviourEntry.buttons() |
static InputTrigger |
InputTrigger.getFromString(String s) |
Modifier and Type | Method and Description |
---|---|
Map<InputTrigger,Set<String>> |
InputTriggerMap.getAllBindings()
Get all bindings defined in this map and its parents.
|
Map<InputTrigger,Set<String>> |
InputTriggerMap.getBindings()
Get all bindings defined in this map.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
InputTriggerMap.get(InputTrigger inputTrigger)
Get the set of all bindings for
inputTrigger defined in this map
and its parents. |
void |
InputTriggerMap.put(InputTrigger inputTrigger,
String behaviourKey)
Adds a binding for
inputTrigger to behaviourKey . |
void |
KeyStrokeAdder.put(String actionName,
InputTrigger... defaultKeyStrokes) |
void |
InputTriggerAdder.put(String behaviourName,
InputTrigger... defaultTriggers) |
void |
InputTriggerMap.remove(InputTrigger inputTrigger,
String behaviourKey)
Remove the specific binding from
inputTrigger to behaviourKey from this map. |
void |
InputTriggerMap.removeAll(InputTrigger inputTrigger)
Remove all bindings for
inputTrigger from this map. |
Constructor and Description |
---|
BehaviourEntry(InputTrigger buttons,
T behaviour) |
Modifier and Type | Method and Description |
---|---|
Set<InputTrigger> |
InputTriggerConfig.getInputs(String behaviourName,
Set<String> contexts) |
Set<InputTrigger> |
InputTriggerConfig.getInputs(String behaviourName,
String context) |
Modifier and Type | Method and Description |
---|---|
void |
InputTriggerConfig.add(InputTrigger trigger,
String behaviourName,
Collection<String> contexts) |
void |
InputTriggerConfig.add(InputTrigger trigger,
String behaviourName,
String context) |
void |
InputTriggerConfig.InputTriggerAdderImp.put(String behaviourName,
InputTrigger... defaultTriggers) |
void |
InputTriggerConfig.KeyStrokeAdderImp.put(String actionName,
InputTrigger... defaultKeyStrokes) |
void |
InputTriggerConfig.remove(InputTrigger trigger,
String behaviourName,
Collection<String> contexts) |
void |
InputTriggerConfig.remove(InputTrigger trigger,
String behaviourName,
String context) |
Modifier and Type | Method and Description |
---|---|
static String |
InputTriggerConfig.prettyPrintInputs(Set<InputTrigger> triggers)
Creates a pretty printed list of keys, useful in conjunction with
InputTriggerConfig.getInputs(java.lang.String, java.lang.String) . |
Modifier and Type | Method and Description |
---|---|
InputTrigger |
InputTriggerPanelEditor.getInputTrigger() |
InputTrigger |
InputTriggerPanelEditor.getLastValidInputTrigger() |
Modifier and Type | Method and Description |
---|---|
void |
InputTriggerPanelEditor.setInputTrigger(InputTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
Map<InputTrigger,Set<String>> |
WrappedInputTriggerMap.getAllBindings() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
WrappedInputTriggerMap.get(InputTrigger inputTrigger) |
void |
WrappedInputTriggerMap.put(InputTrigger inputTrigger,
String behaviourKey) |
void |
WrappedInputTriggerMap.remove(InputTrigger inputTrigger,
String behaviourKey) |
void |
WrappedInputTriggerMap.removeAll(InputTrigger inputTrigger) |
Copyright © 2015–2022 SciJava. All rights reserved.