Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.plugin |
Modifier and Type | Method and Description |
---|---|
T |
Instantiable.createInstance()
Creates an object.
|
Class<? extends T> |
Instantiable.loadClass()
Loads the class corresponding to the objects that are created by
Instantiable.createInstance() . |
Modifier and Type | Method and Description |
---|---|
Command |
CommandInfo.createInstance() |
URL |
CommandInfo.getIconURL() |
Class<? extends Command> |
CommandInfo.loadClass() |
Modifier and Type | Method and Description |
---|---|
PT |
PluginInfo.createInstance() |
URL |
PluginInfo.getIconURL()
Gets the URL corresponding to the icon resource path.
|
Class<? extends PT> |
PluginInfo.loadClass() |
Copyright © 2015–2022 SciJava. All rights reserved.