Uses of Class
com.amalgamasimulation.desktop.ui.views.TreeViewerColumnDescriptor
Packages that use TreeViewerColumnDescriptor
-
Uses of TreeViewerColumnDescriptor in com.amalgamasimulation.desktop.ui.views
Methods in com.amalgamasimulation.desktop.ui.views that return TreeViewerColumnDescriptorModifier and TypeMethodDescription<E> TreeViewerColumnDescriptor<T, E> Deprecated, for removal: This API element is subject to removal in a future version.<E> TreeViewerColumnDescriptor<T, E> TreeView.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> TreeViewerColumnDescriptor<T, E> TreeView.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> TreeViewerColumnDescriptor<T, E> Deprecated, for removal: This API element is subject to removal in a future version.TreeViewerColumnDescriptor.headerIcon(org.eclipse.swt.graphics.Image icon) Deprecated, for removal: This API element is subject to removal in a future version.TreeViewerColumnDescriptor.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.Deprecated, for removal: This API element is subject to removal in a future version.TreeViewerColumnDescriptor.setToolTipText(String toolTipText) Deprecated, for removal: This API element is subject to removal in a future version.TreeViewerColumnDescriptor.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.TreeViewerColumnDescriptor.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 TreeViewerColumnDescriptorModifier and TypeMethodDescriptionstatic <T,E> Class <TreeViewerColumnDescriptor<T, E>> TreeViewerColumnDescriptor.getColumnClass()Deprecated, for removal: This API element is subject to removal in a future version.TreeView.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 TreeViewerColumnDescriptorModifierConstructorDescriptionTreeViewerColumnDescriptor(Class<TreeViewerColumnDescriptor<T, E>> cl, Tree<T> treeViewer, String name, int width, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.TreeViewerColumnDescriptor(Class<TreeViewerColumnDescriptor<T, E>> cl, Tree<T> treeViewer, Function<T, E> valueExtractor) Deprecated, for removal: This API element is subject to removal in a future version.