Uses of Class
org.eclipse.jface.widgets.TableFactory
Packages that use TableFactory
-
Uses of TableFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return TableFactoryModifier and TypeMethodDescriptionTableFactory.headerVisible
(boolean visible) Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.TableFactory.itemCount
(int count) Sets the number of items contained in the receiver.TableFactory.linesVisible
(boolean visible) Marks the receiver's lines as visible if the argument is true, and marks it invisible otherwise.static TableFactory
TableFactory.newTable
(int style) Creates a new TableFactory with the given style.TableFactory.onSelect
(Consumer<SelectionEvent> consumer) Creates aSelectionListener
and registers it for the widgetSelected event.static TableFactory
WidgetFactory.table
(int style)