Uses of Class
com.amalgamasimulation.desktop.ui.views.ColumnViewAdapter
Packages that use ColumnViewAdapter
Package
Description
-
Uses of ColumnViewAdapter in com.amalgamasimulation.desktop.ui.tables
Subclasses of ColumnViewAdapter in com.amalgamasimulation.desktop.ui.tablesModifier and TypeClassDescriptionclassATable-specificColumnViewAdapter.classATreeView-specificColumnViewAdapter.Fields in com.amalgamasimulation.desktop.ui.tables declared as ColumnViewAdapterModifier and TypeFieldDescriptionprotected ColumnViewAdapter<T> Table.columnViewAdapterprotected ColumnViewAdapter<T> Tree.columnViewAdapterMethods in com.amalgamasimulation.desktop.ui.tables with parameters of type ColumnViewAdapterModifier and TypeMethodDescriptionprotected voidTable.createCheckboxColumn(String name, int width, ColumnViewAdapter<T> columnViewAdapter) protected voidTree.createCheckBoxColumn(String name, int width, ColumnViewAdapter<T> columnViewAdapter) protected voidTable.createRowHeaderColumn(org.eclipse.swt.graphics.Image imageHeader, int width, ColumnViewAdapter<T> columnViewAdapter) protected voidTree.createRowHeaderColumn(org.eclipse.swt.graphics.Image imageHeader, int width, ColumnViewAdapter<T> columnViewAdapter) -
Uses of ColumnViewAdapter in com.amalgamasimulation.desktop.ui.views
Methods in com.amalgamasimulation.desktop.ui.views with parameters of type ColumnViewAdapterModifier and TypeMethodDescriptionprotected voidTableView.createCheckboxColumn(String name, int width, ColumnViewAdapter<T> columnViewAdapter) Deprecated, for removal: This API element is subject to removal in a future version.protected voidTreeView.createCheckBoxColumn(String name, int width, ColumnViewAdapter<T> columnViewAdapter) Deprecated, for removal: This API element is subject to removal in a future version.voidDataFillerManager.createMenuItemsForApplyValues(ColumnViewAdapter<T> columnViewAdapter, List<ColumnViewAdapter.MenuItemDescriptor> items, T clickedElement, org.eclipse.jface.viewers.ViewerFilter[] filters)