Uses of Interface
adams.gui.event.HistorySelectionListener
-
Packages that use HistorySelectionListener Package Description adams.core adams.gui.goe -
-
Uses of HistorySelectionListener in adams.core
Methods in adams.core with parameters of type HistorySelectionListener Modifier and Type Method Description void
AbstractFileBasedHistory. customizePopupMenu(JPopupMenu menu, Object current, HistorySelectionListener listener)
Adds a menu item with the history to the popup menu. -
Uses of HistorySelectionListener in adams.gui.goe
Methods in adams.gui.goe with parameters of type HistorySelectionListener Modifier and Type Method Description void
PersistentObjectHistory. customizePopupMenu(JPopupMenu menu, Object current, HistorySelectionListener listener)
Adds a menu item with the history to the popup menu.
-