Class ImageViewerPluginManager
- java.lang.Object
-
- adams.gui.plugin.AbstractToolPluginManager<ImageViewerPanel,AbstractImageViewerPlugin>
-
- adams.gui.visualization.image.plugins.ImageViewerPluginManager
-
public class ImageViewerPluginManager extends AbstractToolPluginManager<ImageViewerPanel,AbstractImageViewerPlugin>
Manages the plugins for the image viewer.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from class adams.gui.plugin.AbstractToolPluginManager
m_MenuItems, m_MenuUpdateListener, m_Owner, m_Plugins
-
-
Constructor Summary
Constructors Constructor Description ImageViewerPluginManager(ImageViewerPanel owner)
Initializes the manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getPlugins()
Returns a list of plugin classnames.-
Methods inherited from class adams.gui.plugin.AbstractToolPluginManager
addToMenuBar, getMenuUpdateListener, setMenuUpdateListener, updateMenu
-
-
-
-
Constructor Detail
-
ImageViewerPluginManager
public ImageViewerPluginManager(ImageViewerPanel owner)
Initializes the manager.- Parameters:
owner
- the owning tool
-
-
Method Detail
-
getPlugins
public String[] getPlugins()
Returns a list of plugin classnames.- Specified by:
getPlugins
in classAbstractToolPluginManager<ImageViewerPanel,AbstractImageViewerPlugin>
- Returns:
- all the available plugins
-
-