| Package | Description |
|---|---|
| org.micromanager.acquisition |
This package contains classes for acquiring data and accessing Micro-
Manager's Acquisition Engine.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScopeDataUtils.PropertyChange
Represents a property change with both previous and new values.
|
static interface |
ScopeDataUtils.PropertyError
Represents a property that failed to apply with error information.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopeDataUtils.PropertyEntry> |
ScopeDataUtils.ValidationResult.getMissingDevices()
Returns list of properties where the device does not exist.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
ScopeDataUtils.ValidationResult.getMissingProperties()
Returns list of properties where the property name does not exist.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
ScopeDataUtils.ValidationResult.getPreInitProperties()
Returns list of properties that are pre-initialization only.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
ScopeDataUtils.ValidationResult.getReadOnlyProperties()
Returns list of properties that are read-only.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
ScopeDataUtils.ApplyResult.getSkippedProperties()
Returns list of properties that were skipped.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
ScopeDataUtils.ValidationResult.getValidProperties()
Returns list of properties that are valid and writable.
|