Uses of Interface
adams.gui.selection.AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier
-
Packages that use AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier Package Description adams.gui.selection -
-
Uses of AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier in adams.gui.selection
Fields in adams.gui.selection declared as AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier Modifier and Type Field Description protected AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier
AbstractTableBasedSelectionPanel. m_PopupMenuSupplier
the popup menu supplier.Methods in adams.gui.selection that return AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier Modifier and Type Method Description AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier
AbstractTableBasedSelectionPanel. getPopupMenuSupplier()
Returns the current popup menu supplier.Methods in adams.gui.selection with parameters of type AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier Modifier and Type Method Description void
AbstractTableBasedSelectionPanel. setPopupMenuSupplier(AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier value)
Sets the popup menu supplier, if the user right-clicks on the table cells.
-