Uses of Class
org.eclipse.swt.custom.TableTreeItem
-
Packages that use TableTreeItem Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.swt.custom SWT Custom widgets. -
-
Uses of TableTreeItem in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type TableTreeItem Modifier and Type Method Description voidStructuredViewer.ColorAndFontCollector. applyFontsAndColors(TableTreeItem control)Apply the fonts and colors to the control if required.voidStructuredViewer.ColorAndFontCollectorWithProviders. applyFontsAndColors(TableTreeItem control) -
Uses of TableTreeItem in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return TableTreeItem Modifier and Type Method Description TableTreeItemTableTree. getItem(int index)Deprecated.Returns the item at the given, zero-relative index in the receiver.TableTreeItemTableTree. getItem(Point point)Deprecated.Returns the item at the given point in the receiver or null if no such item exists.TableTreeItemTableTreeEditor. getItem()Deprecated.Returns the TableTreeItem for the row of the cell being tracked by this editor.TableTreeItemTableTreeItem. getItem(int index)Deprecated.Returns the item at the given, zero-relative index in the receiver.TableTreeItem[]TableTree. getItems()Deprecated.Gets the items.TableTreeItem[]TableTreeItem. getItems()Deprecated.Returns an array ofTableTreeItems which are the direct item children of the receiver.TableTreeItemTableTreeItem. getParentItem()Deprecated.Returns the receiver's parent item, which must be aTableTreeItemor null when the receiver is a root.TableTreeItem[]TableTree. getSelection()Deprecated.Gets the selected items.Methods in org.eclipse.swt.custom with parameters of type TableTreeItem Modifier and Type Method Description intTableTree. indexOf(TableTreeItem item)Deprecated.Gets the index of an item.intTableTreeItem. indexOf(TableTreeItem item)Deprecated.Gets the index of the specified item.voidTableTreeEditor. setEditor(Control editor, TableTreeItem item, int column)Deprecated.Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.voidTableTreeEditor. setItem(TableTreeItem item)Deprecated.voidTableTree. setSelection(TableTreeItem[] items)Deprecated.Sets the receiver's selection to be the given array of items.voidTableTree. showItem(TableTreeItem item)Deprecated.Shows the item.Constructors in org.eclipse.swt.custom with parameters of type TableTreeItem Constructor Description TableTreeItem(TableTreeItem parent, int style)Deprecated.Constructs a new instance of this class given its parent (which must be aTableTreeItem) and a style value describing its behavior and appearance.TableTreeItem(TableTreeItem parent, int style, int index)Deprecated.Constructs a new instance of this class given its parent (which must be aTableTreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
-