Uses of Class
org.eclipse.jface.widgets.TableColumnFactory
Packages that use TableColumnFactory
-
Uses of TableColumnFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return TableColumnFactoryModifier and TypeMethodDescriptionTableColumnFactory.align(int alignment) Controls how text and images will be displayed in the receiver.TableColumnFactory.moveable(boolean moveable) Sets the moveable attribute.static TableColumnFactoryTableColumnFactory.newTableColumn(int style) Creates a new TableColumnFactory with the given style.TableColumnFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.TableColumnFactory.resizable(boolean resizable) Sets the resizable attribute.static TableColumnFactoryWidgetFactory.tableColumn(int style) 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.TableColumnFactory.width(int width) Sets the width of the receiver.