Package | Description |
---|---|
loci.common | |
loci.common.adapter | |
loci.plugins.in |
Bio-Formats Importer plugin for ImageJ.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusReporter.addStatusListener(StatusListener l) |
void |
StatusReporter.removeStatusListener(StatusListener l) |
Modifier and Type | Class and Description |
---|---|
static class |
StatusListenerAdapter.ModernWrapper
This class can be used to wrap ome.scifio.common.StatusListener
objects and be passed to API expecting a loci.common.StatusListener
object.
|
Modifier and Type | Method and Description |
---|---|
StatusListener |
StatusListenerAdapter.LegacyWrapper.unwrap() |
protected StatusListener |
StatusListenerAdapter.wrapToLegacy(StatusListener modern) |
Modifier and Type | Method and Description |
---|---|
void |
StatusReporterAdapter.ModernWrapper.addStatusListener(StatusListener l) |
void |
StatusReporterAdapter.ModernWrapper.removeStatusListener(StatusListener l) |
protected StatusListener |
StatusListenerAdapter.wrapToModern(StatusListener legacy) |
Constructor and Description |
---|
StatusListenerAdapter.LegacyWrapper(StatusListener sl) |
Modifier and Type | Class and Description |
---|---|
class |
DisplayHandler
Logic for displaying images and metadata onscreen using ImageJ.
|
class |
ImporterPrompter
Helper class for presenting the user with dialog boxes
for configuring importer options.
|
Modifier and Type | Field and Description |
---|---|
protected List<StatusListener> |
ImagePlusReader.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ImportProcess.addStatusListener(StatusListener l) |
void |
ImagePlusReader.addStatusListener(StatusListener l) |
void |
ImportProcess.removeStatusListener(StatusListener l) |
void |
ImagePlusReader.removeStatusListener(StatusListener l) |
Copyright © 2014 Open Microscopy Environment