Uses of Interface
adams.gui.plugin.ToolPluginSupporter
-
Packages that use ToolPluginSupporter Package Description adams.gui.plugin adams.gui.visualization.image -
-
Uses of ToolPluginSupporter in adams.gui.plugin
Classes in adams.gui.plugin with type parameters of type ToolPluginSupporter Modifier and Type Class Description class
AbstractToolPluginManager<T extends ToolPluginSupporter,P extends AbstractToolPlugin>
Ancestor for classes that manage tool plugins.Fields in adams.gui.plugin declared as ToolPluginSupporter Modifier and Type Field Description protected T
AbstractToolPluginManager. m_Owner
the owner. -
Uses of ToolPluginSupporter in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement ToolPluginSupporter Modifier and Type Class Description class
ImageViewerPanel
A simple image viewer.
-