Eclipse Platform
Release 3.0

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

Packages that use TableTree
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 TableTree in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return TableTree
 TableTree TableTreeViewer.getTableTree()
          Returns this table tree viewer's table tree control.
 

Constructors in org.eclipse.jface.viewers with parameters of type TableTree
TableTreeViewer(TableTree tree)
          Creates a table tree viewer on the given table tree control.
 

Uses of TableTree in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return TableTree
 TableTree TableTreeItem.getParent()
          Returns the receiver's parent, which must be a TableTree.
 

Constructors in org.eclipse.swt.custom with parameters of type TableTree
TableTreeEditor(TableTree tableTree)
          Creates a TableTreeEditor for the specified TableTree.
TableTreeItem(TableTree parent, int style)
          Constructs a new instance of this class given its parent (which must be a TableTree) and a style value describing its behavior and appearance.
TableTreeItem(TableTree parent, int style, int index)
          Constructs a new instance of this class given its parent (which must be a TableTree, 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
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.