Uses of Interface
adams.gui.event.DoubleClickListener
-
Packages that use DoubleClickListener Package Description adams.gui.selection adams.gui.tools -
-
Uses of DoubleClickListener in adams.gui.selection
Fields in adams.gui.selection with type parameters of type DoubleClickListener Modifier and Type Field Description protected HashSet<DoubleClickListener>AbstractTableBasedSelectionPanel. m_DoubleClickListenersthe double-click listeners.Methods in adams.gui.selection with parameters of type DoubleClickListener Modifier and Type Method Description voidAbstractTableBasedSelectionPanel. addDoubleClickListener(DoubleClickListener l)Adds the given listener to the list of double-click listeners.voidAbstractTableBasedSelectionPanel. removeDoubleClickListener(DoubleClickListener l)Removes the given listener from the list of double-click listeners. -
Uses of DoubleClickListener in adams.gui.tools
Fields in adams.gui.tools declared as DoubleClickListener Modifier and Type Field Description protected DoubleClickListenerClassHelpPanel. m_DoubleClickListenerthe double click listener.Methods in adams.gui.tools that return DoubleClickListener Modifier and Type Method Description DoubleClickListenerClassHelpPanel. getDoubleClickListener()Returns the current double-click listener on classes.Methods in adams.gui.tools with parameters of type DoubleClickListener Modifier and Type Method Description voidClassHelpPanel. setDoubleClickListener(DoubleClickListener l)Sets the listener for double-clicks on the classes (eg shortcut for selection).
-