Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.custom.TableTreeItem

Packages that use TableTreeItem
org.eclipse.swt.custom SWT Custom widgets. 
 

Uses of TableTreeItem in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return TableTreeItem
 TableTreeItem[] TableTreeItem.getItems()
          Returns an array of TableTreeItems which are the direct item children of the receiver.
 TableTreeItem TableTreeItem.getParentItem()
          Returns the receiver's parent item, which must be a TableTreeItem or null when the receiver is a root.
 TableTreeItem[] TableTree.getItems()
          Gets the items.
 TableTreeItem[] TableTree.getSelection()
          Gets the selected items.
 TableTreeItem TableTree.getItem(Point point)
          Returns the item at the given point in the receiver or null if no such item exists.
 TableTreeItem TableTreeEditor.getItem()
          Returns the TableItem for the row of the cell being tracked by this editor.
 

Methods in org.eclipse.swt.custom with parameters of type TableTreeItem
 int TableTreeItem.indexOf(TableTreeItem item)
          Gets the index of the specified item.
 int TableTree.indexOf(TableTreeItem item)
          Gets the index of an item.
 void TableTree.setSelection(TableTreeItem[] items)
          Sets the selection.
 void TableTree.showItem(TableTreeItem item)
          Shows the item.
 void TableTreeEditor.setItem(TableTreeItem item)
           
 void TableTreeEditor.setEditor(Control editor, TableTreeItem item, int column)
          Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.
 

Constructors in org.eclipse.swt.custom with parameters of type TableTreeItem
TableTreeItem(TableTreeItem parent, int style)
          Constructs a new instance of this class given its parent (which must be a TableTreeItem) and a style value describing its behavior and appearance.
TableTreeItem(TableTreeItem parent, int style, int index)
          Constructs a new instance of this class given its parent (which must be a TableTreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.