Package | Description |
---|---|
org.eclipse.swt.custom | |
org.eclipse.swt.dnd | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
Table |
TableTree.getTable()
Deprecated.
Returns the underlying Table control.
|
Constructor and Description |
---|
TableCursor(Table parent,
int style)
Constructs a new instance of this class given its parent
table and a style value describing its behavior and appearance.
|
TableEditor(Table table)
Creates a TableEditor for the specified Table.
|
Constructor and Description |
---|
TableDragSourceEffect(Table table)
Creates a new
TableDragSourceEffect to handle drag effect
from the specified Table . |
TableDropTargetEffect(Table table)
Creates a new
TableDropTargetEffect to handle the drag under effect on the specified
Table . |
Modifier and Type | Method and Description |
---|---|
Table |
TableItem.getParent()
Returns the receiver's parent, which must be a
Table . |
Table |
TableColumn.getParent()
Returns the receiver's parent, which must be a
Table . |
Constructor and Description |
---|
TableColumn(Table parent,
int style)
Constructs a new instance of this class given its parent
(which must be a
Table ) and a style value
describing its behavior and appearance. |
TableColumn(Table parent,
int style,
int index)
Constructs a new instance of this class given its parent
(which must be a
Table ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent. |
TableItem(Table parent,
int style)
Constructs a new instance of this class given its parent
(which must be a
Table ) and a style value
describing its behavior and appearance. |
TableItem(Table parent,
int style,
int index)
Constructs a new instance of this class given its parent
(which must be a
Table ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent. |
Copyright © 2017. All Rights Reserved.