@Deprecated
public class ExtendedTableTreeViewer
extends TableTreeViewer
Modifier and Type | Class and Description |
---|---|
class |
ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
imagePadding
Deprecated.
|
protected int |
imagePaddingWidth
Deprecated.
|
protected boolean |
interactorFound
Deprecated.
|
protected Point |
interactorSize
Deprecated.
|
static java.lang.String |
ITEM_ID
Deprecated.
|
Constructor and Description |
---|
ExtendedTableTreeViewer(Composite parent)
Deprecated.
|
ExtendedTableTreeViewer(Composite parent,
int style)
Deprecated.
|
ExtendedTableTreeViewer(TableTree tableTree)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static Rectangle |
center(Rectangle bounds,
int maxHeight)
Deprecated.
Centers the Rectangle vertically, within a surrounding space of
the given height.
|
protected void |
createImagePadding(int width)
Deprecated.
|
static Rectangle |
getImageBounds(TableItem tableItem,
int column)
Deprecated.
This is a convenient way to get image bound values that are corrected
on GTK.
|
protected void |
hookControl(Control control)
Deprecated.
|
protected static boolean |
isGTK()
Deprecated.
Returns whether GTK is the current platform.
|
protected Item |
newItem(Widget parent,
int flags,
int index)
Deprecated.
|
protected static Rectangle |
scale(Rectangle bounds,
int maxHeight)
Deprecated.
Scales the Rectangle, maintaining its aspect, such that it fits within the
given height.
|
public static final java.lang.String ITEM_ID
protected Point interactorSize
protected boolean interactorFound
protected java.lang.String imagePadding
protected int imagePaddingWidth
public ExtendedTableTreeViewer(TableTree tableTree)
public ExtendedTableTreeViewer(Composite parent)
public ExtendedTableTreeViewer(Composite parent, int style)
protected Item newItem(Widget parent, int flags, int index)
protected void hookControl(Control control)
protected void createImagePadding(int width)
protected static boolean isGTK()
public static Rectangle getImageBounds(TableItem tableItem, int column)
protected static Rectangle center(Rectangle bounds, int maxHeight)
protected static Rectangle scale(Rectangle bounds, int maxHeight)