Uses of Record Class
com.amalgamasimulation.desktop.ui.views.ColumnViewAdapter.MenuItemDescriptor
Packages that use ColumnViewAdapter.MenuItemDescriptor
Package
Description
-
Uses of ColumnViewAdapter.MenuItemDescriptor in com.amalgamasimulation.desktop.ui.tables
Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type ColumnViewAdapter.MenuItemDescriptorModifier and TypeMethodDescriptionprotected List<ColumnViewAdapter.MenuItemDescriptor> EMFTable.getEditingMenuItems(IColumn<T, ?, ?> column, T clickedElement) protected List<ColumnViewAdapter.MenuItemDescriptor> Table.getEditingMenuItems(IColumn<T, ?, ?> column, T clickedElement) protected List<ColumnViewAdapter.MenuItemDescriptor> TableViewAdapter.getEditingTableMenuItems(IColumn<T, ?, ?> column, T clickedElement) -
Uses of ColumnViewAdapter.MenuItemDescriptor in com.amalgamasimulation.desktop.ui.views
Methods in com.amalgamasimulation.desktop.ui.views that return types with arguments of type ColumnViewAdapter.MenuItemDescriptorModifier and TypeMethodDescriptionprotected List<ColumnViewAdapter.MenuItemDescriptor> TableView.getEditingMenuItems(IColumn<T, ?, ?> column, T clickedElement) Deprecated, for removal: This API element is subject to removal in a future version.protected List<ColumnViewAdapter.MenuItemDescriptor> ColumnViewAdapter.getEditingTableMenuItems(IColumn<T, ?, ?> column, T clickedElement) Method parameters in com.amalgamasimulation.desktop.ui.views with type arguments of type ColumnViewAdapter.MenuItemDescriptorModifier and TypeMethodDescriptionvoidDataFillerManager.createMenuItemsForApplyValues(ColumnViewAdapter<T> columnViewAdapter, List<ColumnViewAdapter.MenuItemDescriptor> items, T clickedElement, org.eclipse.jface.viewers.ViewerFilter[] filters)