|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.viewers.Viewer org.eclipse.jface.viewers.ContentViewer org.eclipse.jface.viewers.StructuredViewer org.eclipse.jface.viewers.ColumnViewer org.eclipse.jface.viewers.AbstractTreeViewer org.eclipse.jface.viewers.TableTreeViewer org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
@Deprecated public class ExtendedTableTreeViewer
This class extends a TableTreeViewer to draw images and tree lines in the tree column.
Nested Class Summary | |
---|---|
class |
ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated. |
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.StructuredViewer |
---|
StructuredViewer.ColorAndFontCollector, StructuredViewer.ColorAndFontCollectorWithProviders |
Field Summary | |
---|---|
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. |
Fields inherited from class org.eclipse.jface.viewers.AbstractTreeViewer |
---|
ALL_LEVELS |
Fields inherited from class org.eclipse.jface.viewers.Viewer |
---|
WIDGET_DATA_KEY |
Constructor Summary | |
---|---|
ExtendedTableTreeViewer(Composite parent)
Deprecated. |
|
ExtendedTableTreeViewer(Composite parent,
int style)
Deprecated. |
|
ExtendedTableTreeViewer(TableTree tableTree)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.jface.viewers.TableTreeViewer |
---|
addTreeListener, cancelEditing, doUpdateItem, editElement, getCellEditors, getCellModifier, getChild, getChildren, getColumnProperties, getControl, getElementAt, getExpanded, getItemAt, getItemCount, getItemCount, getItems, getLabelProvider, getParentItem, getSelection, getTableTree, isCellEditorActive, removeAll, setCellEditors, setCellModifier, setColumnProperties, setExpanded, setSelection, showItem |
Methods inherited from class org.eclipse.jface.viewers.ColumnViewer |
---|
applyEditorValue, checkBusy, getCell, getColumnViewerEditor, getItem, getLabelProvider, getViewerRow, hookEditingSupport, isBusy, refresh, refresh, setBusy, setColumnViewerEditor, setLabelProvider, triggerEditorActivationEvent, update |
Methods inherited from class org.eclipse.jface.viewers.ContentViewer |
---|
getContentProvider, getInput |
Methods inherited from class org.eclipse.jface.viewers.Viewer |
---|
addHelpListener, addSelectionChangedListener, fireHelpRequested, fireSelectionChanged, getData, handleHelpRequest, removeHelpListener, removeSelectionChangedListener, setData, setSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.viewers.ISelectionProvider |
---|
addSelectionChangedListener, removeSelectionChangedListener, setSelection |
Field Detail |
---|
public static final java.lang.String ITEM_ID
protected Point interactorSize
protected boolean interactorFound
protected java.lang.String imagePadding
protected int imagePaddingWidth
Constructor Detail |
---|
public ExtendedTableTreeViewer(TableTree tableTree)
public ExtendedTableTreeViewer(Composite parent)
public ExtendedTableTreeViewer(Composite parent, int style)
Method Detail |
---|
protected Item newItem(Widget parent, int flags, int index)
newItem
in class TableTreeViewer
protected void hookControl(Control control)
hookControl
in class TableTreeViewer
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)
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |