Package | Description |
---|---|
org.scijava.ui.behaviour.io | |
org.scijava.ui.behaviour.io.gui | |
org.scijava.ui.behaviour.util |
Modifier and Type | Method and Description |
---|---|
void |
InputTriggerConfig.set(InputTriggerConfig config) |
Constructor and Description |
---|
InputTriggerAdderImp(InputTriggerMap map,
InputTriggerConfig config,
Set<String> contexts) |
InputTriggerAdderImp(InputTriggerMap map,
InputTriggerConfig config,
String... contexts) |
InputTriggerDescriptionsBuilder(InputTriggerConfig config) |
KeyStrokeAdderImp(InputMap map,
InputTriggerConfig config,
Set<String> contexts) |
KeyStrokeAdderImp(InputMap map,
InputTriggerConfig config,
String... contexts) |
Constructor and Description |
---|
VisualEditorPanel(InputTriggerConfig config)
Creates a visual editor for an
InputTriggerConfig . |
VisualEditorPanel(InputTriggerConfig config,
Map<Command,String> commandDescriptions)
Creates a visual editor for an
InputTriggerConfig . |
Modifier and Type | Method and Description |
---|---|
void |
Behaviours.updateKeyConfig(InputTriggerConfig keyConfig)
Clears the
InputTriggerMap and re-adds all behaviour keys from
BehaviourMap using the provided keyConfig . |
void |
Actions.updateKeyConfig(InputTriggerConfig keyConfig)
|
void |
Behaviours.updateKeyConfig(InputTriggerConfig keyConfig,
boolean clearAll)
Clears the
InputTriggerMap and re-adds all behaviour keys from
BehaviourMap using the provided keyConfig . |
void |
Actions.updateKeyConfig(InputTriggerConfig keyConfig,
boolean clearAll)
|
Copyright © 2015–2022 SciJava. All rights reserved.