Class GridViewerRow
java.lang.Object
ViewerRow
org.eclipse.nebula.jface.gridviewer.GridViewerRow
public class GridViewerRow
extends ViewerRow
GridViewerRow is the concrete implementation of the part that represents items in a Grid.
- 
Method SummaryModifier and TypeMethodDescriptionclone()getBackground(int columnIndex) getBounds(int columnIndex) intintgetCreationIndex(int visualIndex) getFont(int columnIndex) getForeground(int columnIndex) getImage(int columnIndex) getItem()ViewerRowgetNeighbor(int direction, boolean sameLevel) getText(int columnIndex) TreePathintgetVisualIndex(int creationIndex) protected booleanisColumnVisible(int columnIndex) Check if the column of the cell is part of is visiblevoidsetBackground(int columnIndex, Color color) voidvoidsetForeground(int columnIndex, Color color) voidvoid
- 
Method Details- 
getBounds
- 
getBounds
- 
getColumnCountpublic int getColumnCount()
- 
getBackground
- 
getFont
- 
getForeground
- 
getImage
- 
getText
- 
setBackground
- 
setFont
- 
setForeground
- 
setImage
- 
setText
- 
getControl
- 
getNeighborpublic ViewerRow getNeighbor(int direction, boolean sameLevel) 
- 
getTreePathpublic TreePath getTreePath()
- 
clone
- 
getElement
- 
getItem
- 
getVisualIndexpublic int getVisualIndex(int creationIndex) 
- 
getCreationIndexpublic int getCreationIndex(int visualIndex) 
- 
isColumnVisibleprotected boolean isColumnVisible(int columnIndex) Check if the column of the cell is part of is visible- Parameters:
- columnIndex- the column index
- Returns:
- trueif the column is visible
 
 
-