| Package | Description |
|---|---|
| icy.plugin.interface_ |
All supported plugin interface to specialize plugin in a specific task (Canvas, ROI, file importer...)
|
| plugins.tutorial.basics |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginDaemon
Plugin Daemon interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateABugTutorial
This tutorial just create a bug to watch the bug report window in action
To make it harder to catch by ICY, we add the PluginStartAsThread interface, which starts the
plugin as a thread.
|