Class AbstractHeatmapViewerPlugin
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.plugin.AbstractToolPlugin<HeatmapPanel>
-
- adams.gui.visualization.heatmap.plugins.AbstractHeatmapViewerPlugin
-
- All Implemented Interfaces:
adams.core.logging.LoggingSupporter
,adams.core.SizeOfHandler
,Serializable
- Direct Known Subclasses:
AbstractCurrentHeatmapFilter
,AbstractHeatmapViewerPluginWithGOE
,AbstractSelectedHeatmapsViewerPlugin
public abstract class AbstractHeatmapViewerPlugin extends adams.gui.plugin.AbstractToolPlugin<HeatmapPanel>
Ancestor for plugins for the HeatmapViewer.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractHeatmapViewerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doLog(String msg)
Performs the actual logging.-
Methods inherited from class adams.gui.plugin.AbstractToolPlugin
canExecute, createLogEntry, doExecute, execute, getCanceledByUser, getCaption, getIcon, getIconName, getLastSetup, getMenu, hasLastSetup, log, setLastSetup
-
-
-
-
Method Detail
-
doLog
protected void doLog(String msg)
Performs the actual logging.- Specified by:
doLog
in classadams.gui.plugin.AbstractToolPlugin<HeatmapPanel>
- Parameters:
msg
- the message to log
-
-