Class HeatmapViewerPluginManager
- java.lang.Object
-
- adams.gui.plugin.AbstractToolPluginManager<HeatmapViewerPanel,AbstractHeatmapViewerPlugin>
-
- adams.gui.visualization.heatmap.plugins.HeatmapViewerPluginManager
-
public class HeatmapViewerPluginManager extends adams.gui.plugin.AbstractToolPluginManager<HeatmapViewerPanel,AbstractHeatmapViewerPlugin>
Manages the plugins of the heatmap viewer tool.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description HeatmapViewerPluginManager(HeatmapViewerPanel 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.
-
-
-
Constructor Detail
-
HeatmapViewerPluginManager
public HeatmapViewerPluginManager(HeatmapViewerPanel 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 classadams.gui.plugin.AbstractToolPluginManager<HeatmapViewerPanel,AbstractHeatmapViewerPlugin>
- Returns:
- all the available plugins
-
-