Uses of Class
org.eclipse.jface.widgets.TreeFactory
Packages that use TreeFactory
-
Uses of TreeFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return TreeFactoryModifier and TypeMethodDescriptionTreeFactory.headerVisible(boolean visible) Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.TreeFactory.itemCount(int count) Sets the number of root-level items contained in the receiver.TreeFactory.linesVisible(boolean visible) Marks the receiver's lines as visible if the argument is true, and marks it invisible otherwise.static TreeFactoryTreeFactory.newTree(int style) Creates a new TreeFactory with the given style.TreeFactory.onCollapse(Consumer<TreeEvent> consumer) Creates aTreeListenerand registers it for the collapsed event.Creates aTreeListenerand registers it for the expanded event.TreeFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.static TreeFactoryWidgetFactory.tree(int style)