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_SelectionListenersthe selection listeners.Methods in adams.gui.visualization.heatmap with parameters of type HeatmapPanelSelectionListener Modifier and Type Method Description voidHeatmapPanel. addSelectionListener(HeatmapPanelSelectionListener l)Adds the given listener to the internal list of selection listeners.voidHeatmapPanel. 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 classAbstractSelectionProcessorAncestor for classes that react to selection in an heatmap.classCropCrops the heatmap to the current selection and stores crop information in the report (prefix: Crop.).classNullProcessorDummy processor, does nothing.
-