public class Updater extends Object implements ij.plugin.PlugIn
| Modifier and Type | Field and Description |
|---|---|
boolean |
canceled
Flag indicating whether last operation was canceled.
|
| Constructor and Description |
|---|
Updater() |
| Modifier and Type | Method and Description |
|---|---|
static void |
install(String urlPath)
Install the tools bundle which can be retrieved from the specified path.
|
static boolean |
isFiji()
Returns true if the current ImageJ instance is actually a Fiji instance.
|
void |
run(String arg) |
public void run(String arg)
run in interface ij.plugin.PlugInpublic static boolean isFiji()
public static void install(String urlPath)
Copyright © 2015–2021 Fiji. All rights reserved.