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.SelectionPopupMenuSupplierAbstractTableBasedSelectionPanel. m_PopupMenuSupplierthe popup menu supplier.Methods in adams.gui.selection that return AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier Modifier and Type Method Description AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplierAbstractTableBasedSelectionPanel. getPopupMenuSupplier()Returns the current popup menu supplier.Methods in adams.gui.selection with parameters of type AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier Modifier and Type Method Description voidAbstractTableBasedSelectionPanel. setPopupMenuSupplier(AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier value)Sets the popup menu supplier, if the user right-clicks on the table cells.
-