Uses of Interface
adams.gui.event.HeatmapPanelSelectionListener
-
Packages that use HeatmapPanelSelectionListener Package Description adams.gui.visualization.heatmap adams.gui.visualization.heatmap.selection -
-
Uses of HeatmapPanelSelectionListener in adams.gui.visualization.heatmap
Fields in adams.gui.visualization.heatmap with type parameters of type HeatmapPanelSelectionListener Modifier and Type Field Description protected HashSet<HeatmapPanelSelectionListener>
HeatmapPanel. m_SelectionListeners
the selection listeners.Methods in adams.gui.visualization.heatmap with parameters of type HeatmapPanelSelectionListener Modifier and Type Method Description void
HeatmapPanel. addSelectionListener(HeatmapPanelSelectionListener l)
Adds the given listener to the internal list of selection listeners.void
HeatmapPanel. removeSelectionListener(HeatmapPanelSelectionListener l)
Removes the given listener from the internal list of selection listeners. -
Uses of HeatmapPanelSelectionListener in adams.gui.visualization.heatmap.selection
Classes in adams.gui.visualization.heatmap.selection that implement HeatmapPanelSelectionListener Modifier and Type Class Description class
AbstractSelectionProcessor
Ancestor for classes that react to selection in an heatmap.class
Crop
Crops the heatmap to the current selection and stores crop information in the report (prefix: Crop.).class
NullProcessor
Dummy processor, does nothing.
-