Uses of Class
com.amalgamasimulation.desktop.ui.views.TableViewerColumnDescriptor
Packages that use TableViewerColumnDescriptor
-
Uses of TableViewerColumnDescriptor in com.amalgamasimulation.desktop.ui.views
Methods in com.amalgamasimulation.desktop.ui.views that return TableViewerColumnDescriptorModifier and TypeMethodDescription<E> TableViewerColumnDescriptor<T, E> Deprecated, for removal: This API element is subject to removal in a future version.<E> TableViewerColumnDescriptor<T, E> TableView.addColumn(String name, int width, Function<T, E> extractor, BiFunction<T, E, String> labelExtractor) Deprecated, for removal: This API element is subject to removal in a future version.<E> TableViewerColumnDescriptor<T, E> TableView.addColumn(String name, int width, Function<T, E> extractor, Function<E, String> labelExtractor) Deprecated, for removal: This API element is subject to removal in a future version.<E> TableViewerColumnDescriptor<T, E> Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.headerIcon(org.eclipse.swt.graphics.Image icon) Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.moveable(boolean moveable) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.setButtons(String label, Consumer<T> selectedButtonDo) Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.setButtons(Consumer<T> selectedButtonDo) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.setToolTipText(String toolTipText) Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.setWidth(int width) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor.width(int width) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.amalgamasimulation.desktop.ui.views that return types with arguments of type TableViewerColumnDescriptorModifier and TypeMethodDescriptionstatic <T,E> Class <TableViewerColumnDescriptor<T, E>> TableViewerColumnDescriptor.getColumnClass()Deprecated, for removal: This API element is subject to removal in a future version.TableView.getViewerColumnDescriptors()Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.amalgamasimulation.desktop.ui.views with type arguments of type TableViewerColumnDescriptorModifierConstructorDescriptionTableViewerColumnDescriptor(Class<TableViewerColumnDescriptor<T, E>> cl, Table<T> tableView, String name, int width, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.TableViewerColumnDescriptor(Class<TableViewerColumnDescriptor<T, E>> cl, Table<T> tableView, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.