Uses of Class
adams.gui.event.HeatmapPanelSelectionEvent
-
Packages that use HeatmapPanelSelectionEvent Package Description adams.gui.event adams.gui.visualization.heatmap.selection -
-
Uses of HeatmapPanelSelectionEvent in adams.gui.event
Methods in adams.gui.event with parameters of type HeatmapPanelSelectionEvent Modifier and Type Method Description voidHeatmapPanelSelectionListener. selected(HeatmapPanelSelectionEvent e)Invoked when a selection happened in aImagePanel. -
Uses of HeatmapPanelSelectionEvent in adams.gui.visualization.heatmap.selection
Methods in adams.gui.visualization.heatmap.selection with parameters of type HeatmapPanelSelectionEvent Modifier and Type Method Description protected StringAbstractSelectionProcessor. check(HeatmapPanelSelectionEvent e)Performs a check on the event.voidAbstractSelectionProcessor. selected(HeatmapPanelSelectionEvent e)Invoked when a selection happened in aHeatmapPanel.
-