public class ImporterPrompter extends Object implements StatusListener
Modifier and Type | Field and Description |
---|---|
private ImportProcess |
process |
Constructor and Description |
---|
ImporterPrompter(ImportProcess process) |
Modifier and Type | Method and Description |
---|---|
private boolean |
promptColors()
Prompts for color details, if necessary.
|
private boolean |
promptCrop()
Prompts for cropping details, if necessary.
|
private boolean |
promptFilePattern()
Prompts for the file pattern, if necessary.
|
private boolean |
promptId() |
private boolean |
promptLocation() |
private boolean |
promptMain() |
private boolean |
promptMemory()
Prompts for confirmation of memory usage, if necessary.
|
private boolean |
promptRange()
Prompts for the range of planes to import, if necessary.
|
private boolean |
promptSeries()
Prompts for which series to import, if necessary.
|
private boolean |
promptSwap()
Prompts for dimension swapping parameters, if necessary.
|
private boolean |
promptUpgrade() |
void |
statusUpdated(StatusEvent e)
Called when status is updated.
|
private ImportProcess process
public ImporterPrompter(ImportProcess process)
public void statusUpdated(StatusEvent e)
StatusListener
statusUpdated
in interface StatusListener
private boolean promptUpgrade()
private boolean promptLocation()
private boolean promptId()
private boolean promptMain()
private boolean promptFilePattern()
private boolean promptSeries()
private boolean promptSwap()
private boolean promptRange()
private boolean promptCrop()
private boolean promptColors()
private boolean promptMemory()
Copyright © 2016 Open Microscopy Environment