public class InputTriggerDescriptionsBuilder extends Object
InputTriggerDescriptions from existing InputMaps and InputTriggerMaps.
This can be used to dump the current key and mouse configuration of an application to a config file.| Constructor and Description |
|---|
InputTriggerDescriptionsBuilder() |
InputTriggerDescriptionsBuilder(InputTriggerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMap(InputMap map,
String context) |
void |
addMap(InputTriggerMap map,
String context) |
Set<String> |
getBehaviourNames() |
Set<String> |
getContexts() |
List<InputTriggerDescription> |
getDescriptions() |
public InputTriggerDescriptionsBuilder()
public InputTriggerDescriptionsBuilder(InputTriggerConfig config)
public List<InputTriggerDescription> getDescriptions()
public void addMap(InputTriggerMap map, String context)
Copyright © 2015–2022 SciJava. All rights reserved.