Package | Description |
---|---|
org.scijava.ui.behaviour |
Configurable-keys
|
org.scijava.ui.behaviour.io | |
org.scijava.ui.behaviour.util |
Modifier and Type | Method and Description |
---|---|
InputTriggerMap |
InputTriggerMap.getParent()
Gets this
InputTriggerMap 's parent. |
Modifier and Type | Method and Description |
---|---|
InputTriggerAdder |
InputTriggerAdder.Factory.inputTriggerAdder(InputTriggerMap map,
String... contexts) |
void |
AbstractMouseAndKeyHandler.setInputMap(InputTriggerMap inputMap) |
void |
InputTriggerMap.setParent(InputTriggerMap map)
Sets this
InputTriggerMap 's parent. |
Modifier and Type | Method and Description |
---|---|
void |
InputTriggerDescriptionsBuilder.addMap(InputTriggerMap map,
String context) |
InputTriggerAdder |
InputTriggerConfig.inputTriggerAdder(InputTriggerMap map,
String... contexts) |
Constructor and Description |
---|
InputTriggerAdderImp(InputTriggerMap map,
InputTriggerConfig config,
Set<String> contexts) |
InputTriggerAdderImp(InputTriggerMap map,
InputTriggerConfig config,
String... contexts) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedInputTriggerMap
A view of the specified
InputTriggerMap that can have its own parent. |
Modifier and Type | Method and Description |
---|---|
InputTriggerMap |
TriggerBehaviourBindings.getConcatenatedInputTriggerMap()
Get the chained
InputTriggerMap . |
InputTriggerMap |
Behaviours.getInputTriggerMap() |
InputTriggerMap |
WrappedInputTriggerMap.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
TriggerBehaviourBindings.addInputTriggerMap(String id,
InputTriggerMap inputTriggerMap,
Collection<String> idsToBlock)
Add as
InputTriggerMap with the specified id to the end of the
list (overrides maps that were added earlier). |
void |
TriggerBehaviourBindings.addInputTriggerMap(String id,
InputTriggerMap inputTriggerMap,
String... idsToBlock)
Add as
InputTriggerMap with the specified id to the end of the
list (overrides maps that were added earlier). |
void |
WrappedInputTriggerMap.setParent(InputTriggerMap map) |
Constructor and Description |
---|
Behaviours(InputTriggerMap inputTriggerMap,
BehaviourMap behaviourMap,
InputTriggerAdder.Factory keyConfig,
String... keyConfigContexts)
Construct with the specified
InputTriggerMap and
BehaviourMap . |
WrappedInputTriggerMap(InputTriggerMap inputTriggerMap) |
Copyright © 2015–2022 SciJava. All rights reserved.