Uses of Class
com.amalgamasimulation.desktop.ui.columndescriptors.TreeColumn
Packages that use TreeColumn
-
Uses of TreeColumn in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return TreeColumnModifier and TypeMethodDescriptionTreeColumn<T, V> TreeColumn.headerIcon(org.eclipse.swt.graphics.Image icon) TreeColumn<T, V> TreeColumn.moveable(boolean moveable) TreeColumn<T, V> TreeColumn<T, V> TreeColumn<T, V> TreeColumn.width(int width) Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return types with arguments of type TreeColumnModifier and TypeMethodDescriptionstatic <T,V> Class <TreeColumn<T, V>> TreeColumn.getColumnClass()Constructor parameters in com.amalgamasimulation.desktop.ui.columndescriptors with type arguments of type TreeColumnModifierConstructorDescriptionTreeColumn(Class<TreeColumn<T, V>> cl, Tree<T> treeView, Function<T, V> valueExtractor)