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.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredViewer.ColorAndFontCollectorWithProviders.applyFontsAndColors(TableTreeItem control) |
void |
StructuredViewer.ColorAndFontCollector.applyFontsAndColors(TableTreeItem control)
Apply the fonts and colors to the control if
required.
|
Modifier and Type | Method and Description |
---|---|
TableTreeItem |
TableTreeEditor.getItem()
Deprecated.
Returns the TableTreeItem for the row of the cell being tracked by this editor.
|
TableTreeItem |
TableTree.getItem(int index)
Deprecated.
Returns the item at the given, zero-relative index in the
receiver.
|
TableTreeItem |
TableTreeItem.getItem(int index)
Deprecated.
Returns the item at the given, zero-relative index in the
receiver.
|
TableTreeItem |
TableTree.getItem(Point point)
Deprecated.
Returns the item at the given point in the receiver
or null if no such item exists.
|
TableTreeItem[] |
TableTree.getItems()
Deprecated.
Gets the items.
|
TableTreeItem[] |
TableTreeItem.getItems()
Deprecated.
Returns an array of
TableTreeItem s which are the
direct item children of the receiver. |
TableTreeItem |
TableTreeItem.getParentItem()
Deprecated.
Returns the receiver's parent item, which must be a
TableTreeItem or null when the receiver is a
root. |
TableTreeItem[] |
TableTree.getSelection()
Deprecated.
Gets the selected items.
|
Modifier and Type | Method and Description |
---|---|
int |
TableTree.indexOf(TableTreeItem item)
Deprecated.
Gets the index of an item.
|
int |
TableTreeItem.indexOf(TableTreeItem item)
Deprecated.
Gets the index of the specified item.
|
void |
TableTreeEditor.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.
|
void |
TableTreeEditor.setItem(TableTreeItem item)
Deprecated.
|
void |
TableTree.setSelection(TableTreeItem[] items)
Deprecated.
Sets the receiver's selection to be the given array of items.
|
void |
TableTree.showItem(TableTreeItem item)
Deprecated.
Shows the item.
|
Constructor and Description |
---|
TableTreeItem(TableTreeItem parent,
int style)
Deprecated.
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)
Deprecated.
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. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.