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_DoubleClickListeners
the double-click listeners.Methods in adams.gui.selection with parameters of type DoubleClickListener Modifier and Type Method Description void
AbstractTableBasedSelectionPanel. addDoubleClickListener(DoubleClickListener l)
Adds the given listener to the list of double-click listeners.void
AbstractTableBasedSelectionPanel. 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 DoubleClickListener
ClassHelpPanel. m_DoubleClickListener
the double click listener.Methods in adams.gui.tools that return DoubleClickListener Modifier and Type Method Description DoubleClickListener
ClassHelpPanel. getDoubleClickListener()
Returns the current double-click listener on classes.Methods in adams.gui.tools with parameters of type DoubleClickListener Modifier and Type Method Description void
ClassHelpPanel. setDoubleClickListener(DoubleClickListener l)
Sets the listener for double-clicks on the classes (eg shortcut for selection).
-