| Package | Description |
|---|---|
| editor | |
| editor.settings | |
| editor.util |
| Modifier and Type | Method and Description |
|---|---|
ISettings |
LabFrame.findSettings(java.util.function.Predicate<ISettings> matcher) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ISettings> |
LabFrame.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
ISettings |
LabFrame.findSettings(java.util.function.Predicate<ISettings> matcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSettings<T extends AbstractSettingsParameters<T>> |
class |
AppearanceSettings |
class |
CompilerSettings |
| Modifier and Type | Method and Description |
|---|---|
ISettings |
SettingsTree.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ISettings> |
Settings.makeDefaultSettings() |
static Map<String,ISettings> |
Settings.makeDefaultSettings(Experiment experiment) |
static Map<String,ISettings> |
Settings.mergeSettings(Map<String,ISettings> old) |
static Map<String,ISettings> |
Settings.mergeSettings(Map<String,ISettings> old,
Experiment experiment)
Assumes settings map is ordered top-down in tree order
|
| Modifier and Type | Method and Description |
|---|---|
SettingsTree |
SettingsTree.find(ISettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ISettings> |
Settings.mergeSettings(Map<String,ISettings> old) |
static Map<String,ISettings> |
Settings.mergeSettings(Map<String,ISettings> old,
Experiment experiment)
Assumes settings map is ordered top-down in tree order
|
| Constructor and Description |
|---|
SettingsTree(ISettings settings,
SettingsTree parent) |
| Modifier and Type | Method and Description |
|---|---|
ISettings |
Experiment.findSettings(java.util.function.Predicate<ISettings> matcher) |
ISettings |
Experiment.getMruSettings() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ISettings> |
Experiment.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setMruSettings(ISettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ISettings |
Experiment.findSettings(java.util.function.Predicate<ISettings> matcher) |
Copyright © 2017. All rights reserved.