Uses of Class
org.eclipse.jface.widgets.TreeColumnFactory
Packages that use TreeColumnFactory
-
Uses of TreeColumnFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return TreeColumnFactoryModifier and TypeMethodDescriptionTreeColumnFactory.align
(int alignment) Controls how text and images will be displayed in the receiver.TreeColumnFactory.moveable
(boolean moveable) Sets the moveable attribute.static TreeColumnFactory
TreeColumnFactory.newTreeColumn
(int style) Creates a new TreeColumnFactory with the given style.TreeColumnFactory.onSelect
(Consumer<SelectionEvent> consumer) Creates aSelectionListener
and registers it for the widgetSelected event.TreeColumnFactory.resizable
(boolean resizable) Sets the resizable attribute.Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.static TreeColumnFactory
WidgetFactory.treeColumn
(int style) TreeColumnFactory.width
(int width) Sets the width of the receiver.