Uses of Class
adams.gui.event.DoubleClickEvent
-
Packages that use DoubleClickEvent Package Description adams.gui.event adams.gui.selection -
-
Uses of DoubleClickEvent in adams.gui.event
Methods in adams.gui.event with parameters of type DoubleClickEvent Modifier and Type Method Description void
DoubleClickListener. doubleClickOccurred(DoubleClickEvent e)
Gets called when a double-clicked occurred. -
Uses of DoubleClickEvent in adams.gui.selection
Methods in adams.gui.selection with parameters of type DoubleClickEvent Modifier and Type Method Description protected void
AbstractTableBasedSelectionPanel. notifyDoubleClickListeners(DoubleClickEvent e)
Sends the event to all double-click listeners.
-