public class MemoryDialog extends ImporterDialog
| Modifier and Type | Field and Description | 
|---|---|
| private long | availMemRemaining memory for the JVM. | 
| private static long | MINIMUM_MEMORY_PADDINGMinimum amount of wiggle room for available memory, in bytes. | 
| private long | needMemRequired memory for the dataset, in bytes. | 
options, processIS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK| Constructor and Description | 
|---|
| MemoryDialog(ImportProcess process)Creates a memory confirmation dialog for the Bio-Formats Importer. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected GenericDialog | constructDialog() | 
| private long | getAvailableMemory() | 
| protected boolean | harvestResults(GenericDialog gd) | 
| protected boolean | needPrompt() | 
displayDialog, showDialogaddCheckbox, addChoice, sleepprivate static final long MINIMUM_MEMORY_PADDING
private long needMem
private long availMem
public MemoryDialog(ImportProcess process)
protected boolean needPrompt()
needPrompt in class ImporterDialogprotected GenericDialog constructDialog()
constructDialog in class ImporterDialogprotected boolean harvestResults(GenericDialog gd)
harvestResults in class ImporterDialogprivate long getAvailableMemory()
Copyright © 2018 Open Microscopy Environment