Uses of Class
adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent
-
Packages that use AbstractNamedHistoryPanel.HistoryEntrySelectionEvent Package Description adams.gui.core adams.gui.workspace weka.gui.explorer -
-
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionEvent in adams.gui.core
Methods in adams.gui.core with parameters of type AbstractNamedHistoryPanel.HistoryEntrySelectionEvent Modifier and Type Method Description void
AbstractNamedHistoryPanel.HistoryEntrySelectionListener. historyEntrySelected(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent e)
Gets called whenever a history entry gets selected.protected void
AbstractNamedHistoryPanel. notifyHistoryEntrySelectionListeners(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent e)
Notifies all listeners with the specified event. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionEvent in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type AbstractNamedHistoryPanel.HistoryEntrySelectionEvent Modifier and Type Method Description void
AbstractWorkspaceManagerPanel. historyEntrySelected(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent e)
Gets called whenever a history entry gets selected. -
Uses of AbstractNamedHistoryPanel.HistoryEntrySelectionEvent in weka.gui.explorer
Methods in weka.gui.explorer with parameters of type AbstractNamedHistoryPanel.HistoryEntrySelectionEvent Modifier and Type Method Description void
MultiExplorer. historyEntrySelected(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent e)
Gets called whenever a history entry gets selected.
-