public class TableComboViewerRow
extends org.eclipse.jface.viewers.ViewerRow
| Constructor and Description |
|---|
TableComboViewerRow(org.eclipse.swt.widgets.TableItem item)
Create a new instance of the receiver from item.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
org.eclipse.swt.graphics.Color |
getBackground(int columnIndex) |
org.eclipse.swt.graphics.Rectangle |
getBounds() |
org.eclipse.swt.graphics.Rectangle |
getBounds(int columnIndex) |
int |
getColumnCount() |
org.eclipse.swt.widgets.Control |
getControl() |
int |
getCreationIndex(int visualIndex) |
java.lang.Object |
getElement() |
org.eclipse.swt.graphics.Font |
getFont(int columnIndex) |
org.eclipse.swt.graphics.Color |
getForeground(int columnIndex) |
org.eclipse.swt.graphics.Image |
getImage(int columnIndex) |
org.eclipse.swt.graphics.Rectangle |
getImageBounds(int index) |
org.eclipse.swt.widgets.Widget |
getItem() |
org.eclipse.jface.viewers.ViewerRow |
getNeighbor(int direction,
boolean sameLevel) |
java.lang.String |
getText(int columnIndex) |
org.eclipse.swt.graphics.Rectangle |
getTextBounds(int index) |
org.eclipse.jface.viewers.TreePath |
getTreePath() |
int |
getVisualIndex(int creationIndex) |
protected boolean |
scrollCellIntoView(int columnIndex) |
void |
setBackground(int columnIndex,
org.eclipse.swt.graphics.Color color) |
void |
setFont(int columnIndex,
org.eclipse.swt.graphics.Font font) |
void |
setForeground(int columnIndex,
org.eclipse.swt.graphics.Color color) |
void |
setImage(int columnIndex,
org.eclipse.swt.graphics.Image image) |
(package private) void |
setItem(org.eclipse.swt.widgets.TableItem item) |
void |
setText(int columnIndex,
java.lang.String text) |
TableComboViewerRow(org.eclipse.swt.widgets.TableItem item)
item - public org.eclipse.swt.graphics.Rectangle getBounds(int columnIndex)
getBounds in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Rectangle getBounds()
getBounds in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.widgets.Widget getItem()
getItem in class org.eclipse.jface.viewers.ViewerRowvoid setItem(org.eclipse.swt.widgets.TableItem item)
public int getColumnCount()
getColumnCount in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Color getBackground(int columnIndex)
getBackground in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Font getFont(int columnIndex)
getFont in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Color getForeground(int columnIndex)
getForeground in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Image getImage(int columnIndex)
getImage in class org.eclipse.jface.viewers.ViewerRowpublic java.lang.String getText(int columnIndex)
getText in class org.eclipse.jface.viewers.ViewerRowpublic void setBackground(int columnIndex,
org.eclipse.swt.graphics.Color color)
setBackground in class org.eclipse.jface.viewers.ViewerRowpublic void setFont(int columnIndex,
org.eclipse.swt.graphics.Font font)
setFont in class org.eclipse.jface.viewers.ViewerRowpublic void setForeground(int columnIndex,
org.eclipse.swt.graphics.Color color)
setForeground in class org.eclipse.jface.viewers.ViewerRowpublic void setImage(int columnIndex,
org.eclipse.swt.graphics.Image image)
setImage in class org.eclipse.jface.viewers.ViewerRowpublic void setText(int columnIndex,
java.lang.String text)
setText in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.widgets.Control getControl()
getControl in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.jface.viewers.ViewerRow getNeighbor(int direction,
boolean sameLevel)
getNeighbor in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.jface.viewers.TreePath getTreePath()
getTreePath in class org.eclipse.jface.viewers.ViewerRowpublic java.lang.Object clone()
clone in class org.eclipse.jface.viewers.ViewerRowpublic java.lang.Object getElement()
getElement in class org.eclipse.jface.viewers.ViewerRowpublic int getVisualIndex(int creationIndex)
getVisualIndex in class org.eclipse.jface.viewers.ViewerRowpublic int getCreationIndex(int visualIndex)
getCreationIndex in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Rectangle getTextBounds(int index)
getTextBounds in class org.eclipse.jface.viewers.ViewerRowpublic org.eclipse.swt.graphics.Rectangle getImageBounds(int index)
getImageBounds in class org.eclipse.jface.viewers.ViewerRowprotected boolean scrollCellIntoView(int columnIndex)
scrollCellIntoView in class org.eclipse.jface.viewers.ViewerRow