Uses of Class
org.eclipse.swt.widgets.TreeItem
Packages that use TreeItem
Package
Description
SWT Custom widgets.
SWT Drag and Drop support.
SWT widget public API classes.
-
Uses of TreeItem in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as TreeItemModifier and TypeFieldDescription(package private) TreeItemTreeEditor.item(package private) TreeItemTreeCursor.rowMethods in org.eclipse.swt.custom that return TreeItemModifier and TypeMethodDescription(package private) TreeItemTreeEditor.getItem()Returns the TreeItem for the row of the cell being tracked by this editor.(package private) TreeItemTreeCursor.getLastVisibleItem(TreeItem[] items) (package private) TreeItemTreeCursor.getNextItem(TreeItem item) (package private) TreeItemTreeCursor.getPreviousItem(TreeItem item) TreeCursor.getRow()Returns the row over which the TreeCursor is positioned.Methods in org.eclipse.swt.custom with parameters of type TreeItemModifier and TypeMethodDescription(package private) intTreeCursor.countSubTreePages(TreeItem root) (package private) int(package private) TreeItem(package private) TreeItemTreeCursor.getLastVisibleItem(TreeItem[] items) (package private) TreeItemTreeCursor.getNextItem(TreeItem item) (package private) TreeItemTreeCursor.getPreviousItem(TreeItem item) voidSpecify the Control that is to be displayed and the cell in the tree that it is to be positioned above.voidSpecify the Control that is to be displayed and the cell in the tree that it is to be positioned above.voidSpecifies theTreeItemthat is to be edited.(package private) voidTreeCursor.setRowColumn(TreeItem row, TreeColumn column, boolean notify) voidTreeCursor.setSelection(TreeItem row, int column) Positions the TreeCursor over the cell at the given row and column in the parent tree. -
Uses of TreeItem in org.eclipse.swt.dnd
Methods in org.eclipse.swt.dnd that return TreeItemModifier and TypeMethodDescription(package private) TreeItem(package private) TreeItemDropTargetEffect.previousItem(Tree tree, TreeItem item) Methods in org.eclipse.swt.dnd with parameters of type TreeItem -
Uses of TreeItem in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as TreeItemModifier and TypeFieldDescription(package private) TreeItemTree.currentItem(package private) TreeItem[]Tree.items(package private) TreeItemTree.topItemMethods in org.eclipse.swt.widgets that return TreeItemModifier and TypeMethodDescription(package private) TreeItemTree._getCachedTopItem()(package private) TreeItemTree._getItem(long iter) (package private) TreeItemTree._getItem(long parentIter, long iter, int index) (package private) static TreeItem(package private) TreeItemTree.getFocusItem()Tree.getItem(int index) Returns the item at the given, zero-relative index in the receiver.Returns the item at the given point in the receiver or null if no such item exists.TreeItem.getItem(int index) Returns the item at the given, zero-relative index in the receiver.TreeItem[]Tree.getItems()Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.(package private) TreeItem[]Tree.getItems(long parent) TreeItem[]TreeItem.getItems()Returns a (possibly empty) array ofTreeItems which are the direct item children of the receiver.Tree.getParentItem()Returns the receiver's parent item, which must be aTreeItemor null when the receiver is a root.TreeItem.getParentItem()Returns the receiver's parent item, which must be aTreeItemor null when the receiver is a root.TreeItem[]Tree.getSelection()Returns an array ofTreeItems that are currently selected in the receiver.Tree.getTopItem()Returns the item which is currently at the top of the receiver.Methods in org.eclipse.swt.widgets with parameters of type TreeItemModifier and TypeMethodDescription(package private) boolean(package private) static TreeItem(package private) voidTree.createItem(TreeItem item, long parentIter, int index) The fastest way to insert many items is documented inTreeItem(org.eclipse.swt.widgets.Tree,int,int)andTreeItem.setItemCount(int)voidDeselects an item in the receiver.(package private) voidTree.destroyItem(TreeItem item) intSearches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.intSearches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.(package private) voidTree.releaseItem(TreeItem item, boolean release) voidSelects an item in the receiver.voidTree.setInsertMark(TreeItem item, boolean before) Display a mark indicating the point at which an item will be inserted.(package private) voidTree.setScrollWidth(long column, TreeItem item) voidTree.setSelection(TreeItem item) Sets the receiver's selection to the given item.voidTree.setSelection(TreeItem[] items) Sets the receiver's selection to be the given array of items.voidTree.setTopItem(TreeItem item) Sets the item which is currently at the top of the receiver.voidShows the item.Constructors in org.eclipse.swt.widgets with parameters of type TreeItem