Package | Description |
---|---|
org.scijava.ui.behaviour.io | |
org.scijava.ui.behaviour.io.json | |
org.scijava.ui.behaviour.io.yaml |
Modifier and Type | Method and Description |
---|---|
List<InputTriggerDescription> |
InputTriggerDescriptionsBuilder.getDescriptions() |
Constructor and Description |
---|
InputTriggerConfig(Collection<InputTriggerDescription> keyMappings) |
Modifier and Type | Method and Description |
---|---|
static List<InputTriggerDescription> |
JsonConfigIO.read(Reader reader) |
static List<InputTriggerDescription> |
JsonConfigIO.read(String fileName) |
Modifier and Type | Method and Description |
---|---|
static void |
JsonConfigIO.write(List<InputTriggerDescription> descriptions,
String fileName) |
static void |
JsonConfigIO.write(List<InputTriggerDescription> descriptions,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
static List<InputTriggerDescription> |
YamlConfigIO.read(Reader reader)
Reads from the specified reader instance and returns the list of
serialized
InputTriggerDescription s that are found in the input
stream. |
static List<InputTriggerDescription> |
YamlConfigIO.read(String fileName)
Reads from the specified file and returns the list of serialized
InputTriggerDescription s that are found in the file. |
Modifier and Type | Method and Description |
---|---|
static void |
YamlConfigIO.write(Iterable<InputTriggerDescription> descriptions,
String fileName)
Writes the specified
InputTriggerDescription s on the specified
file. |
static void |
YamlConfigIO.write(Iterable<InputTriggerDescription> descriptions,
Writer writer)
Writes the specified
InputTriggerDescription s on the specified
writer. |
Copyright © 2015–2022 SciJava. All rights reserved.