public final class LuraWave
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_TRIES |
static java.lang.String |
TOO_MANY_TRIES |
Modifier | Constructor and Description |
---|---|
private |
LuraWave() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
initLicenseCode()
Reads LuraWave license code from ImageJ preferences, if available.
|
static boolean |
isLicenseCodeException(FormatException exc)
Returns true if the given exception was cause
by a missing or invalid LuraWave license code.
|
static java.lang.String |
promptLicenseCode(java.lang.String code,
boolean first)
Prompts the user to enter their LuraWave
license code in an ImageJ dialog window.
|
public static final int MAX_TRIES
public static final java.lang.String TOO_MANY_TRIES
public static java.lang.String initLicenseCode()
public static boolean isLicenseCodeException(FormatException exc)
public static java.lang.String promptLicenseCode(java.lang.String code, boolean first)
Copyright © 2020 Open Microscopy Environment