|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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. |
|
TableTreeEditor(TableTree tableTree)
Creates a TableEditor for the specified Table. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |